Mercurial > repos > iracooke > protk
comparison protein_prophet.xml @ 0:a929e27eb203 draft
Uploaded
author | iracooke |
---|---|
date | Thu, 21 Jun 2012 22:30:48 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a929e27eb203 |
---|---|
1 <tool id="proteomics_search_protein_prophet_1" name="Protein Prophet" version="1.0.0"> | |
2 <requirements><requirement type="package">protk</requirement></requirements> | |
3 <description>Calculate Protein Prophet statistics on search results</description> | |
4 | |
5 | |
6 <!-- Note .. the input file is assumed to be the first argument --> | |
7 <command interpreter="ruby">protein_prophet_wrapper.rb $output $input_file -r $iproph $nooccam $groupwts $normprotlen $logprobs $confem $allpeps $unmapped $instances $delude --minprob=$minprob --minindep=$minindep </command> | |
8 <inputs> | |
9 | |
10 <param name="input_file" type="data" format="pepxml" multiple="false" label="Peptide Prophet Results" help="These files will typically be outputs from peptide prophet or interprophet"/> | |
11 | |
12 | |
13 <param name="iproph" selected="true" type="boolean" label="Inputs are from iProphet" truevalue="--iprophet-input" falsevalue=""/> | |
14 <param name="nooccam" type="boolean" label="Don't apply Occam's razor" help="When selected no attempt will be made to derive the simplest protein list explaining observed peptides" truevalue="--no-occam" falsevalue=""/> | |
15 <param name="groupwts" type="boolean" label="Use group weights" help="Check peptide's total weight (rather than actual weight) in the Protein Group against the threshold" truevalue="--group-wts" falsevalue=""/> | |
16 <param name="normprotlen" type="boolean" label="Normalize NSP using Protein Length" truevalue="--norm-protlen" falsevalue=""/> | |
17 <param name="logprobs" type="boolean" label="Use the log of probability in the confidence calculations" truevalue="--log-prob" falsevalue=""/> | |
18 <param name="confem" type="boolean" label="Use the EM to compute probability given the confidenct" truevalue="--confem" falsevalue=""/> | |
19 <param name="allpeps" type="boolean" label="Consider all possible peptides in the database in the confidence model" truevalue="--allpeps" falsevalue=""/> | |
20 <param name="unmapped" type="boolean" label="Report results for unmapped proteins" truevalue="--unmapped" falsevalue=""/> | |
21 <param name="instances" type="boolean" label="Use Expected Number of Ion Instances to adjust the peptide probabilities prior to NSP adjustment" truevalue="--instances" falsevalue=""/> | |
22 <param name="delude" type="boolean" label="Do NOT use peptide degeneracy information when assessing proteins" truevalue="--delude" falsevalue=""/> | |
23 | |
24 <param name="minprob" type="text" label="Minimum peptide prophet probability for peptides to be considered" value="0.05"/> | |
25 <param name="minindep" type="text" label="Minimum percentage of independent peptides required for a protein" value="0"/> | |
26 | |
27 </inputs> | |
28 <outputs> | |
29 <data format="protxml" name="output" metadata_source="input_file" label="protein_prophet.${input_file.display_name}.protXML" from_work_dir="protein_prophet_results.prot.xml"/> | |
30 </outputs> | |
31 | |
32 | |
33 <!--NOPLOT: do not generate plot png file | |
34 NOOCCAM: non-conservative maximum protein list | |
35 GROUPWTS: check peptide's total weight in the Protein Group against the threshold (default: check peptide's actual weight against threshold) | |
36 NORMPROTLEN: Normalize NSP using Protein Length | |
37 LOGPROBS: Use the log of the probabilities in the Confidence calculations | |
38 CONFEM: Use the EM to compute probability given the confidence | |
39 ALLPEPS: Consider all possible peptides in the database in the confidence model | |
40 UNMAPPED: Report results for UNMAPPED proteins | |
41 INSTANCES: Use Expected Number of Ion Instances to adjust the peptide probabilities prior to NSP adjustment | |
42 DELUDE: do NOT use peptide degeneracy information when assessing proteins | |
43 | |
44 MINPROB: peptideProphet probabilty threshold (default=0.05) | |
45 MININDEP: minimum percentage of independent peptides required for a protein (default=0) | |
46 | |
47 | |
48 --> | |
49 | |
50 <help> | |
51 Run Peptide Prophet | |
52 </help> | |
53 | |
54 </tool> |