Mercurial > repos > galaxyp > msconvert
view msconvert.xml @ 14:3cf310697624 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 79157337a253a1c2fce2ad1739668c66b6c54df1"
author | galaxyp |
---|---|
date | Mon, 16 Nov 2020 17:25:12 +0000 |
parents | 9b61227976d6 |
children | 6153e8ada1ee |
line wrap: on
line source
<tool id="msconvert" name="msconvert" version="@VERSION@.1"> <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>