0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="OpenSwathDIAPreScoring" name="OpenSwathDIAPreScoring" version="1.12.0">
|
|
3 <description>Scoring spectra using the DIA scores.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">OpenSwathDIAPreScoring</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>OpenSwathDIAPreScoring
|
|
11
|
|
12 -tr ${param_tr}
|
|
13 -out ${param_out}
|
|
14 -swath_files ${param_swath_files}
|
|
15 -min_upper_edge_dist ${param_min_upper_edge_dist}
|
|
16 -threads \${GALAXY_SLOTS:-24}
|
|
17 </command>
|
|
18 <inputs>
|
|
19 <param name="param_tr" type="data" format="" optional="False" label="transition file" help="(-tr)"/>
|
|
20 <param name="param_swath_files" type="data" format="mzML" optional="True" size="20" label="Swath files that were used to extract the transitions. If present, SWATH specific scoring will be applied." help="(-swath_files)"/>
|
|
21 <param name="param_min_upper_edge_dist" type="float" value="0.0" label="Minimal distance to the edge to still consider a precursor, in Thomson (only in SWATH)" help="(-min_upper_edge_dist)"/>
|
|
22 </inputs>
|
|
23 <outputs>
|
|
24 <data name="param_out" label="output file" format="data"/>
|
|
25 </outputs>
|
|
26 <help>**What it does**
|
|
27
|
|
28 Scoring spectra using the DIA scores.
|
|
29
|
|
30
|
|
31 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_OpenSwathDIAPreScoring.html
|
|
32
|
|
33 @REFERENCES@
|
|
34 </help>
|
|
35 </tool>
|