Mercurial > repos > galaxyp > msconvert
diff msconvert_nix/msconvert_nix.xml @ 9:dd4ba10d0c45 draft
planemo upload commit b4871f9659a924a68430aed3a93f4f9bad733fd6
author | galaxyp |
---|---|
date | Wed, 07 Dec 2016 16:43:07 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/msconvert_nix/msconvert_nix.xml Wed Dec 07 16:43:07 2016 -0500 @@ -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>