Mercurial > repos > pieterlukasse > prims_metabolomics
annotate metams_lcms_annotate.xml @ 51:684d2341968c
moved polarity parameter
author | pieter.lukasse@wur.nl |
---|---|
date | Thu, 11 Dec 2014 10:10:18 +0100 |
parents | f772a5caa86a |
children | 70574a6381ea |
rev | line source |
---|---|
49
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
1 <tool id="metams_lcms_annotate" name="METAMS-LC/MS Annotate" version="0.0.4"> |
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
2 <description> Runs metaMS process for LC/MS feature annotation</description> |
41 | 3 <requirements> |
4 <requirement type="package" version="3.1.1">R_bioc_metams</requirement> | |
5 </requirements> | |
6 <command interpreter="Rscript"> | |
49
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
7 metaMS_cmd_annotate.r |
41 | 8 $constructed_db |
49
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
9 $xsetData |
41 | 10 $customMetaMSsettings |
11 $outputFile | |
12 $htmlReportFile | |
13 $htmlReportFile.files_path | |
49
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
14 $outputLog |
41 | 15 </command> |
16 <inputs> | |
17 <param name="constructed_db" type="select" label="Constructed DB" help="Reference annotation database generated from matching measurements of a mixture of chemical standards | |
18 against a manually validated reference table which contains the key analytical information for each standard." | |
19 dynamic_options='get_directory_files("tool-data/shared/PRIMS-metabolomics/metaMS")'/> | |
20 | |
49
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
21 <param name="xsetData" type="data" format="rdata" label="xcmsSet data file (xset RDATA)" help="E.g. output data file resulting from METAMS 'feature picking, aligning and grouping' run"/> |
41 | 22 |
23 <param name="protocolName" type="text" size="30" label="protocolName" value="Synapt.QTOF.RP" help="protocolName"/> | |
24 | |
49
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
25 <param name="rtdiff" type="float" size="10" value="1.5" label="rtdiff" help="rtdiff"/> |
41 | 26 <param name="rtval" type="float" size="10" value="0.1" label="rtval" help="rtval" /> |
27 <param name="mzdiff" type="float" size="10" value="0.005" label="mzdiff" help="mzdiff" /> | |
28 <param name="match2DB_ppm" type="float" size="10" value="5.0" label="ppm" help="ppm" /> | |
29 <param name="minfeat" type="integer" size="10" value="2" label="minfeat" help="minfeat" /> | |
30 | |
31 </inputs> | |
32 <configfiles> | |
33 | |
34 <configfile name="customMetaMSsettings">## start comment | |
35 ## metaMS process settings | |
36 customMetaMSsettings <- metaMSsettings(protocolName = "${protocolName}", | |
49
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
37 chrom = "LC") |
41 | 38 metaSetting(customMetaMSsettings, "match2DB") <- list( |
39 rtdiff = ${rtdiff}, | |
40 rtval = ${rtval}, | |
41 mzdiff = ${mzdiff}, | |
42 ppm = ${match2DB_ppm}, | |
43 minfeat = ${minfeat})</configfile> | |
44 | |
45 </configfiles> | |
46 | |
47 <outputs> | |
48 <data name="outputFile" format="tabular" label="${tool.name} on ${on_string} - metaMS annotated file (TSV)"/> | |
49
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
49 <data name="outputLog" format="txt" label="${tool.name} on ${on_string} - metaMS LOG" hidden="True"/> |
41 | 50 <data name="htmlReportFile" format="html" label="${tool.name} on ${on_string} - metaMS report (HTML)"/> |
51 </outputs> | |
52 <tests> | |
53 <test> | |
54 </test> | |
55 </tests> | |
56 <code file="match_library.py" /> <!-- file containing get_directory_files function used above--> | |
57 <help> | |
58 | |
59 .. class:: infomark | |
60 | |
49
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
61 Runs metaMS process for LC/MS feature annotation. |
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
62 The figure below shows the main parts of the metaMS process. |
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
63 This tool related to the last step of this process. |
41 | 64 |
65 .. image:: $PATH_TO_IMAGES/metaMS.png | |
66 | |
67 | |
49
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
68 From CAMERA documentation: |
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
69 |
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
70 .. image:: $PATH_TO_IMAGES/CAMERA_results.png |
f772a5caa86a
Added more options and better documentation.
pieter.lukasse@wur.nl
parents:
41
diff
changeset
|
71 |
41 | 72 **References** |
73 | |
74 If you use this Galaxy tool in work leading to a scientific publication please | |
75 cite the following papers: | |
76 | |
77 Wehrens, R.; Weingart, G.; Mattivi, F. (2014). | |
78 metaMS: an open-source pipeline for GC-MS-based untargeted metabolomics. | |
79 Journal of chromatography B: biomedical sciences and applications, 996 (1): 109-116. | |
80 doi: 10.1016/j.jchromb.2014.02.051 | |
81 handle: http://hdl.handle.net/10449/24012 | |
82 | |
83 | |
84 </help> | |
85 <citations> | |
86 <citation type="doi">10.1016/j.jchromb.2014.02.051</citation> <!-- example | |
87 see also https://wiki.galaxyproject.org/Admin/Tools/ToolConfigSyntax#A.3Ccitations.3E_tag_set | |
88 --> | |
89 </citations> | |
90 </tool> |