Mercurial > repos > galaxyp > msconvert
view msconvert.xml @ 12:9ec469ff191a draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit ecdc3a64aa245d80dbc5487b2bf10a85a43adc6d
author | galaxyp |
---|---|
date | Fri, 22 Mar 2019 14:18:29 -0400 |
parents | 9d5de24e6ef7 |
children | 9b61227976d6 |
line wrap: on
line source
<tool id="msconvert" name="msconvert" version="@VERSION@.0"> <description>Convert and/or filter mass spectrometry files</description> <macros> <import>msconvert_macros.xml</import> </macros> <requirements> <container type="docker">chambm/pwiz-skyline-i-agree-to-the-vendor-licenses:@FULL_VERSION@</container> </requirements> <expand macro="msconvertCommand" /> <inputs> <param format="mzml,mzxml,mz5,mgf,ms2,thermo.raw,raw,wiff,wiff.tar,agilentbrukeryep.d.tar,agilentmasshunter.d.tar,brukerbaf.d.tar,brukertdf.d.tar,watersmasslynx.raw.tar" 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>