view msconvert.xml @ 13:9b61227976d6 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 298cdc1df4609ae9353107dc803af0cf190ded7c"
author galaxyp
date Sat, 25 Jul 2020 18:13:58 -0400
parents 9d5de24e6ef7
children 3cf310697624
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>