Mercurial > repos > jjohnson > peptideshaker
annotate peptide_shaker.xml @ 1:fa76abf69433 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit e09348a0c372d4355c5dda6519e52ff17e0e8621-dirty
| author | jjohnson |
|---|---|
| date | Fri, 08 Jun 2018 15:58:53 -0400 |
| parents | 8b99cb00e1c4 |
| children | eea7e945f479 |
| rev | line source |
|---|---|
|
1
fa76abf69433
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit e09348a0c372d4355c5dda6519e52ff17e0e8621-dirty
jjohnson
parents:
0
diff
changeset
|
1 <tool id="peptide_shaker" name="Peptide Shaker" version="1.16.23.0"> |
|
0
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
2 <description> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
3 Perform protein identification using various search engines based on results from SearchGUI |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
4 </description> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
5 <macros> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
6 <import>macros_basic.xml</import> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
7 </macros> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
8 <requirements> |
|
1
fa76abf69433
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit e09348a0c372d4355c5dda6519e52ff17e0e8621-dirty
jjohnson
parents:
0
diff
changeset
|
9 <requirement type="package" version="1.16.23">peptide-shaker</requirement> |
|
0
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
10 </requirements> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
11 <expand macro="stdio" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
12 <command> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
13 <![CDATA[ |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
14 #from datetime import datetime |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
15 #set $exp_str = "Galaxy_Experiment_%s" % datetime.now().strftime("%Y%m%d%H%M%s") |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
16 #set $samp_str = "Sample_%s" % datetime.now().strftime("%Y%m%d%H%M%s") |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
17 #set $temp_stderr = "peptideshaker_stderr" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
18 #set $bin_dir = "bin" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
19 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
20 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
21 mkdir output_reports; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
22 cwd=`pwd`; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
23 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
24 ln -s '$searchgui_input' searchgui_input.zip && |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
25 jar xvf searchgui_input.zip SEARCHGUI_IdentificationParameters.par && |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
26 ###################### |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
27 ## PeptideShakerCLI ## |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
28 ###################### |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
29 (peptide-shaker eu.isas.peptideshaker.cmd.PeptideShakerCLI |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
30 --exec_dir="\$cwd/${bin_dir}" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
31 -temp_folder \$cwd/PeptideShakerCLI |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
32 -experiment '$exp_str' |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
33 -sample '$samp_str' |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
34 -replicate 1 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
35 -identification_files \$cwd/searchgui_input.zip |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
36 -id_params \$cwd/SEARCHGUI_IdentificationParameters.par |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
37 -out \$cwd/peptideshaker_output.cpsx |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
38 -zip \$cwd/peptideshaker_output.zip |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
39 #set $cleaned_list = str($outputs).split(',') |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
40 #if 'cps' in $cleaned_list: |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
41 #silent $cleaned_list.remove('cps') |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
42 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
43 #if 'mzidentML' in $cleaned_list: |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
44 #silent $cleaned_list.remove('mzidentML') |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
45 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
46 #if 'zip' in $cleaned_list: |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
47 #silent $cleaned_list.remove('zip') |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
48 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
49 #if len($cleaned_list) > 0 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
50 ## Only numbers are left over. These corresponds to different reports. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
51 -reports #echo ','.join($cleaned_list)# |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
52 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
53 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
54 -threads "\${GALAXY_SLOTS:-12}" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
55 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
56 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
57 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
58 2>> $temp_stderr) |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
59 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
60 && |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
61 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
62 echo "Running Reports"; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
63 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
64 ################################## |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
65 ## PeptideShaker Report options ## |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
66 ################################## |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
67 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
68 #if 'mzidentML' in str($outputs).split(','): |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
69 echo "Generating mzIdentML"; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
70 (peptide-shaker eu.isas.peptideshaker.cmd.MzidCLI |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
71 --exec_dir="\$cwd/${bin_dir}" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
72 -in \$cwd/peptideshaker_output.zip |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
73 -output_file \$cwd/output.mzid |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
74 #if $contact_options.contact_options_selector == "yes": |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
75 -contact_first_name "$contact_options.contact_first_name" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
76 -contact_last_name "$contact_options.contact_last_name" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
77 -contact_email "$contact_options.contact_email" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
78 -contact_address "$contact_options.contact_address" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
79 #if str($contact_options.contact_url).strip() != '': |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
80 -contact_url = "$contact_options.contact_url" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
81 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
82 -organization_name "$contact_options.organization_name" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
83 -organization_email "$contact_options.organization_email" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
84 -organization_address "$contact_options.organization_address" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
85 #if str($contact_options.organization_url).strip() != '': |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
86 -organization_url = "$contact_options.organization_url" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
87 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
88 #else: |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
89 -contact_first_name "Proteomics" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
90 -contact_last_name "Galaxy" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
91 -contact_email "galaxyp@umn.edu" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
92 -contact_address "galaxyp@umn.edu" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
93 -organization_name "University of Minnesota" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
94 -organization_email "galaxyp@umn.edu" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
95 -organization_address "Minneapolis, MN 55455, Vereinigte Staaten" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
96 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
97 2>> $temp_stderr) |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
98 && |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
99 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
100 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
101 ## Generate Reports if the user has selected one of the 8 additional reports |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
102 ## 'cps', 'mzidentML' and 'zip' are not valid options for PeptideShaker |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
103 ## and will not be passed to the command line |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
104 #if set(["0","1","2","3","4","5","6","7"]).intersection( set( str( $outputs ).split(',') ) ): |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
105 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
106 (peptide-shaker eu.isas.peptideshaker.cmd.ReportCLI |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
107 --exec_dir="\$cwd/${bin_dir}" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
108 -temp_folder \$cwd/ReportCLI |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
109 -in \$cwd/peptideshaker_output.zip |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
110 -out_reports \$cwd/output_reports |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
111 #set $cleaned_list = str($outputs).split(',') |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
112 #if 'cps' in $cleaned_list: |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
113 #silent $cleaned_list.remove('cps') |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
114 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
115 #if 'mzidentML' in $cleaned_list: |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
116 #silent $cleaned_list.remove('mzidentML') |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
117 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
118 #if 'zip' in $cleaned_list: |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
119 #silent $cleaned_list.remove('zip') |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
120 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
121 ## Only numbers are left over. These corresponds to different reports. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
122 -reports #echo ','.join($cleaned_list)# |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
123 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
124 2>> $temp_stderr) |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
125 && |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
126 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
127 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
128 ## # ls -l \$cwd/output_reports/* ; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
129 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
130 #if '0' in str($outputs).split(','): |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
131 find \$cwd/output_reports -name '*Certificate_of_Analysis*' -exec bash -c 'mv "$0" "certificate.txt"' {} \; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
132 ; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
133 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
134 #if '1' in str($outputs).split(','): |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
135 find \$cwd/output_reports -name '*Hierarchical*' -exec bash -c 'mv "$0" "hierarchical.txt"' {} \; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
136 ; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
137 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
138 #if '2' in str($outputs).split(','): |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
139 find \$cwd/output_reports -name '*PSM_Phosphorylation_Report*' -exec bash -c 'mv "$0" "psm_phospho.txt"' {} \; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
140 ; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
141 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
142 #if '8' in str($outputs).split(','): |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
143 find \$cwd/output_reports -name '*Extended_PSM_Report*' -exec bash -c 'mv "$0" "psmx.txt"' {} \; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
144 ; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
145 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
146 #if '3' in str($outputs).split(','): |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
147 find \$cwd/output_reports -name '*PSM_Report*' -exec bash -c 'mv "$0" "psm.txt"' {} \; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
148 ; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
149 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
150 #if '4' in str($outputs).split(','): |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
151 find \$cwd/output_reports -name '*Peptide_Phosphorylation_Report*' -exec bash -c 'mv "$0" "peptides_phospho.txt"' {} \; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
152 ; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
153 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
154 #if '5' in str($outputs).split(','): |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
155 find \$cwd/output_reports -name '*Peptide_Report*' -exec bash -c 'mv "$0" "peptides.txt"' {} \; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
156 ; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
157 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
158 #if '6' in str($outputs).split(','): |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
159 find \$cwd/output_reports -name '*Protein_Phosphorylation_Report*' -exec bash -c 'mv "$0" "proteins_phospho.txt"' {} \; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
160 ; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
161 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
162 #if '7' in str($outputs).split(','): |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
163 find \$cwd/output_reports -name '*Protein_Report*' -exec bash -c 'mv "$0" "proteins.txt"' {} \; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
164 ; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
165 #end if |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
166 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
167 exit_code_for_galaxy=\$?; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
168 cat $temp_stderr 2>&1; |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
169 (exit \$exit_code_for_galaxy) |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
170 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
171 ]]> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
172 </command> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
173 <inputs> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
174 <param name="searchgui_input" format="searchgui_archive" type="data" label="Compressed SearchGUI results" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
175 help="SearchGUI Results from History"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
176 <options options_filter_attribute="metadata.searchgui_major_version" > |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
177 <filter type="add_value" value="@SEARCHGUI_MAJOR_VERSION@" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
178 </options> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
179 </param> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
180 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
181 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
182 <conditional name="contact_options"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
183 <param name="contact_options_selector" type="select" label="Specify Contact Information for mzIdendML" |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
184 help="Create a Galaxy workflow to save these values"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
185 <option value="no" selected="True">GalaxyP Project contact (Not suitable for PRIDE submission)</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
186 <option value="yes">Specify Contact Information</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
187 </param> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
188 <when value="no" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
189 <when value="yes"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
190 <param name="contact_first_name" type="text" value="" label="Contact first name."> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
191 <validator type="regex" message="">\S+.*</validator> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
192 </param> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
193 <param name="contact_last_name" type="text" value="" label="Contact last name."> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
194 <validator type="regex" message="">\S+.*</validator> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
195 </param> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
196 <param name="contact_email" type="text" value="" label="Contact e-mail."> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
197 <validator type="regex" message="">\S+@\S+</validator> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
198 </param> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
199 <param name="contact_address" type="text" value="" label="Contact address."> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
200 <validator type="regex" message="">\S+.*</validator> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
201 </param> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
202 <param name="contact_url" type="text" value="" optional="true" label="Contact URL."> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
203 </param> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
204 <param name="organization_name" type="text" value="" label="Organization name."> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
205 <validator type="regex" message="">\S+.*</validator> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
206 </param> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
207 <param name="organization_email" type="text" value="" label="Organization e-mail."> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
208 <validator type="regex" message="">\S+@\S+</validator> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
209 </param> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
210 <param name="organization_address" type="text" value="" label="Organization address."> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
211 <validator type="regex" message="">\S+.*</validator> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
212 </param> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
213 <param name="organization_url" type="text" value="" optional="true" label="Organization URL."> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
214 </param> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
215 </when> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
216 </conditional> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
217 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
218 <param name="include_sequences" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Include the protein sequences in mzIdentML" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
219 <param name="outputs" type="select" display="checkboxes" multiple="True" label="Output options"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
220 <option value="zip">Zip File for import to Desktop App</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
221 <option value="mzidentML" selected="True">mzidentML File</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
222 <option value="3">PSM Report</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
223 <option value="8">Extended PSM Report</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
224 <option value="2">PSM Phosphorylation Report</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
225 <option value="5">Peptide Report</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
226 <option value="4">Peptide Phosphorylation Report</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
227 <option value="7">Protein Report</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
228 <option value="6">Protein Phosphorylation Report</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
229 <option value="0">Certificate of Analysis</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
230 <option value="1">Hierarchical Report</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
231 <option value="cps">CPS file</option> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
232 <validator type="no_options" message="Please select at least one output file" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
233 </param> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
234 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
235 </inputs> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
236 <outputs> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
237 <data format="mzid" name="mzidentML" from_work_dir="output.mzid" label="${tool.name} on ${on_string}: mzidentML file"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
238 <filter>'mzidentML' in outputs</filter> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
239 </data> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
240 <data format="peptideshaker_archive" name="output_cps" from_work_dir="peptideshaker_output.cpsx" label="${tool.name} on ${on_string}: CPS file"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
241 <filter>'cps' in outputs</filter> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
242 </data> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
243 <data format="zip" name="output_zip" from_work_dir="peptideshaker_output.zip" label="${tool.name} on ${on_string}: Archive"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
244 <filter>'zip' in outputs</filter> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
245 </data> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
246 <data format="txt" name="output_certificate" from_work_dir="certificate.txt" label="${tool.name} on ${on_string}: Parameters"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
247 <filter>'0' in outputs</filter> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
248 </data> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
249 <data format="tabular" name="output_hierarchical" from_work_dir="hierarchical.txt" label="${tool.name} on ${on_string}: Hierarchical Report"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
250 <filter>'1' in outputs</filter> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
251 </data> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
252 <data format="tabular" name="output_psm_phosphorylation" from_work_dir="psm_phospho.txt" label="${tool.name} on ${on_string}: PSM Phosphorylation Report"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
253 <filter>'2' in outputs</filter> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
254 </data> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
255 <data format="tabular" name="output_psm" from_work_dir="psm.txt" label="${tool.name} on ${on_string}: PSM Report"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
256 <filter>'3' in outputs</filter> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
257 </data> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
258 <data format="tabular" name="output_extended_psm" from_work_dir="psmx.txt" label="${tool.name} on ${on_string}: Extended PSM Report"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
259 <filter>'8' in outputs</filter> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
260 </data> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
261 <data format="tabular" name="output_peptides_phosphorylation" from_work_dir="peptides_phospho.txt" label="${tool.name} on ${on_string}: Peptide Phosphorylation Report"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
262 <filter>'4' in outputs</filter> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
263 </data> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
264 <data format="tabular" name="output_peptides" from_work_dir="peptides.txt" label="${tool.name} on ${on_string}: Peptide Report"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
265 <filter>'5' in outputs</filter> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
266 </data> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
267 <data format="tabular" name="output_proteins_phosphorylation" from_work_dir="proteins_phospho.txt" label="${tool.name} on ${on_string}: Protein Phosphorylation Report"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
268 <filter>'6' in outputs</filter> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
269 </data> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
270 <data format="tabular" name="output_proteins" from_work_dir="proteins.txt" label="${tool.name} on ${on_string}: Protein Report"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
271 <filter>'7' in outputs</filter> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
272 </data> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
273 </outputs> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
274 <tests> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
275 <test> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
276 <param name="searchgui_input" value="tiny_searchgui_result1.zip" ftype="searchgui_archive"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
277 <param name="processing_options_selector" value="no"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
278 <param name="filtering_options_selector" value="no"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
279 <param name="outputs" value="zip,3"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
280 <output name="output_zip" file="peptide_shaker_result1.zip" ftype="zip" compare="sim_size" delta="3000" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
281 <output name="output_psm"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
282 <assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
283 <has_text text="cds.comp41779_c0_seq1" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
284 </assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
285 </output> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
286 </test> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
287 <test> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
288 <param name="searchgui_input" value="tiny_searchgui_result1.zip" ftype="searchgui_archive"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
289 <param name="processing_options_selector" value="no"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
290 <param name="filtering_options_selector" value="yes"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
291 <param name="min_peptide_length" value="1"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
292 <param name="outputs" value="0,1,2,3,4,5,6,7"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
293 <output name="output_certificate"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
294 <assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
295 <has_text text="Tolerance: 100" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
296 <has_text text="Carbamidomethylation of C" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
297 </assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
298 </output> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
299 <output name="output_hierarchical"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
300 <assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
301 <has_text_matching expression="1.1\tcds.comp" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
302 </assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
303 </output> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
304 <output name="output_psm"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
305 <assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
306 <not_has_text text="Phosphosite" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
307 <has_text text="cds.comp41779_c0_seq1" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
308 </assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
309 </output> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
310 <output name="output_psm_phosphorylation"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
311 <assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
312 <has_text text="Phosphosite" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
313 <has_text text="cds.comp41779_c0_seq1" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
314 </assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
315 </output> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
316 <output name="output_peptides"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
317 <assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
318 <has_text text="Modification" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
319 <has_text text="cds.comp41779_c0_seq1" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
320 </assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
321 </output> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
322 <output name="output_peptides_phosphorylation"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
323 <assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
324 <has_text text="Phosphosite" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
325 <has_text text="cds.comp41779_c0_seq1" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
326 </assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
327 </output> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
328 <output name="output_proteins"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
329 <assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
330 <has_text text="Modification" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
331 <has_text text="cds.comp41779_c0_seq1" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
332 </assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
333 </output> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
334 <output name="output_proteins_phosphorylation"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
335 <assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
336 <has_text text="Phosphosite" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
337 <has_text text="cds.comp41779_c0_seq1" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
338 </assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
339 </output> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
340 </test> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
341 <test> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
342 <param name="searchgui_input" value="tiny_searchgui_result1.zip" ftype="searchgui_archive"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
343 <param name="processing_options_selector" value="no"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
344 <param name="filtering_options_selector" value="no"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
345 <param name="outputs" value="3,cps"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
346 <output name="output_cps" file="peptide_shaker_result1.cpsx" ftype="peptideshaker_archive" compare="sim_size" delta="3000"/> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
347 <output name="output_psm"> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
348 <assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
349 <has_text text="cds.comp41779_c0_seq1" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
350 </assert_contents> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
351 </output> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
352 </test> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
353 </tests> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
354 <help> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
355 **What it does** |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
356 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
357 Combines search results given by SearchGUI after running multiple search engines (X! Tandem, OMSSA and MS-GF+) on any number of MGF peak lists. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
358 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
359 http://compomics.github.io/projects/peptide-shaker.html |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
360 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
361 http://compomics.github.io/projects/searchgui.html |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
362 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
363 ---- |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
364 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
365 Reports |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
366 ======= |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
367 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
368 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
369 PSM Report |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
370 ---------- |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
371 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
372 * Protein(s): Protein(s) to which the peptide can be attached |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
373 * Sequence: Sequence of the peptide |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
374 * Variable Modifications: The variable modifications |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
375 * D-score: D-score for variable PTM localization |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
376 * probabilistic PTM score: The probabilistic score (e.g. A-score or PhosphoRS) used for variable PTM localization. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
377 * Localization Confidence: The confidence in variable PTM localization. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
378 * Fixed Modifications: The fixed modifications. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
379 * Spectrum File: The spectrum file. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
380 * Spectrum Title: The title of the spectrum. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
381 * Spectrum Scan Number: The spectrum scan number. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
382 * RT: Retention time |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
383 * m/z: Measured m/z |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
384 * Measured Charge: The charge as given in the spectrum file. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
385 * Identification Charge: The charge as inferred by the search engine. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
386 * Theoretical Mass: The theoretical mass of the peptide. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
387 * Isotope Number: The isotope number targetted by the instrument. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
388 * Precursor m/z Error: The precursor m/z matching error. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
389 * Score: Score of the retained peptide as a combination of the algorithm scores (used to rank PSMs). |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
390 * Confidence: Confidence in percent associated to the retained PSM. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
391 * Decoy: Indicates whether the peptide is a decoy (1: yes, 0: no). |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
392 * Validation: Indicates the validation level of the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
393 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
394 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
395 Protein Report |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
396 -------------- |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
397 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
398 * Main Accession: Main accession of the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
399 * Description: Description of the protein designed by the main accession. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
400 * Gene Name: The gene names of the Ensembl gene ID associated to the main accession. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
401 * Chromosome: The chromosome of the Ensembl gene ID associated to the main accession. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
402 * PI: Protein Inference status of the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
403 * Secondary Accessions: Other accessions in the protein group (alphabetical order). |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
404 * Protein Group: The complete protein group (alphabetical order). |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
405 * #Peptides: Total number of peptides. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
406 * #Validated Peptides: Number of validated peptides. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
407 * #Unique: Total number of peptides unique to this protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
408 * #PSMs: Number of PSMs |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
409 * #Validated PSMs: Number of validated PSMs |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
410 * Coverage (%): Sequence coverage in percent of the protein designed by the main accession. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
411 * Possible Coverage (%): Possible sequence coverage in percent of the protein designed by the main accession according to the search settings. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
412 * MW (kDa): Molecular Weight. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
413 * Spectrum Counting NSAF: Normalized Spectrum Abundance Factor (NSAF) |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
414 * Spectrum Counting emPAI: exponentially modified Protein Abundance Index (emPAI) |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
415 * Confident Modification Sites: Number of Confident Modification Sites List of the sites where a variable modification was confidently localized. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
416 * Other Modification Sites: Number of other Modification Sites List of the non*confident sites where a variable modification was localized. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
417 * Score: Score of the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
418 * Confidence: Confidence in percent associated to the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
419 * Decoy: Indicates whether the protein group is a decoy (1: yes, 0: no). |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
420 * Validation: Indicates the validation level of the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
421 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
422 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
423 Peptide Report |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
424 -------------- |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
425 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
426 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
427 * Protein(s): Protein(s) to which this peptide can be attached. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
428 * AAs Before: The amino-acids before the sequence. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
429 * Sequence: Sequence of the peptide. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
430 * AAs After: The amino-acids after the sequence. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
431 * Modified Sequence: The peptide sequence annotated with variable modifications. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
432 * Variable Modifications: The variable modifications. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
433 * Localization Confidence: The confidence in PTMs localization. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
434 * Fixed Modifications: The fixed modifications. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
435 * #Validated PSMs: Number of validated PSMs. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
436 * #PSMs: Number of PSMs. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
437 * Score: Score of the peptide. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
438 * Confidence: Confidence in percent associated to the peptide. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
439 * Decoy: Indicates whether the peptide is a decoy (1: yes, 0: no). |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
440 * Validation: Indicates the validation level of the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
441 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
442 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
443 Hierachical Report |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
444 ------------------ |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
445 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
446 * Main Accession: Main accession of the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
447 * Description: Description of the protein designed by the main accession. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
448 * PI: Protein Inference status of the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
449 * Secondary Accessions: Other accessions in the protein group (alphabetical order). |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
450 * Protein Group: The complete protein group (alphabetical order). |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
451 * #Peptides: Total number of peptides. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
452 * #Validated Peptides: Number of validated peptides. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
453 * #Unique: Total number of peptides unique to this protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
454 * #PSMs: Number of PSMs |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
455 * #Validated PSMs: Number of validated PSMs |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
456 * Coverage (%): Sequence coverage in percent of the protein designed by the main accession. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
457 * Possible Coverage (%): Possible sequence coverage in percent of the protein designed by the main accession according to the search settings. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
458 * MW (kDa): Molecular Weight. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
459 * Spectrum Counting NSAF: Normalized Spectrum Abundance Factor (NSAF) |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
460 * Spectrum Counting emPAI: exponentially modified Protein Abundance Index (emPAI) |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
461 * Confident Modification Sites: # Confident Modification Sites List of the sites where a variable modification was confidently localized. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
462 * Other Modification Sites: # Other Modification Sites List of the non-confident sites where a variable modification was localized. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
463 * Score: Score of the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
464 * Confidence: Confidence in percent associated to the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
465 * Decoy: Indicates whether the protein group is a decoy (1: yes, 0: no). |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
466 * Validation: Indicates the validation level of the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
467 * Protein(s): Protein(s) to which this peptide can be attached. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
468 * AAs Before: The amino-acids before the sequence. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
469 * Sequence: Sequence of the peptide. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
470 * AAs After: The amino-acids after the sequence. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
471 * Variable Modifications: The variable modifications. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
472 * Localization Confidence: The confidence in PTMs localization. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
473 * Fixed Modifications: The fixed modifications. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
474 * #Validated PSMs: Number of validated PSMs. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
475 * #PSMs: Number of PSMs. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
476 * Score: Score of the peptide. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
477 * Confidence: Confidence in percent associated to the peptide. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
478 * Decoy: Indicates whether the peptide is a decoy (1: yes, 0: no). |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
479 * Validation: Indicates the validation level of the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
480 * Protein(s): Protein(s) to which the peptide can be attached. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
481 * Sequence: Sequence of the peptide. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
482 * Modified Sequence: The peptide sequence annotated with variable modifications. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
483 * Variable Modifications: The variable modifications. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
484 * D-score: D-score for variable PTM localization. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
485 * probabilistic PTM score: The probabilistic score (e.g. A-score or PhosphoRS) used for variable PTM localization. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
486 * Localization Confidence: The confidence in variable PTM localization. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
487 * Fixed Modifications: The fixed modifications. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
488 * Spectrum File: The spectrum file. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
489 * Spectrum Title: The title of the spectrum. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
490 * Spectrum Scan Number: The spectrum scan number. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
491 * RT: Retention time |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
492 * m/z: Measured m/z |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
493 * Measured Charge: The charge as given in the spectrum file. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
494 * Identification Charge: The charge as inferred by the search engine. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
495 * Theoretical Mass: The theoretical mass of the peptide. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
496 * Isotope Number: The isotope number targetted by the instrument. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
497 * Precursor m/z Error: The precursor m/z matching error. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
498 * Score: Score of the retained peptide as a combination of the algorithm scores (used to rank PSMs). |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
499 * Confidence: Confidence in percent associated to the retained PSM. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
500 * Decoy: Indicates whether the peptide is a decoy (1: yes, 0: no). |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
501 * Validation: Indicates the validation level of the protein group. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
502 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
503 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
504 ------ |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
505 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
506 **Citation** |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
507 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
508 To cite the underlying tools (PeptideShaker and SearchGUI) please refer to the list of papers at http://compomics.github.io |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
509 |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
510 If you use this tool in Galaxy, please cite Chilton J, Ira Cooke, Bjoern Gruening et al. |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
511 </help> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
512 <expand macro="citations" /> |
|
8b99cb00e1c4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 3c83b8f8ca60d6399bc5dd7096b830ca1f1c457e-dirty
jjohnson
parents:
diff
changeset
|
513 </tool> |
