Mercurial > repos > galaxyp > openms_consensusid
comparison ConsensusID.xml @ 11:368221d85573 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author | galaxyp |
---|---|
date | Fri, 17 May 2019 04:43:58 -0400 |
parents | fd633fe1d7d7 |
children | fdc984e79f40 |
comparison
equal
deleted
inserted
replaced
10:2a5a6ff18f9e | 11:368221d85573 |
---|---|
8 <import>macros.xml</import> | 8 <import>macros.xml</import> |
9 </macros> | 9 </macros> |
10 <expand macro="references"/> | 10 <expand macro="references"/> |
11 <expand macro="stdio"/> | 11 <expand macro="stdio"/> |
12 <expand macro="requirements"/> | 12 <expand macro="requirements"/> |
13 <command>ConsensusID | 13 <command detect_errors="aggressive"><![CDATA[ConsensusID |
14 | 14 |
15 #if $param_in: | 15 #if $param_in: |
16 -in $param_in | 16 -in $param_in |
17 #end if | 17 #end if |
18 #if $param_out: | 18 #if $param_out: |
61 #if $adv_opts.adv_opts_selector=='advanced': | 61 #if $adv_opts.adv_opts_selector=='advanced': |
62 #if $adv_opts.param_force: | 62 #if $adv_opts.param_force: |
63 -force | 63 -force |
64 #end if | 64 #end if |
65 #end if | 65 #end if |
66 </command> | 66 ]]></command> |
67 <inputs> | 67 <inputs> |
68 <param name="param_in" type="data" format="idxml,featurexml,consensusxml" optional="False" label="input file" help="(-in) "/> | 68 <param name="param_in" type="data" format="idxml,featurexml,consensusxml" optional="False" label="input file" help="(-in) "/> |
69 <param name="param_rt_delta" type="float" min="0.0" optional="True" value="0.1" label="[idXML input only] Maximum allowed retention time deviation between identifications belonging to the same spectrum" help="(-rt_delta) "/> | 69 <param name="param_rt_delta" type="float" min="0.0" optional="True" value="0.1" label="[idXML input only] Maximum allowed retention time deviation between identifications belonging to the same spectrum" help="(-rt_delta) "/> |
70 <param name="param_mz_delta" type="float" min="0.0" optional="True" value="0.1" label="[idXML input only] Maximum allowed precursor m/z deviation between identifications belonging to the same spectrum" help="(-mz_delta) "/> | 70 <param name="param_mz_delta" type="float" min="0.0" optional="True" value="0.1" label="[idXML input only] Maximum allowed precursor m/z deviation between identifications belonging to the same spectrum" help="(-mz_delta) "/> |
71 <param name="param_algorithm" type="select" optional="False" value="PEPMatrix" label="Algorithm used for consensus scoring" help="(-algorithm) <br>* PEPMatrix: Scoring based on posterior error probabilities (PEPs) and peptide sequence similarities (scored by a substitution matrix). Requires PEPs as scores. <br>* PEPIons: Scoring based on posterior error probabilities (PEPs) and fragment ion similarities ('shared peak count'). Requires PEPs as scores. <br>* best: For each peptide ID, use the best score of any search engine as the consensus score. Requires the same score type in all ID runs. <br>* worst: For each peptide ID, use the worst score of any search engine as the consensus score. Requires the same score type in all ID runs. <br>* average: For each peptide ID, use the average score of all search engines as the consensus. Requires the same score type in all ID runs. <br>* ranks: Calculates a consensus score based on the ranks of peptide IDs in the results of different search engines. The final score is in the range (0, 1], with 1 being the best score. No requirements about score types"> | 71 <param name="param_algorithm" type="select" optional="False" value="PEPMatrix" label="Algorithm used for consensus scoring" help="(-algorithm) <br>* PEPMatrix: Scoring based on posterior error probabilities (PEPs) and peptide sequence similarities (scored by a substitution matrix). Requires PEPs as scores. <br>* PEPIons: Scoring based on posterior error probabilities (PEPs) and fragment ion similarities ('shared peak count'). Requires PEPs as scores. <br>* best: For each peptide ID, use the best score of any search engine as the consensus score. Requires the same score type in all ID runs. <br>* worst: For each peptide ID, use the worst score of any search engine as the consensus score. Requires the same score type in all ID runs. <br>* average: For each peptide ID, use the average score of all search engines as the consensus. Requires the same score type in all ID runs. <br>* ranks: Calculates a consensus score based on the ranks of peptide IDs in the results of different search engines. The final score is in the range (0, 1], with 1 being the best score. No requirements about score types"> |
94 <data name="param_out" metadata_source="param_in" format="input"/> | 94 <data name="param_out" metadata_source="param_in" format="input"/> |
95 </outputs> | 95 </outputs> |
96 <help>Computes a consensus of peptide identifications of several identification engines. | 96 <help>Computes a consensus of peptide identifications of several identification engines. |
97 | 97 |
98 | 98 |
99 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_ConsensusID.html</help> | 99 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_ConsensusID.html</help> |
100 </tool> | 100 </tool> |