|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="IDSplitter" name="IDSplitter" version="2.0.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 #if $param_in:
|
|
|
13 -in $param_in
|
|
|
14 #end if
|
|
|
15 #if $param_out:
|
|
|
16 -out $param_out
|
|
|
17 #end if
|
|
|
18 #if $param_id_out:
|
|
|
19 -id_out $param_id_out
|
|
|
20 #end if
|
|
|
21 -threads \${GALAXY_SLOTS:-24}
|
|
|
22 #if $adv_opts.adv_opts_selector=='advanced':
|
|
|
23 #if $adv_opts.param_force:
|
|
|
24 -force
|
|
|
25 #end if
|
|
|
26 #end if
|
|
|
27 </command>
|
|
|
28 <inputs>
|
|
|
29 <param name="param_in" type="data" format="featurexml,consensusxml,mzml" optional="False" label="Input file (data annotated with identifications)" help="(-in) "/>
|
|
|
30 <expand macro="advanced_options">
|
|
|
31 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
|
|
|
32 </expand>
|
|
|
33 </inputs>
|
|
|
34 <outputs>
|
|
|
35 <data name="param_out" metadata_source="param_in" format="input"/>
|
|
|
36 <data name="param_id_out" format="idxml"/>
|
|
|
37 </outputs>
|
|
|
38 <help>**What it does**
|
|
|
39
|
|
|
40 Splits protein/peptide identifications off of annotated data files
|
|
|
41
|
|
|
42
|
|
|
43 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_IDSplitter.html</help>
|
|
|
44 <expand macro="references"/>
|
|
|
45 </tool>
|