annotate consensus_id.xml @ 6:42b843627623 draft default tip

Uploaded
author galaxyp
date Fri, 21 Jun 2013 17:01:53 -0400
parents cf0d72c7b482
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
1 <tool id="openms_consensus_id" version="0.1.0" name="Consensus ID">
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
2 <description>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
3 Computes a consensus identification from peptide identification engines.
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
4 </description>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
5 <macros>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
6 <import>macros.xml</import>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
7 </macros>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
8 <expand macro="stdio" />
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
9 <expand macro="requires" />
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
10 <command interpreter="python">
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
11 openms_wrapper.py --executable 'ConsensusID' --config $config
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
12 </command>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
13 <configfiles>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
14 <configfile name="config">[simple_options]
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
15 in=${input1}
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
16 out=${out}
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
17 </configfile>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
18 </configfiles>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
19 <inputs>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
20 <param format="idxml,consensusxml,featurexml" name="input1" type="data" label="idXML Input" />
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
21 <!-- Add options -->
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
22 </inputs>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
23 <outputs>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
24 <data format="input" name="out" metadata_source="input1" />
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
25 </outputs>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
26 <help>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
27 **What it does**
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
28
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
29 This implementation (for PEPMatrix and PEPIons) is described in
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
30
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
31 Nahnsen S, Bertsch A, Rahnenfuehrer J, Nordheim A, Kohlbacher O
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
32 Probabilistic Consensus Scoring Improves Tandem Mass Spectrometry Peptide Identification
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
33 Journal of Proteome Research (2011), DOI: 10.1021/pr2002879
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
34 The input file can contain several searches, e.g., from several identification engines. In order to use the PEPMatrix or the PEPIons algorithm, posterior error probabilities (PEPs) need to be calculated using the IDPosteriorErrorProbability tool for all individual search engines. After PEP calculation, the different search engine results have to be combined using IDMerger. Identification runs can be mapped to featureXML and consensusXML with the IDMapper tool. The merged file can now be fed into into the ConsensusID tool. For the statistical assessment of the results it is recommended to use target-decoy databases for peptide identifications. The false discovery rates (FDRs) can be calculated using the FalseDiscoveryRate tool.
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
35
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
36 **Citation**
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
37
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
38 For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
39
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
40 If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
41 </help>
cf0d72c7b482 Update.
galaxyp
parents:
diff changeset
42 </tool>