Mercurial > repos > galaxyp > msconvert_nix
diff msconvert_nix.xml @ 0:5f8848c7d7b7 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit dc0103e36b921e9bcb86f9e9a402d8e6b4c47345-dirty
| author | galaxyp |
|---|---|
| date | Fri, 08 Apr 2016 15:46:25 -0400 |
| parents | |
| children | c1287690a62c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/msconvert_nix.xml Fri Apr 08 15:46:25 2016 -0400 @@ -0,0 +1,28 @@ +<tool id="msconvert_nix" name="msconvert" version="@VERSION@.0"> + <description>Convert and/or filter mass spectrometry files</description> + + <macros> + <import>msconvert_macros.xml</import> + </macros> + + <expand macro="generic_requirements" /> + + <expand macro="msconvertCommand" /> + + <inputs> + <param format="mzml,mzxml,mz5,mgf,ms2" name="input" type="data" label="Input unrefined MS data" /> + + <expand macro="msconvertInputParameters" /> + </inputs> + + <expand macro="msconvertOutput" /> + + <tests> + <expand macro="msconvert_tests" /> + + </tests> + <help> + <expand macro="msconvert_help" /> + </help> + <expand macro="citations" /> +</tool>
