Mercurial > repos > galaxyp > msconvert_nix
comparison msconvert_nix.xml @ 2:c1287690a62c draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 532424dd138aa77ec59704fb5680f5ed0e2195f3
| author | galaxyp |
|---|---|
| date | Tue, 14 Mar 2017 17:47:50 -0400 |
| parents | 5f8848c7d7b7 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:b00023193f6e | 2:c1287690a62c |
|---|---|
| 1 <tool id="msconvert_nix" name="msconvert" version="@VERSION@.0"> | 1 <tool id="msconvert_nix" name="msconvert" version="@VERSION@.0"> |
| 2 <description>Convert and/or filter mass spectrometry files</description> | 2 <description>Convert and/or filter mass spectrometry files</description> |
| 3 | |
| 4 <macros> | 3 <macros> |
| 5 <import>msconvert_macros.xml</import> | 4 <import>msconvert_macros.xml</import> |
| 6 </macros> | 5 </macros> |
| 7 | |
| 8 <expand macro="generic_requirements" /> | 6 <expand macro="generic_requirements" /> |
| 9 | |
| 10 <expand macro="msconvertCommand" /> | 7 <expand macro="msconvertCommand" /> |
| 11 | |
| 12 <inputs> | 8 <inputs> |
| 13 <param format="mzml,mzxml,mz5,mgf,ms2" name="input" type="data" label="Input unrefined MS data" /> | 9 <param format="mzml,mzxml,mz5,mgf,ms2" name="input" type="data" label="Input unrefined MS data" /> |
| 14 | 10 <expand macro="msconvertInputParameters" /> |
| 15 <expand macro="msconvertInputParameters" /> | |
| 16 </inputs> | 11 </inputs> |
| 17 | |
| 18 <expand macro="msconvertOutput" /> | 12 <expand macro="msconvertOutput" /> |
| 19 | |
| 20 <tests> | 13 <tests> |
| 21 <expand macro="msconvert_tests" /> | 14 <expand macro="msconvert_tests" /> |
| 22 | |
| 23 </tests> | 15 </tests> |
| 24 <help> | 16 <help> |
| 25 <expand macro="msconvert_help" /> | 17 <expand macro="msconvert_help" /> |
| 26 </help> | 18 </help> |
| 27 <expand macro="citations" /> | 19 <expand macro="citations" /> |
| 28 </tool> | 20 </tool> |
