Mercurial > repos > galaxyp > msconvert_nix
view msconvert_nix.xml @ 2:c9b96a178758 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:48:15 -0400 |
parents | baa6c072fccc |
children |
line wrap: on
line source
<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>