Skip to content

Commit 0f8bb63

Browse files
committed
Changed parameters for GUI interface not csv input
1 parent a8e5fe1 commit 0f8bb63

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

LN.R

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
rm( list = ls() )
77

88
# comment below for csv input
9-
# args = commandArgs(trailingOnly=TRUE)
9+
args = commandArgs(trailingOnly=TRUE)
1010
# uncomment below for csv input
11-
# args = c("C:/Users/Jeremy/Desktop/Desktop/Instrumentation/Software/MSms/LipidMatch_Workflow/LMQ/2018_05_08_LMQ_Software/LMQ_settings.csv")
12-
# args = c("/Users/JasonCochran/Documents/research/LipidMatch-Normalizer/LMQ_settings.csv")
13-
args = c("C:/Users/Jeremy/Desktop/Desktop/Instrumentation/Software/MSms/LipidMatch_Workflow/LipidMatch_Normalizer/2018_07_18_LMN_Software/LN_settings.csv")
11+
# args = c("C:/Users/Jeremy/Desktop/Desktop/Instrumentation/Software/MSms/LipidMatch_Workflow/LipidMatch_Normalizer/2018_07_18_LMN_Software/LN_settings.csv")
1412

1513
numAdducts <- NULL
1614
numValues <- NULL

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# LipidMatch Quant
1+
# LipidMatch Normalizer
22

33
Open source solution for quantification of lipids. Can be easily used with LipidMatch software.
44

5-
How to download LipidMatchQuant
5+
For detailed instructions on getting started:
6+
=========================================
7+
Please see the video tutorial for help:
8+
See tutorial 10 in the following LipidMatch tutorial series:
9+
https://www.youtube.com/playlist?list=PLZtU6nmcTb5mQWKYLJmULsfqNy9eCwy7K
10+
11+
How to download LipidMatch Normalizer
612
=========================================
713
Want to download the latest version? Click "release" in the lower menu then click 'zip' to download the version you want!
814

@@ -17,5 +23,5 @@ Want to contribute to our project?
1723
Start by creating a Github profile! Then fork the Github project to your local computer. We recommend R Studio for coding but you can use anything you like. When you have completed the modifications, submit a pull request to the project and the developers will review it.
1824

1925

20-
Check out the UF SECIM webpage here: http://secim.ufl.edu/
26+
Check out the UF SECIM webpage here: http://secim.ufl.edu/secim-tools/
2127
=========================================

0 commit comments

Comments
 (0)