|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="IDSplitter" name="IDSplitter" version="1.12.0">
|
|
|
3 <description>Splits protein/peptide identifications off of annotated data files</description>
|
|
|
4 <macros>
|
|
|
5 <token name="@EXECUTABLE@">IDSplitter</token>
|
|
|
6 <import>macros.xml</import>
|
|
|
7 </macros>
|
|
|
8 <expand macro="stdio"/>
|
|
|
9 <expand macro="requirements"/>
|
|
|
10 <command>IDSplitter
|
|
|
11
|
|
|
12 -in ${param_in}
|
|
|
13 -out ${param_out}
|
|
|
14 -id_out ${param_id_out}
|
|
|
15 -threads \${GALAXY_SLOTS:-24}
|
|
|
16 </command>
|
|
|
17 <inputs>
|
|
|
18 <param name="param_in" type="data" format="mzML,featureXML,consensusXML" optional="False" label="Input file (data annotated with identifications)" help="(-in)"/>
|
|
|
19 </inputs>
|
|
|
20 <outputs>
|
|
|
21 <data name="param_out" label="Output file (data without identifications). Either 'out' or 'id_out' are required. They can be used together." format="consensusXML">
|
|
|
22 <change_format>
|
|
|
23 <when input="param_out_type" value="mzML" format="mzML"/>
|
|
|
24 <when input="param_out_type" value="featureXML" format="featureXML"/>
|
|
|
25 </change_format>
|
|
|
26 </data>
|
|
|
27 <data name="param_id_out" label="Output file (identifications). Either 'out' or 'id_out' are required. They can be used together." format="idXML"/>
|
|
|
28 </outputs>
|
|
|
29 <help>**What it does**
|
|
|
30
|
|
|
31 Splits protein/peptide identifications off of annotated data files
|
|
|
32
|
|
|
33
|
|
|
34 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_IDSplitter.html
|
|
|
35
|
|
|
36 @REFERENCES@
|
|
|
37 </help>
|
|
|
38 </tool>
|