0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="RTEvaluation" name="RTEvaluation" version="1.12.0">
|
|
3 <description>Application that evaluates TPs (true positives), TNs, FPs, and FNs for an idXML file with predicted RTs.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">RTEvaluation</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>RTEvaluation
|
|
11
|
|
12 -in ${param_in}
|
|
13 -out ${param_out}
|
|
14 -sequences_file ${param_sequences_file}
|
|
15 ${param_latex}
|
|
16 -p_value_dim_1 ${param_p_value_dim_1}
|
|
17 -p_value_dim_2 ${param_p_value_dim_2}
|
|
18 -threads \${GALAXY_SLOTS:-24}
|
|
19 </command>
|
|
20 <inputs>
|
|
21 <param name="param_in" type="data" format="idXML" optional="False" label="input file" help="(-in)"/>
|
|
22 <param name="param_sequences_file" type="data" format="fasta" optional="True" label="Filename of a FASTA file containing protein sequences.#br#All peptides that are not a substring of a sequence in this file are considered as false" help="(-sequences_file)"/>
|
|
23 <param name="param_latex" type="boolean" truevalue="-latex true" falsevalue="-latex false" checked="false" optional="True" label="indicates whether the output file format of the table should be latex or csv" help="(-latex)"/>
|
|
24 <param name="param_p_value_dim_1" type="float" min="0.0" max="1.0" optional="True" value="0.01" label="Significance level of first dimension RT filter" help="(-p_value_dim_1)"/>
|
|
25 <param name="param_p_value_dim_2" type="float" min="0.0" max="1.0" optional="True" value="0.05" label="Significance level of second dimension RT filter" help="(-p_value_dim_2)"/>
|
|
26 </inputs>
|
|
27 <outputs>
|
|
28 <data name="param_out" label="output file " format="tabular"/>
|
|
29 </outputs>
|
|
30 <help>**What it does**
|
|
31
|
|
32 Application that evaluates TPs (true positives), TNs, FPs, and FNs for an idXML file with predicted RTs.
|
|
33
|
|
34
|
|
35 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_RTEvaluation.html
|
|
36
|
|
37 @REFERENCES@
|
|
38 </help>
|
|
39 </tool>
|