0
|
1 <tool id="msconvert_nix" name="msconvert" version="@VERSION@.0">
|
|
2 <description>Convert and/or filter mass spectrometry files</description>
|
|
3
|
|
4 <macros>
|
|
5 <import>msconvert_macros.xml</import>
|
|
6 </macros>
|
|
7
|
|
8 <expand macro="generic_requirements" />
|
|
9
|
|
10 <expand macro="msconvertCommand" />
|
|
11
|
|
12 <inputs>
|
|
13 <param format="mzml,mzxml,mz5,mgf,ms2" name="input" type="data" label="Input unrefined MS data" />
|
|
14
|
|
15 <expand macro="msconvertInputParameters" />
|
|
16 </inputs>
|
|
17
|
|
18 <expand macro="msconvertOutput" />
|
|
19
|
|
20 <tests>
|
|
21 <expand macro="msconvert_tests" />
|
|
22
|
|
23 </tests>
|
|
24 <help>
|
|
25 <expand macro="msconvert_help" />
|
|
26 </help>
|
|
27 <expand macro="citations" />
|
|
28 </tool>
|