Mercurial > repos > jjohnson > msconvert_nix
diff msconvert_nix.xml @ 0:45b98549157b draft default tip
Uploaded
author | jjohnson |
---|---|
date | Wed, 25 Nov 2015 14:38:29 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/msconvert_nix.xml Wed Nov 25 14:38:29 2015 -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>