0
|
1 <tool id="openms_id_file_converter" version="0.1.0" name="ID File Converter">
|
|
2 <description>
|
|
3 Converts identification engine file formats.
|
|
4 </description>
|
2
|
5 <macros>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio" />
|
|
9 <expand macro="requires" />
|
0
|
10 <command interpreter="python">
|
|
11 openms_wrapper.py --executable 'IDFileConverter' --config $config
|
|
12 </command>
|
|
13 <configfiles>
|
|
14 <configfile name="config">[simple_options]
|
|
15 in=${in}
|
|
16 out=${out}
|
|
17 out_type=${output_type}
|
|
18 </configfile>
|
|
19 </configfiles>
|
|
20 <inputs>
|
|
21 <param format="pepxml,protxml,idxml" name="in" type="data" label="Input Identification File"/>
|
|
22 <param name="output_type" type="select" label="Output Type">
|
4
|
23 <option value="idXML">idXML</option>
|
|
24 <option value="pepXML">pepXML</option>
|
0
|
25 <option value="mzid">mzIdentML</option>
|
4
|
26 <option value="FASTA">FASTA</option>
|
0
|
27 </param>
|
|
28 </inputs>
|
|
29 <outputs>
|
|
30 <data format="idxml" name="out">
|
|
31 <change_format>
|
4
|
32 <when input="output_type" value="pepXML" format="pepxml" />
|
0
|
33 <when input="output_type" value="mzid" format="mzid" />
|
4
|
34 <when input="output_type" value="FASTA" format="fasta" />
|
0
|
35 </change_format>
|
|
36 </data>
|
|
37 </outputs>
|
|
38 <help>
|
|
39 **What it does**
|
|
40
|
|
41 Shows basic information about the file, such as data ranges and file type.
|
|
42
|
|
43 **Citation**
|
|
44
|
|
45 For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
|
|
46
|
|
47 If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
|
|
48 </help>
|
|
49 </tool>
|