view msconvert.xml @ 10:06747cba5685 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:24:27 +0000
parents e638f7fad66a
children 052798dd73dd
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>