Mercurial > repos > galaxyp > openms_xfdr
comparison XFDR.xml @ 0:b19847e8f0a1 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 58476cadaaf10b494317a604ad81d41c2d15f29b
author | galaxyp |
---|---|
date | Mon, 12 Feb 2018 13:27:44 -0500 |
parents | |
children | 7c6217c5b13f |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b19847e8f0a1 |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | |
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.--> | |
3 <!--Proposed Tool Section: [Utilities]--> | |
4 <tool id="XFDR" name="XFDR" version="2.3.0"> | |
5 <description>Calculates false discovery rate estimates on crosslink identifications</description> | |
6 <macros> | |
7 <token name="@EXECUTABLE@">XFDR</token> | |
8 <import>macros.xml</import> | |
9 </macros> | |
10 <expand macro="references"/> | |
11 <expand macro="stdio"/> | |
12 <expand macro="requirements"/> | |
13 <command>XFDR | |
14 | |
15 #if $param_in: | |
16 -in $param_in | |
17 #end if | |
18 #if $param_out_idXML: | |
19 -out_idXML $param_out_idXML | |
20 #end if | |
21 #if $param_out_mzIdentML: | |
22 -out_mzIdentML $param_out_mzIdentML | |
23 #end if | |
24 #if $param_minborder: | |
25 -minborder $param_minborder | |
26 #end if | |
27 #if $param_maxborder: | |
28 -maxborder $param_maxborder | |
29 #end if | |
30 #if $param_mindeltas: | |
31 -mindeltas $param_mindeltas | |
32 #end if | |
33 #if $param_minionsmatched: | |
34 -minionsmatched $param_minionsmatched | |
35 #end if | |
36 #if $param_uniquexl: | |
37 -uniquexl | |
38 #end if | |
39 #if $param_no_qvalues: | |
40 -no_qvalues | |
41 #end if | |
42 #if $param_minscore: | |
43 -minscore $param_minscore | |
44 #end if | |
45 #if $adv_opts.adv_opts_selector=='advanced': | |
46 #if $adv_opts.param_force: | |
47 -force | |
48 #end if | |
49 #end if | |
50 </command> | |
51 <inputs> | |
52 <param name="param_in" type="data" format="xml,idxml,mzid" optional="True" label="Crosslink Identifications in either xquest.xml, idXML, or mzIdentML format (as produced by OpenPepXL)" help="(-in) "/> | |
53 <param name="param_minborder" type="integer" value="-1" label="Filter for minimum precursor mass error (ppm)" help="(-minborder) Can only be applied for xquest.xml input"/> | |
54 <param name="param_maxborder" type="integer" value="-1" label="Filter for maximum precursor mass error (ppm)" help="(-maxborder) Can only be applied for xquest.xml input"/> | |
55 <param name="param_mindeltas" type="float" min="0.0" max="1.0" optional="True" value="0.0" label="Filter for delta score, 0 is no filte" help="(-mindeltas) Minimum delta score required, hits are rejected if larger or equal. Can only be applied for xquest.xml input"/> | |
56 <param name="param_minionsmatched" type="integer" min="0" optional="True" value="0" label="Filter for minimum matched ions per peptide" help="(-minionsmatched) Can only be applied for xquest.xml input"/> | |
57 <param name="param_uniquexl" display="radio" type="boolean" truevalue="-uniquexl" falsevalue="" checked="false" optional="True" label="Calculate statistics based on unique IDs" help="(-uniquexl) Can only be applied for xquest.xml input"/> | |
58 <param name="param_no_qvalues" display="radio" type="boolean" truevalue="-no_qvalues" falsevalue="" checked="false" optional="True" label="Do not transform simple FDR to q-values" help="(-no_qvalues) "/> | |
59 <param name="param_minscore" type="integer" value="0" label="Minimum score to be considered for FDR calculation" help="(-minscore) "/> | |
60 <expand macro="advanced_options"> | |
61 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | |
62 </expand> | |
63 </inputs> | |
64 <outputs> | |
65 <data name="param_out_idXML" format="idxml"/> | |
66 <data name="param_out_mzIdentML" format="mzid"/> | |
67 </outputs> | |
68 <help>Calculates false discovery rate estimates on crosslink identifications | |
69 | |
70 | |
71 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_XFDR.html</help> | |
72 </tool> |