|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="IDExtractor" name="IDExtractor" version="1.12.0">
|
|
|
3 <description>Extracts 'n' peptides randomly or best 'n' from idXML files.</description>
|
|
|
4 <macros>
|
|
|
5 <token name="@EXECUTABLE@">IDExtractor</token>
|
|
|
6 <import>macros.xml</import>
|
|
|
7 </macros>
|
|
|
8 <expand macro="stdio"/>
|
|
|
9 <expand macro="requirements"/>
|
|
|
10 <command>IDExtractor
|
|
|
11
|
|
|
12 -in ${param_in}
|
|
|
13 -out ${param_out}
|
|
|
14 -number_of_peptides ${param_number_of_peptides}
|
|
|
15 -number_of_rand_invokations ${param_number_of_rand_invokations}
|
|
|
16 ${param_best_hits}
|
|
|
17 -threads \${GALAXY_SLOTS:-24}
|
|
|
18 </command>
|
|
|
19 <inputs>
|
|
|
20 <param name="param_in" type="data" format="idXML" optional="False" label="input file" help="(-in)"/>
|
|
|
21 <param name="param_number_of_peptides" type="integer" min="1" optional="True" value="10" label="Number of randomly chosen peptides" help="(-number_of_peptides)"/>
|
|
|
22 <param name="param_number_of_rand_invokations" type="integer" min="0" optional="True" value="0" label="Number of rand invocations before random draw" help="(-number_of_rand_invokations)"/>
|
|
|
23 <param name="param_best_hits" type="boolean" truevalue="-best_hits true" falsevalue="-best_hits false" checked="false" optional="True" label="If this flag is set the best n peptides are chosen." help="(-best_hits)"/>
|
|
|
24 </inputs>
|
|
|
25 <outputs>
|
|
|
26 <data name="param_out" label="output file" format="idXML"/>
|
|
|
27 </outputs>
|
|
|
28 <help>**What it does**
|
|
|
29
|
|
|
30 Extracts 'n' peptides randomly or best 'n' from idXML files.
|
|
|
31
|
|
|
32
|
|
|
33 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_IDExtractor.html
|
|
|
34
|
|
|
35 @REFERENCES@
|
|
|
36 </help>
|
|
|
37 </tool>
|