Mercurial > repos > galaxyp > openms_consensusid
diff ConsensusID.xml @ 3:379e2be979f8 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit daf6dfc513ede9b890125d9fff2c2657d834eea9
author | galaxyp |
---|---|
date | Fri, 14 Jul 2017 18:38:07 -0400 |
parents | 2ef75ed3d633 |
children | d0054ea86673 |
line wrap: on
line diff
--- a/ConsensusID.xml Thu Apr 27 12:45:05 2017 -0400 +++ b/ConsensusID.xml Fri Jul 14 18:38:07 2017 -0400 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> <!--Proposed Tool Section: [ID Processing]--> -<tool id="ConsensusID" name="ConsensusID" version="2.1.0"> +<tool id="ConsensusID" name="ConsensusID" version="2.2.0"> <description>Computes a consensus of peptide identifications of several identification engines.</description> <macros> <token name="@EXECUTABLE@">ConsensusID</token> @@ -65,7 +65,7 @@ #end if </command> <inputs> - <param name="param_in" type="data" format="featurexml,consensusxml,idxml" optional="False" label="input file" help="(-in) "/> + <param name="param_in" type="data" format="idxml,featurexml,consensusxml" optional="False" label="input file" help="(-in) "/> <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) "/> <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) "/> <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">