comparison msconvert.xml @ 11:052798dd73dd draft default tip

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 7aa618964e95528ed59eea299701e65ccacae877"
author galaxyp
date Mon, 30 Nov 2020 16:00:27 +0000
parents 06747cba5685
children
comparison
equal deleted inserted replaced
10:06747cba5685 11:052798dd73dd
1 <tool id="msconvert" name="msconvert" version="@VERSION@.1"> 1 <tool id="msconvert" name="msconvert" version="@VERSION@.2">
2 <description>Convert and/or filter mass spectrometry files</description> 2 <description>Convert and/or filter mass spectrometry files</description>
3 <macros> 3 <macros>
4 <import>msconvert_macros.xml</import> 4 <import>msconvert_macros.xml</import>
5 </macros> 5 </macros>
6 <requirements> 6 <requirements>
7 <container type="docker">chambm/pwiz-skyline-i-agree-to-the-vendor-licenses:@FULL_VERSION@</container> 7 <container type="docker">chambm/pwiz-skyline-i-agree-to-the-vendor-licenses:@FULL_VERSION@</container>
8 </requirements> 8 </requirements>
9 <stdio>
10 <regex match="Error writing run" source="stderr" level="fatal" description="Could not convert. Check stderr." />
11 </stdio>
9 <expand macro="msconvertCommand" /> 12 <expand macro="msconvertCommand" />
10 <inputs> 13 <inputs>
11 <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" /> 14 <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" />
12 <expand macro="msconvertInputParameters" /> 15 <expand macro="msconvertInputParameters" />
13 </inputs> 16 </inputs>