Mercurial > repos > galaxyp > openms_openswathfeaturexmltotsv
comparison OpenSwathFeatureXMLToTSV.xml @ 7:603d4db9243d draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5-dirty
author | galaxyp |
---|---|
date | Fri, 17 May 2019 10:25:02 -0400 |
parents | 3d7142328ec2 |
children | b8192a9b7f9c |
comparison
equal
deleted
inserted
replaced
6:0a1d6105889b | 7:603d4db9243d |
---|---|
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>OpenSwathFeatureXMLToTSV | 13 <command detect_errors="aggressive"><![CDATA[OpenSwathFeatureXMLToTSV |
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 |
31 #if $adv_opts.adv_opts_selector=='advanced': | 31 #if $adv_opts.adv_opts_selector=='advanced': |
32 #if $adv_opts.param_force: | 32 #if $adv_opts.param_force: |
33 -force | 33 -force |
34 #end if | 34 #end if |
35 #end if | 35 #end if |
36 </command> | 36 ]]></command> |
37 <inputs> | 37 <inputs> |
38 <param name="param_in" type="data" format="featurexml" multiple="true" optional="False" size="30" label="Input files separated by blank" help="(-in) "> | 38 <param name="param_in" type="data" format="featurexml" multiple="true" optional="False" size="30" label="Input files separated by blank" help="(-in) "> |
39 <sanitizer> | 39 <sanitizer> |
40 <valid initial="string.printable"> | 40 <valid initial="string.printable"> |
41 <remove value="'"/> | 41 <remove value="'"/> |
61 <data name="param_out" format="tabular"/> | 61 <data name="param_out" format="tabular"/> |
62 </outputs> | 62 </outputs> |
63 <help>Converts a featureXML to a mProphet tsv. | 63 <help>Converts a featureXML to a mProphet tsv. |
64 | 64 |
65 | 65 |
66 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_OpenSwathFeatureXMLToTSV.html</help> | 66 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_OpenSwathFeatureXMLToTSV.html</help> |
67 </tool> | 67 </tool> |