|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="IDMerger" name="IDMerger" version="1.12.0">
|
|
|
3 <description>Merges several protein/peptide identification files into one file.</description>
|
|
|
4 <macros>
|
|
|
5 <token name="@EXECUTABLE@">IDMerger</token>
|
|
|
6 <import>macros.xml</import>
|
|
|
7 </macros>
|
|
|
8 <expand macro="stdio"/>
|
|
|
9 <expand macro="requirements"/>
|
|
|
10 <command>IDMerger
|
|
|
11
|
|
|
12 -in ${param_in}
|
|
|
13 -out ${param_out}
|
|
|
14 -add_to ${param_add_to}
|
|
|
15 ${param_annotate_file_origin}
|
|
|
16 ${param_pepxml_protxml}
|
|
|
17 -threads \${GALAXY_SLOTS:-24}
|
|
|
18 </command>
|
|
|
19 <inputs>
|
|
|
20 <param name="param_in" type="data" format="idXML" optional="False" size="20" label="Input files separated by blanks" help="(-in)"/>
|
|
|
21 <param name="param_add_to" type="data" format="idXML" optional="True" label="Optional input file. IDs from 'in' are added to this file, but only if the (modified) peptide sequences are not present yet (considering only best hits per spectrum)." help="(-add_to)"/>
|
|
|
22 <param name="param_annotate_file_origin" type="boolean" truevalue="-annotate_file_origin true" falsevalue="-annotate_file_origin false" checked="false" optional="True" label="Store the original filename in each protein/peptide identification (meta value: file_origin)." help="(-annotate_file_origin)"/>
|
|
|
23 <param name="param_pepxml_protxml" type="boolean" truevalue="-pepxml_protxml true" falsevalue="-pepxml_protxml false" checked="false" optional="True" label="Merge idXML files derived from a pepXML and corresponding protXML file.#br#Exactly two input files are expected in this case. Not compatible with 'add_to'." help="(-pepxml_protxml)"/>
|
|
|
24 </inputs>
|
|
|
25 <outputs>
|
|
|
26 <data name="param_out" label="Output file" format="idXML"/>
|
|
|
27 </outputs>
|
|
|
28 <help>**What it does**
|
|
|
29
|
|
|
30 Merges several protein/peptide identification files into one file.
|
|
|
31
|
|
|
32
|
|
|
33 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_IDMerger.html
|
|
|
34
|
|
|
35 @REFERENCES@
|
|
|
36 </help>
|
|
|
37 </tool>
|