Mercurial > repos > galaxyp > openms_openswathchromatogramextractor
comparison OpenSwathChromatogramExtractor.xml @ 7:24cfe1d7137e draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author | galaxyp |
---|---|
date | Wed, 15 May 2019 08:04:03 -0400 |
parents | ebe0e9442a29 |
children | e9c148b32f87 |
comparison
equal
deleted
inserted
replaced
6:5e5957107061 | 7:24cfe1d7137e |
---|---|
8 <import>macros.xml</import> | 8 <import>macros.xml</import> |
9 </macros> | 9 </macros> |
10 <expand macro="references"/> | 10 <expand macro="references"/> |
11 <expand macro="stdio"/> | 11 <expand macro="stdio"/> |
12 <expand macro="requirements"/> | 12 <expand macro="requirements"/> |
13 <command>OpenSwathChromatogramExtractor | 13 <command detect_errors="aggressive"><![CDATA[OpenSwathChromatogramExtractor |
14 | 14 |
15 -in | 15 -in |
16 #for token in $param_in: | 16 #for token in $param_in: |
17 $token | 17 $token |
18 #end for | 18 #end for |
65 #if $adv_opts.adv_opts_selector=='advanced': | 65 #if $adv_opts.adv_opts_selector=='advanced': |
66 #if $adv_opts.param_force: | 66 #if $adv_opts.param_force: |
67 -force | 67 -force |
68 #end if | 68 #end if |
69 #end if | 69 #end if |
70 </command> | 70 ]]></command> |
71 <inputs> | 71 <inputs> |
72 <param name="param_in" type="data" format="mzml" multiple="true" optional="False" size="30" label="Input files separated by blank" help="(-in) "> | 72 <param name="param_in" type="data" format="mzml" multiple="true" optional="False" size="30" label="Input files separated by blank" help="(-in) "> |
73 <sanitizer> | 73 <sanitizer> |
74 <valid initial="string.printable"> | 74 <valid initial="string.printable"> |
75 <remove value="'"/> | 75 <remove value="'"/> |
104 <data name="param_out" format="mzml"/> | 104 <data name="param_out" format="mzml"/> |
105 </outputs> | 105 </outputs> |
106 <help>Extract chromatograms (XIC) from a MS2 map file. | 106 <help>Extract chromatograms (XIC) from a MS2 map file. |
107 | 107 |
108 | 108 |
109 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_OpenSwathChromatogramExtractor.html</help> | 109 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_OpenSwathChromatogramExtractor.html</help> |
110 </tool> | 110 </tool> |