14
|
1 <tool id="proteomics_search_interprophet_1" name="InterProphet" version="1.1.0">
|
12
|
2
|
|
3 <requirements>
|
14
|
4 <container type="docker">iracooke/protk-1.4.1</container>
|
|
5 <requirement type="package" version="1.4">protk</requirement>
|
|
6 <requirement type="package" version="4.8.0">trans_proteomic_pipeline</requirement>
|
12
|
7 </requirements>
|
|
8
|
|
9
|
|
10 <description>Combine Peptide Prophet results from multiple search engines</description>
|
|
11
|
|
12 <command>interprophet.rb --galaxy
|
|
13
|
|
14 -o interprophet_output.pep.xml
|
|
15
|
|
16 $use_nss
|
|
17
|
|
18 $use_nrs
|
|
19
|
|
20 $use_nse
|
|
21
|
|
22 $use_nsi
|
|
23
|
|
24 $use_nsm
|
|
25
|
14
|
26 --p-thresh $p_thresh
|
|
27
|
|
28 --threads $threads
|
12
|
29
|
14
|
30 #for $pepxml_file in $pepxml_files:
|
|
31 ${pepxml_file}
|
|
32 #end for
|
12
|
33
|
|
34 </command>
|
|
35
|
14
|
36
|
12
|
37 <inputs>
|
|
38
|
14
|
39 <param name="pepxml_files" multiple="true" type="data" format="peptideprophet_pepxml" label="Peptide Prophet Results" help="These files will typically be outputs from search tools that have subsequently been run through peptide prophet"/>
|
|
40
|
|
41 <param name="use_nss" checked="true" type="boolean" label="Include NSS in Model" help="Include NSS (Number of Sibling Searches) in Statistical Model" truevalue="" falsevalue="--no-nss"/>
|
|
42 <param name="use_nrs" checked="true" type="boolean" label="Include NRS in Model" help="Include NRS (Number of Replicate Spectra) in Statistical Model" truevalue="" falsevalue="--no-nrs"/>
|
|
43 <param name="use_nse" checked="true" type="boolean" label="Include NSE in Model" help="Include NSE (Number of Sibling Experiments) in Statistical Model" truevalue="" falsevalue="--no-nse"/>
|
|
44 <param name="use_nsi" checked="true" type="boolean" label="Include NSI in Model" help="Include NSI (Number of Sibling Ions) in Statistical Model" truevalue="" falsevalue="--no-nsi"/>
|
|
45 <param name="use_nsm" checked="true" type="boolean" label="Include NSM in Model" help="Include NSM (Number of Sibling Modifications) in Statistical Model" truevalue="" falsevalue="--no-nsm"/>
|
12
|
46
|
14
|
47 <param name="p_thresh" help="Peptides scoring less than this value are discarded" type="float" value="0.05" min="0" max="1" label="Probability Threshold"/>
|
|
48
|
|
49 <param name="threads" type="integer" value="1" min="0" label="Threads" help="Number of threads to use"/>
|
12
|
50
|
|
51 </inputs>
|
|
52 <outputs>
|
14
|
53 <data format="interprophet_pepxml" name="output" label="interprophet.${pepxml_files[0].display_name}" from_work_dir="interprophet_output.pep.xml"/>
|
12
|
54 </outputs>
|
|
55
|
|
56 <help>
|
|
57
|
|
58 **What it does**
|
|
59
|
|
60 Takes a set of pepXML files (possibly generated using different search engines) and calculates updated identification probabilities for each peptide. The updated probabilities are based on a statistical model that combines evidence from identifications across all of the input files, spectra, modified states and charge states.
|
|
61
|
|
62 ----
|
|
63
|
|
64 **Citation**
|
|
65
|
|
66 If you use this tool please read and cite the paper describing iProphet
|
|
67
|
|
68 Shteynberg D, et al. “iProphet: Improved statistical validation of peptide identifications in shotgun proteomics.” *Molecular and Cellular Proteomics* 10, M111.007690 (2011).
|
|
69
|
|
70 </help>
|
|
71
|
|
72 </tool>
|