|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="IDMerger" name="IDMerger" version="2.0.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
|
|
|
13 #for token in $param_in:
|
|
|
14 $token
|
|
|
15 #end for
|
|
|
16 #if $param_out:
|
|
|
17 -out $param_out
|
|
|
18 #end if
|
|
|
19 #if $param_add_to:
|
|
|
20 -add_to $param_add_to
|
|
|
21 #end if
|
|
|
22 #if $param_annotate_file_origin:
|
|
|
23 -annotate_file_origin
|
|
|
24 #end if
|
|
|
25 #if $param_pepxml_protxml:
|
|
|
26 -pepxml_protxml
|
|
|
27 #end if
|
|
|
28 -threads \${GALAXY_SLOTS:-24}
|
|
|
29 #if $adv_opts.adv_opts_selector=='advanced':
|
|
|
30 #if $adv_opts.param_force:
|
|
|
31 -force
|
|
|
32 #end if
|
|
|
33 #end if
|
|
|
34 </command>
|
|
|
35 <inputs>
|
|
|
36 <param name="param_in" type="data" format="idxml" multiple="true" optional="False" size="30" label="Input files separated by blanks" help="(-in) ">
|
|
|
37 <sanitizer>
|
|
|
38 <valid initial="string.printable">
|
|
|
39 <remove value="'"/>
|
|
|
40 <remove value="""/>
|
|
|
41 </valid>
|
|
|
42 </sanitizer>
|
|
|
43 </param>
|
|
|
44 <param name="param_add_to" type="data" format="idxml" optional="True" label="Optional input file" help="(-add_to) 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)"/>
|
|
|
45 <param name="param_annotate_file_origin" type="boolean" truevalue="-annotate_file_origin" falsevalue="" checked="false" optional="True" label="Store the original filename in each protein/peptide identification (meta value: file_origin)" help="(-annotate_file_origin) "/>
|
|
|
46 <param name="param_pepxml_protxml" type="boolean" truevalue="-pepxml_protxml" falsevalue="" checked="false" optional="True" label="Merge idXML files derived from a pepXML and corresponding protXML file" help="(-pepxml_protxml) <br>Exactly two input files are expected in this case. Not compatible with 'add_to'"/>
|
|
|
47 <expand macro="advanced_options">
|
|
|
48 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
|
|
|
49 </expand>
|
|
|
50 </inputs>
|
|
|
51 <outputs>
|
|
|
52 <data name="param_out" format="idxml"/>
|
|
|
53 </outputs>
|
|
|
54 <help>**What it does**
|
|
|
55
|
|
|
56 Merges several protein/peptide identification files into one file.
|
|
|
57
|
|
|
58
|
|
|
59 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_IDMerger.html</help>
|
|
|
60 <expand macro="references"/>
|
|
|
61 </tool>
|