Mercurial > repos > galaxyp > peptideshaker
annotate peptide_shaker.xml @ 21:dfaea053e32f draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
author | iracooke |
---|---|
date | Tue, 16 Jun 2015 23:43:39 -0400 |
parents | 2cafc729b2ae |
children | e3be595c0bf5 |
rev | line source |
---|---|
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1 <tool id="peptide_shaker" name="Peptide Shaker" version="0.40.0"> |
18 | 2 <description> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
3 Perform protein identification using various search engines based on results from SearchGUI |
18 | 4 </description> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
5 <macros> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
6 <import>macros.xml</import> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
7 </macros> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
8 <requirements> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
9 <requirement type="package" version="0.40">peptide_shaker</requirement> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
10 </requirements> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
11 <expand macro="stdio" /> |
18 | 12 <command> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
13 <![CDATA[ |
18 | 14 #from datetime import datetime |
15 #set $exp_str = "Galaxy_Experiment_%s" % datetime.now().strftime("%Y%m%d%H%M%s") | |
16 #set $samp_str = "Sample_%s" % datetime.now().strftime("%Y%m%d%H%M%s") | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
17 #set $temp_stderr = "peptideshaker_stderr" |
18 | 18 |
19 mkdir output_reports; | |
20 cwd=`pwd`; | |
21 | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
22 ln -s '$searchgui_input' searchgui_input.zip && |
18 | 23 ###################### |
24 ## PeptideShakerCLI ## | |
25 ###################### | |
26 (java -cp \$PEPTIDESHAKER_JAR_PATH eu.isas.peptideshaker.cmd.PeptideShakerCLI | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
27 -temp_folder \$cwd/PeptideShakerCLI |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
28 -experiment '$exp_str' |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
29 -sample '$samp_str' |
18 | 30 -replicate 1 |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
31 -identification_files \$cwd/searchgui_input.zip |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
32 -out \$cwd/peptideshaker_output.cps |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
33 -zip \$cwd/peptideshaker_output.zip |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
34 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
35 -threads "\${GALAXY_SLOTS:-12}" |
18 | 36 |
37 ##Optional gene annotation parameter | |
38 #if $species_type.species_type_selector != 'no_species_type': | |
39 -species_type "${species_type.species_type_selector}" | |
40 -species "${species_type.species}" | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
41 -species_update 1 |
18 | 42 #end if |
43 | |
44 ##Optional processing parameters: | |
45 #if $processing_options.processing_options_selector == "yes" | |
46 -protein_FDR "${processing_options.protein_fdr}" | |
47 -peptide_FDR "${processing_options.peptide_fdr}" | |
48 -psm_FDR "${processing_options.psm_fdr}" | |
49 -ptm_score "${processing_options.ptm_score.ptm_score_selector}" | |
50 #if $processing_options.ptm_score.ptm_score_selector == 1 | |
51 -score_neutral_losses "${processing_options.ptm_score.neutral_losses}" | |
52 #if str($processing_options.ptm_score.ptm_threshold) != '' | |
53 -ptm_threshold "${processing_options.ptm_score.ptm_threshold}" | |
54 #end if | |
55 #end if | |
56 -protein_fraction_mw_confidence "${processing_options.protein_fraction_mw_confidence}" | |
57 #end if | |
58 | |
59 ##Optional filtering parameters: | |
60 #if $filtering_options.filtering_options_selector == "yes": | |
61 -min_peptide_length "${filtering_options.min_peptide_length}" | |
62 -max_peptide_length "${filtering_options.max_peptide_length}" | |
63 -max_precursor_error "${filtering_options.max_precursor_error}" | |
64 -max_precursor_error_type "${filtering_options.max_precursor_error_type}" | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
65 ##-max_xtandem_e "${filtering_options.max_xtandem_e}" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
66 ##-max_omssa_e "${filtering_options.max_omssa_e}" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
67 ##-max_mascot_e "${filtering_options.max_mascot_e}" |
18 | 68 -exclude_unknown_ptms "${filtering_options.exclude_unknown_ptms}" |
69 #end if | |
70 | |
71 2>> $temp_stderr) | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
72 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
73 && |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
74 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
75 echo "Running Reports"; |
18 | 76 |
77 ################################## | |
78 ## PeptideShaker Report options ## | |
79 ################################## | |
80 | |
81 #if 'mzidentML' in str($outputs).split(','): | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
82 echo "Generating mzIdentML"; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
83 (java -cp \$PEPTIDESHAKER_JAR_PATH eu.isas.peptideshaker.cmd.MzidCLI |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
84 -in \$cwd/peptideshaker_output.zip |
18 | 85 -output_file output.mzid |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
86 -contact_first_name "Proteomics" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
87 -contact_last_name "Galaxy" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
88 -contact_email "galaxyp@umn.edu" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
89 -contact_address "galaxyp@umn.edu" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
90 -organization_name "University of Minnesota" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
91 -organization_email "galaxyp@umn.edu" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
92 -organization_address "Minneapolis, MN 55455, Vereinigte Staaten" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
93 2>> $temp_stderr) |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
94 && |
18 | 95 #end if |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
96 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
97 ## Generate Reports if the user has selected one of the 8 additional reports |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
98 ## 'cps', 'mzidentML' and 'zip' are not valid options for PeptideShaker |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
99 ## and will not be passed to the command line |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
100 #if set(["0","1","2","3","4","5","6","7"]).intersection( set( str( $outputs ).split(',') ) ): |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
101 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
102 (java -cp \$PEPTIDESHAKER_JAR_PATH eu.isas.peptideshaker.cmd.ReportCLI |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
103 -temp_folder \$cwd/ReportCLI |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
104 -in \$cwd/peptideshaker_output.zip |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
105 -out_reports \$cwd/output_reports |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
106 #set $cleaned_list = str($outputs).split(',') |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
107 #if 'cps' in $cleaned_list: |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
108 #silent $cleaned_list.remove('cps') |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
109 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
110 #if 'mzidentML' in $cleaned_list: |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
111 #silent $cleaned_list.remove('mzidentML') |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
112 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
113 #if 'zip' in $cleaned_list: |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
114 #silent $cleaned_list.remove('zip') |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
115 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
116 ## Only numbers are left over. These corresponds to different reports. |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
117 -reports #echo ','.join($cleaned_list)# |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
118 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
119 2>> $temp_stderr) |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
120 && |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
121 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
122 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
123 |
18 | 124 #if '0' in str($outputs).split(','): |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
125 find \$cwd/output_reports -name '*Certificate_of_Analysis*' -exec bash -c 'mv "$0" "certificate.txt"' {} \; |
18 | 126 ; |
127 #end if | |
128 #if '1' in str($outputs).split(','): | |
129 find \$cwd/output_reports -name '*Hierarchical*' -exec bash -c 'mv "$0" "hierarchical.txt"' {} \; | |
130 ; | |
131 #end if | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
132 #if '2' in str($outputs).split(','): |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
133 find \$cwd/output_reports -name '*PSM_Phosphorylation_Report*' -exec bash -c 'mv "$0" "psm_phospho.txt"' {} \; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
134 ; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
135 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
136 #if '3' in str($outputs).split(','): |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
137 find \$cwd/output_reports -name '*PSM_Report*' -exec bash -c 'mv "$0" "psm.txt"' {} \; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
138 ; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
139 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
140 #if '4' in str($outputs).split(','): |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
141 find \$cwd/output_reports -name '*Peptide_Phosphorylation_Report*' -exec bash -c 'mv "$0" "peptides_phospho.txt"' {} \; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
142 ; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
143 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
144 #if '5' in str($outputs).split(','): |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
145 find \$cwd/output_reports -name '*Peptide_Report*' -exec bash -c 'mv "$0" "peptides.txt"' {} \; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
146 ; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
147 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
148 #if '6' in str($outputs).split(','): |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
149 find \$cwd/output_reports -name '*Protein_Phosphorylation_Report*' -exec bash -c 'mv "$0" "proteins_phospho.txt"' {} \; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
150 ; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
151 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
152 #if '7' in str($outputs).split(','): |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
153 find \$cwd/output_reports -name '*Protein_Report*' -exec bash -c 'mv "$0" "proteins.txt"' {} \; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
154 ; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
155 #end if |
18 | 156 |
157 exit_code_for_galaxy=\$?; | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
158 cat $temp_stderr 2>&1; |
18 | 159 (exit \$exit_code_for_galaxy) |
160 | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
161 ]]> |
18 | 162 </command> |
163 <inputs> | |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
164 <param name="searchgui_input" format="searchgui_archive" type="data" label="Compressed SearchGUI results" |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
165 help="SearchGUI Results from History"/> |
18 | 166 |
167 <conditional name="species_type"> | |
168 <param name="species_type_selector" type="select" optional="true" label="The species type to use for the gene annotation" | |
169 help="(Optional) If your species is supported under one of the groups, selecting it will allow GO annotations and other information to be included in the results"> | |
170 <option value="Fungi">Fungi</option> | |
171 <option value="Plants">Plants</option> | |
172 <option value="Metazoa">Metazoa</option> | |
173 <option value="Vertebrates">Vertebrates</option> | |
174 <option value="Protists">Protists</option> | |
175 <option value="no_species_type" selected="true">No species restriction</option> | |
176 </param> | |
177 <when value="Protists"> | |
178 <param name="species" type="select" label="The species to use for the gene annotation" | |
179 help=""> | |
180 <option value="Albugo laibachii">Albugo laibachii</option> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
181 <option value="Bigelowiella natans">Bigelowiella natans</option> |
18 | 182 <option value="Dictyostelium discoideum">Dictyostelium discoideum</option> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
183 <option value="Emiliania huxleyi">Emiliania huxleyi</option> |
18 | 184 <option value="Entamoeba histolytica">Entamoeba histolytica</option> |
185 <option value="Giardia lamblia">Giardia lamblia</option> | |
186 <option value="Guillardia theta CCMP2712">Guillardia theta CCMP2712</option> | |
187 <option value="Hyaloperonospora arabidopsidis">Hyaloperonospora arabidopsidis</option> | |
188 <option value="Leishmania major">Leishmania major</option> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
189 <option value="Paramecium tetraurelia">Paramecium tetraurelia</option> |
18 | 190 <option value="Phaeodactylum tricornutum">Phaeodactylum tricornutum</option> |
191 <option value="Phytophthora infestans">Phytophthora infestans</option> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
192 <option value="Phytophthora kernoviae">Phytophthora kernoviae</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
193 <option value="Phytophthora lateralis">Phytophthora lateralis</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
194 <option value="Phytophthora parasitica">Phytophthora parasitica</option> |
18 | 195 <option value="Phytophthora ramorum">Phytophthora ramorum</option> |
196 <option value="Phytophthora sojae">Phytophthora sojae</option> | |
197 <option value="Plasmodium berghei">Plasmodium berghei</option> | |
198 <option value="Plasmodium chabaudi">Plasmodium chabaudi</option> | |
199 <option value="Plasmodium falciparum">Plasmodium falciparum</option> | |
200 <option value="Plasmodium knowlesi">Plasmodium knowlesi</option> | |
201 <option value="Plasmodium vivax">Plasmodium vivax</option> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
202 <option value="Pythium aphanidermatum">Pythium aphanidermatum</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
203 <option value="Pythium arrhenomanes">Pythium arrhenomanes</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
204 <option value="Pythium irregulare">Pythium irregulare</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
205 <option value="Pythium iwayamai">Pythium iwayamai</option> |
18 | 206 <option value="Pythium ultimum">Pythium ultimum</option> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
207 <option value="Pythium vexans">Pythium vexans</option> |
18 | 208 <option value="Tetrahymena thermophila">Tetrahymena thermophila</option> |
209 <option value="Thalassiosira pseudonana">Thalassiosira pseudonana</option> | |
210 <option value="Toxoplasma gondii">Toxoplasma gondii</option> | |
211 <option value="Trypanosoma brucei">Trypanosoma brucei</option> | |
212 </param> | |
213 </when> | |
214 <when value="Plants"> | |
215 <param name="species" type="select" label="The species to use for the gene annotation" | |
216 help=""> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
217 <option value="Amborella (Amborella trichopoda)">Amborella (Amborella trichopoda)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
218 <option value="Arabidopsis lyrata (Lyrate rockcress)">Arabidopsis lyrata (Lyrate rockcress)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
219 <option value="Arabidopsis thaliana (Thale-cress)">Arabidopsis thaliana (Thale-cress)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
220 <option value="Brachypodium distachyon (False brome)">Brachypodium distachyon (False brome)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
221 <option value="Brassica oleracea">Brassica oleracea</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
222 <option value="Brassica rapa genes (Field mustard)">Brassica rapa genes (Field mustard)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
223 <option value="Chlamydomonas reinhardtii (Green algae)">Chlamydomonas reinhardtii (Green algae)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
224 <option value="Cyanidioschyzon merolae (Red algae)">Cyanidioschyzon merolae (Red algae)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
225 <option value="Glycine max (Soybean)">Glycine max (Soybean)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
226 <option value="Hordeum vulgare (Barley)">Hordeum vulgare (Barley)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
227 <option value="Leersia perrieri (Leersia)">Leersia perrieri (Leersia)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
228 <option value="Medicago truncatula (Barrel medic)">Medicago truncatula (Barrel medic)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
229 <option value="Musa acuminata (Banana)">Musa acuminata (Banana)</option> |
18 | 230 <option value="Oryza brachyantha">Oryza brachyantha</option> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
231 <option value="Oryza glumaepatula">Oryza glumaepatula</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
232 <option value="Oryza meridionalis">Oryza meridionalis</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
233 <option value="Oryza nivara">Oryza nivara</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
234 <option value="Oryza punctata">Oryza punctata</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
235 <option value="Oryza rufipogon (Common wild rice)">Oryza rufipogon (Common wild rice)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
236 <option value="Oryza sativa (Indica rice)">Oryza sativa (Indica rice)</option> |
18 | 237 <option value="Oryza sativa Indica Group">Oryza sativa Indica Group</option> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
238 <option value="Oryza sativa Japonica (Japonica rice)">Oryza sativa Japonica (Japonica rice)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
239 <option value="Ostreococcus lucimarinus (Green algae)">Ostreococcus lucimarinus (Green algae)</option> |
18 | 240 <option value="Physcomitrella patens">Physcomitrella patens</option> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
241 <option value="Physcomitrella patens (Moss)">Physcomitrella patens (Moss)</option> |
18 | 242 <option value="Populus trichocarpa">Populus trichocarpa</option> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
243 <option value="Populus trichocarpa (Western balsam poplar)">Populus trichocarpa (Western balsam poplar)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
244 <option value="Prunus persica (Peach)">Prunus persica (Peach)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
245 <option value="Selaginella moellendorffii (Spike moss)">Selaginella moellendorffii (Spike moss)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
246 <option value="Setaria italica (Foxtail millet)">Setaria italica (Foxtail millet)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
247 <option value="Solanum lycopersicum (Tomato)">Solanum lycopersicum (Tomato)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
248 <option value="Solanum tuberosum (Potato)">Solanum tuberosum (Potato)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
249 <option value="Sorghum bicolor (Sorghum)">Sorghum bicolor (Sorghum)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
250 <option value="Theobroma cacao (Cocoa)">Theobroma cacao (Cocoa)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
251 <option value="Triticum aestivum (Bread wheat)">Triticum aestivum (Bread wheat)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
252 <option value="Triticum urartu (Einkorn)">Triticum urartu (Einkorn)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
253 <option value="Vitis vinifera (Wine grape)">Vitis vinifera (Wine grape)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
254 <option value="Zea mays (Maize)">Zea mays (Maize)</option> |
18 | 255 </param> |
256 </when> | |
257 <when value="Metazoa"> | |
258 <param name="species" type="select" label="The species to use for the gene annotation" | |
259 help=""> | |
260 <option value="Acyrthosiphon pisum">Acyrthosiphon pisum</option> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
261 <option value="Aedes aegypti (Yellow fever mosquito)">Aedes aegypti (Yellow fever mosquito)</option> |
18 | 262 <option value="Amphimedon queenslandica">Amphimedon queenslandica</option> |
263 <option value="Anopheles darlingi">Anopheles darlingi</option> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
264 <option value="Anopheles gambiae (African malaria mosquito) ">Anopheles gambiae (African malaria mosquito) </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
265 <option value="Apis mellifera ">Apis mellifera </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
266 <option value="Atta cephalotes ">Atta cephalotes </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
267 <option value="Bombyx mori ">Bombyx mori </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
268 <option value="Brugia malayi ">Brugia malayi </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
269 <option value="Caenorhabditis brenneri ">Caenorhabditis brenneri </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
270 <option value="Caenorhabditis briggsae ">Caenorhabditis briggsae </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
271 <option value="Caenorhabditis elegans ">Caenorhabditis elegans </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
272 <option value="Caenorhabditis japonica ">Caenorhabditis japonica </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
273 <option value="Caenorhabditis remanei ">Caenorhabditis remanei </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
274 <option value="Culex quinquefasciatus (Southern house mosquito) ">Culex quinquefasciatus (Southern house mosquito) </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
275 <option value="Danaus plexippus ">Danaus plexippus </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
276 <option value="Daphnia pulex ">Daphnia pulex </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
277 <option value="Dendroctonus ponderosae">Dendroctonus ponderosae</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
278 <option value="Drosophila ananassae ">Drosophila ananassae </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
279 <option value="Drosophila erecta ">Drosophila erecta </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
280 <option value="Drosophila grimshawi ">Drosophila grimshawi </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
281 <option value="Drosophila melanogaster (Fruit fly) ">Drosophila melanogaster (Fruit fly) </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
282 <option value="Drosophila mojavensis ">Drosophila mojavensis </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
283 <option value="Drosophila persimilis ">Drosophila persimilis </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
284 <option value="Drosophila pseudoobscura ">Drosophila pseudoobscura </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
285 <option value="Drosophila sechellia ">Drosophila sechellia </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
286 <option value="Drosophila simulans ">Drosophila simulans </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
287 <option value="Drosophila virilis ">Drosophila virilis </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
288 <option value="Drosophila willistoni ">Drosophila willistoni </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
289 <option value="Drosophila yakuba ">Drosophila yakuba </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
290 <option value="Heliconius melpomene ">Heliconius melpomene </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
291 <option value="Helobdella robusta">Helobdella robusta</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
292 <option value="Ixodes scapularis (Black-legged tick) ">Ixodes scapularis (Black-legged tick) </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
293 <option value="Loa loa ">Loa loa </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
294 <option value="Lottia gigantea">Lottia gigantea</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
295 <option value="Megaselia scalaris ">Megaselia scalaris </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
296 <option value="Melitaea cinxia">Melitaea cinxia</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
297 <option value="Mnemiopsis leidyi">Mnemiopsis leidyi</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
298 <option value="Nasonia vitripennis ">Nasonia vitripennis </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
299 <option value="Nematostella vectensis ">Nematostella vectensis </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
300 <option value="Onchocerca volvulus">Onchocerca volvulus</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
301 <option value="Pediculus humanus (Human louse) ">Pediculus humanus (Human louse) </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
302 <option value="Pristionchus pacificus ">Pristionchus pacificus </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
303 <option value="Rhodnius prolixus">Rhodnius prolixus</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
304 <option value="Schistosoma mansoni ">Schistosoma mansoni </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
305 <option value="Solenopsis invicta (Red fire ant)">Solenopsis invicta (Red fire ant)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
306 <option value="Strigamia maritima ">Strigamia maritima </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
307 <option value="Strongylocentrotus purpuratus ">Strongylocentrotus purpuratus </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
308 <option value="Tetranychus urticae">Tetranychus urticae</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
309 <option value="Tribolium castaneum (red flour beetle) ">Tribolium castaneum (red flour beetle) </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
310 <option value="Trichinella spiralis ">Trichinella spiralis </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
311 <option value="Trichoplax adhaerens ">Trichoplax adhaerens </option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
312 <option value="Zootermopsis nevadensis">Zootermopsis nevadensis</option> |
18 | 313 </param> |
314 </when> | |
315 <when value="Fungi"> | |
316 <param name="species" type="select" label="The species to use for the gene annotation" | |
317 help=""> | |
318 <option value="Ashbya gossypii">Ashbya gossypii</option> | |
319 <option value="Aspergillus clavatus">Aspergillus clavatus</option> | |
320 <option value="Aspergillus flavus">Aspergillus flavus</option> | |
321 <option value="Aspergillus fumigatus">Aspergillus fumigatus</option> | |
322 <option value="Aspergillus fumigatusa1163">Aspergillus fumigatusa1163</option> | |
323 <option value="Aspergillus nidulans">Aspergillus nidulans</option> | |
324 <option value="Aspergillus niger">Aspergillus niger</option> | |
325 <option value="Aspergillus oryzae">Aspergillus oryzae</option> | |
326 <option value="Aspergillus terreus">Aspergillus terreus</option> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
327 <option value="Blumeria graminis">Blumeria graminis</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
328 <option value="Botrytis cinerea">Botrytis cinerea</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
329 <option value="Colletotrichum gloeosporioides">Colletotrichum gloeosporioides</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
330 <option value="Colletotrichum higginsianum">Colletotrichum higginsianum</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
331 <option value="Colletotrichum orbiculare">Colletotrichum orbiculare</option> |
18 | 332 <option value="Cryptococcus neoformans">Cryptococcus neoformans</option> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
333 <option value="Dothistroma septosporum">Dothistroma septosporum</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
334 <option value="Fusarium fujikuroi">Fusarium fujikuroi</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
335 <option value="Fusarium graminearum">Fusarium graminearum</option> |
18 | 336 <option value="Fusarium oxysporum">Fusarium oxysporum</option> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
337 <option value="Fusarium pseudograminearum">Fusarium pseudograminearum</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
338 <option value="Fusarium solani">Fusarium solani</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
339 <option value="Fusarium verticillioides">Fusarium verticillioides</option> |
18 | 340 <option value="Gaeumannomyces graminis">Gaeumannomyces graminis</option> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
341 <option value="Colletotrichum graminicola">Colletotrichum graminicola</option> |
18 | 342 <option value="Komagataella pastoris">Komagataella pastoris</option> |
343 <option value="Leptosphaeria maculans">Leptosphaeria maculans</option> | |
344 <option value="Magnaporthe oryzae">Magnaporthe oryzae</option> | |
345 <option value="Magnaporthe poae">Magnaporthe poae</option> | |
346 <option value="Melampsora larici-populina">Melampsora larici-populina</option> | |
347 <option value="Neosartorya fischeri">Neosartorya fischeri</option> | |
348 <option value="Neurospora crassa">Neurospora crassa</option> | |
349 <option value="Phaeosphaeria nodorum">Phaeosphaeria nodorum</option> | |
350 <option value="Puccinia graminis">Puccinia graminis</option> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
351 <option value="Puccinia graminis Ug99">Puccinia graminis Ug99</option> |
18 | 352 <option value="Puccinia triticina">Puccinia triticina</option> |
353 <option value="Pyrenophora teres">Pyrenophora teres</option> | |
354 <option value="Pyrenophora tritici-repentis">Pyrenophora tritici-repentis</option> | |
355 <option value="Saccharomyces cerevisiae">Saccharomyces cerevisiae</option> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
356 <option value="Schizosaccharomyces cryophilus">Schizosaccharomyces cryophilus</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
357 <option value="Schizosaccharomyces japonicus">Schizosaccharomyces japonicus</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
358 <option value="Schizosaccharomyces octosporus">Schizosaccharomyces octosporus</option> |
18 | 359 <option value="Schizosaccharomyces pombe">Schizosaccharomyces pombe</option> |
360 <option value="Sclerotinia sclerotiorum">Sclerotinia sclerotiorum</option> | |
361 <option value="Sporisorium reilianum">Sporisorium reilianum</option> | |
362 <option value="Trichoderma reesei">Trichoderma reesei</option> | |
363 <option value="Trichoderma virens">Trichoderma virens</option> | |
364 <option value="Tuber melanosporum">Tuber melanosporum</option> | |
365 <option value="Ustilago maydis">Ustilago maydis</option> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
366 <option value="Verticillium dahliae JR2">Verticillium dahliae JR2</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
367 <option value="Verticillium dahliae">Verticillium dahliae</option> |
18 | 368 <option value="Yarrowia lipolytica">Yarrowia lipolytica</option> |
369 <option value="Zymoseptoria tritici">Zymoseptoria tritici</option> | |
370 </param> | |
371 </when> | |
372 <when value="Vertebrates"> | |
373 <param name="species" type="select" label="The species to use for the gene annotation" | |
374 help=""> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
375 <option value="Alpaca (Vicugna pacos)">Alpaca (Vicugna pacos)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
376 <option value="Amazon molly (Poecilia formosa)">Amazon molly (Poecilia formosa)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
377 <option value="Anole lizard (Anolis carolinensis)">Anole lizard (Anolis carolinensis)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
378 <option value="Armadillo (Dasypus novemcinctus)">Armadillo (Dasypus novemcinctus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
379 <option value="Bushbaby (Otolemur garnettii)">Bushbaby (Otolemur garnettii)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
380 <option value="C. elegans (Caenorhabditis elegans)">C. elegans (Caenorhabditis elegans)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
381 <option value="C.intestinalis (Ciona intestinalis)">C.intestinalis (Ciona intestinalis)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
382 <option value="C.savignyi (Ciona savignyi)">C.savignyi (Ciona savignyi)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
383 <option value="Cat (Felis catus)">Cat (Felis catus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
384 <option value="Cave fish (Astyanax mexicanus)">Cave fish (Astyanax mexicanus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
385 <option value="Chicken (Gallus gallus)">Chicken (Gallus gallus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
386 <option value="Chimpanzee (Pan troglodytes)">Chimpanzee (Pan troglodytes)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
387 <option value="Chinese softshell turtle (Pelodiscus sinensis)">Chinese softshell turtle (Pelodiscus sinensis)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
388 <option value="Cod (Gadus morhua)">Cod (Gadus morhua)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
389 <option value="Coelacanth (Latimeria chalumnae)">Coelacanth (Latimeria chalumnae)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
390 <option value="Cow (Bos taurus)">Cow (Bos taurus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
391 <option value="Dog (Canis lupus familiaris)">Dog (Canis lupus familiaris)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
392 <option value="Dolphin (Tursiops truncatus)">Dolphin (Tursiops truncatus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
393 <option value="Duck (Anas platyrhynchos)">Duck (Anas platyrhynchos)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
394 <option value="Elephant (Loxodonta africana)">Elephant (Loxodonta africana)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
395 <option value="Ferret (Mustela putorius furo)">Ferret (Mustela putorius furo)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
396 <option value="Flycatcher (Ficedula albicollis)">Flycatcher (Ficedula albicollis)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
397 <option value="Fruitfly (Drosophila melanogaster)">Fruitfly (Drosophila melanogaster)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
398 <option value="Fugu (Takifugu rubripes)">Fugu (Takifugu rubripes)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
399 <option value="Gibbon (Nomascus leucogenys)">Gibbon (Nomascus leucogenys)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
400 <option value="Gorilla (Gorilla gorilla gorilla)">Gorilla (Gorilla gorilla gorilla)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
401 <option value="Guinea Pig (Cavia porcellus)">Guinea Pig (Cavia porcellus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
402 <option value="Hedgehog (Erinaceus europaeus)">Hedgehog (Erinaceus europaeus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
403 <option value="Horse (Equus caballus)">Horse (Equus caballus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
404 <option value="Human (Homo sapiens)">Human (Homo sapiens)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
405 <option value="Hyrax (Procavia capensis)">Hyrax (Procavia capensis)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
406 <option value="Kangaroo rat (Dipodomys ordii)">Kangaroo rat (Dipodomys ordii)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
407 <option value="Lamprey (Petromyzon marinus)">Lamprey (Petromyzon marinus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
408 <option value="Lesser hedgehog tenrec (Echinops telfairi)">Lesser hedgehog tenrec (Echinops telfairi)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
409 <option value="Macaque (Macaca mulatta)">Macaque (Macaca mulatta)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
410 <option value="Marmoset (Callithrix jacchus)">Marmoset (Callithrix jacchus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
411 <option value="Medaka (Oryzias latipes)">Medaka (Oryzias latipes)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
412 <option value="Megabat (Pteropus vampyrus)">Megabat (Pteropus vampyrus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
413 <option value="Microbat (Myotis lucifugus)">Microbat (Myotis lucifugus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
414 <option value="Mouse (Mus musculus)">Mouse (Mus musculus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
415 <option value="Mouse Lemur (Microcebus murinus)">Mouse Lemur (Microcebus murinus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
416 <option value="Opossum (Monodelphis domestica)">Opossum (Monodelphis domestica)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
417 <option value="Orangutan (Pongo abelii)">Orangutan (Pongo abelii)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
418 <option value="Panda (Ailuropoda melanoleuca)">Panda (Ailuropoda melanoleuca)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
419 <option value="Pig (Sus scrofa)">Pig (Sus scrofa)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
420 <option value="Pika (Ochotona princeps)">Pika (Ochotona princeps)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
421 <option value="Platyfish (Xiphophorus maculatus)">Platyfish (Xiphophorus maculatus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
422 <option value="Platypus (Ornithorhynchus anatinus)">Platypus (Ornithorhynchus anatinus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
423 <option value="Rabbit (Oryctolagus cuniculus)">Rabbit (Oryctolagus cuniculus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
424 <option value="Rat (Rattus norvegicus)">Rat (Rattus norvegicus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
425 <option value="S. cerevisiae (Saccharomyces cerevisiae)">S. cerevisiae (Saccharomyces cerevisiae)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
426 <option value="Sheep (Ovis aries)">Sheep (Ovis aries)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
427 <option value="Shrew (Sorex araneus)">Shrew (Sorex araneus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
428 <option value="Sloth (Choloepus hoffmanni)">Sloth (Choloepus hoffmanni)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
429 <option value="Spotted gar (Lepisosteus oculatus)">Spotted gar (Lepisosteus oculatus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
430 <option value="Squirrel (Ictidomys tridecemlineatus)">Squirrel (Ictidomys tridecemlineatus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
431 <option value="Stickleback (Gasterosteus aculeatus)">Stickleback (Gasterosteus aculeatus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
432 <option value="Tarsier (Tarsius syrichta)">Tarsier (Tarsius syrichta)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
433 <option value="Tasmanian devil (Sarcophilus harrisii)">Tasmanian devil (Sarcophilus harrisii)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
434 <option value="Tetraodon (Tetraodon nigroviridis)">Tetraodon (Tetraodon nigroviridis)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
435 <option value="Tilapia (Oreochromis niloticus)">Tilapia (Oreochromis niloticus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
436 <option value="Tree Shrew (Tupaia belangeri)">Tree Shrew (Tupaia belangeri)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
437 <option value="Turkey (Meleagris gallopavo)">Turkey (Meleagris gallopavo)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
438 <option value="Vervet-AGM (Chlorocebus sabaeus)">Vervet-AGM (Chlorocebus sabaeus)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
439 <option value="Wallaby (Macropus eugenii)">Wallaby (Macropus eugenii)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
440 <option value="Xenopus (Xenopus tropicalis)">Xenopus (Xenopus tropicalis)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
441 <option value="Zebra Finch (Taeniopygia guttata)">Zebra Finch (Taeniopygia guttata)</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
442 <option value="Zebrafish (Danio rerio)">Zebrafish (Danio rerio)</option> |
18 | 443 </param> |
444 </when> | |
445 </conditional> | |
446 <conditional name="processing_options"> | |
447 <param name="processing_options_selector" type="select" label="Specify Advanced PeptideShaker Processing Options"> | |
448 <option value="no" selected="True">Default Processing Options</option> | |
449 <option value="yes">Advanced Processing Options</option> | |
450 </param> | |
451 <when value="no" /> | |
452 <when value="yes"> | |
453 <param name="protein_fdr" label="FDR at the protein level" help="In percent (default 1% FDR: '1')" value="1" type="float" /> | |
454 <param name="peptide_fdr" label="FDR at the peptide level" help="In percent (default 1% FDR: '1')" value="1" type="float" /> | |
455 <param name="psm_fdr" label="FDR at the PSM level" help="In percent (default 1% FDR: '1')" value="1" type="float" /> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
456 <param name="protein_fraction_mw_confidence" value="95.0" type="float" label="Minimum confidence required for a protein in the fraction MW plot" |
18 | 457 help="default 95%: '95.0'" /> |
458 <conditional name="ptm_score"> | |
459 <param name="ptm_score_selector" type="select" label="The PTM probabilistic score to use for PTM localization"> | |
460 <option value="0" selected="True">A-score</option> | |
461 <option value="1">PhosphoRS</option> | |
462 </param> | |
463 <when value="0" /> | |
464 <when value="1"> | |
465 <param name="score_neutral_losses" label="Include Neutral Losses in A Score" type="boolean" truevalue="1" falsevalue="0" /> | |
466 <param name="ptm_threshold" label="The threshold to use for the PTM scores" value="" type="float" | |
467 help="Automatic mode will be used if not set" /> | |
468 </when> | |
469 </conditional> | |
470 <!-- SKIPPING -protein_fraction_mw_confidence ${processing_options.protein_fraction_mw_confidence} --> | |
471 </when> | |
472 </conditional> | |
473 <conditional name="filtering_options"> | |
474 <param name="filtering_options_selector" type="select" label="Specify Advanced Filtering Options" | |
475 help="Filter based on peptide lengths, precursor mass error, E value errors from X! Tandem and OMSSA, and include/exclude unknown PTM’s"> | |
476 <option value="no" selected="True">Default Filtering Options</option> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
477 <option value="yes">Advanced Filtering Options</option> |
18 | 478 </param> |
479 <when value="no" /> | |
480 <when value="yes"> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
481 <param name="min_peptide_length" type="integer" label="Minimum Peptide Length" value="6" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
482 <param name="max_peptide_length" type="integer" label="Maximum Peptide Length" value="30" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
483 <param name="max_precursor_error" type="float" label="Maximum Precursor Error" value="10" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
484 help="Next option specifies units (Da or ppm)" /> |
18 | 485 <param name="max_precursor_error_type" label="Maximum Precursor Error Type" type="select"> |
486 <option value="0">ppm</option> | |
487 <option value="1">Daltons</option> | |
488 </param> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
489 <!--param name="max_xtandem_e" label="Maximum X! Tandem e-value" value="100" type="float" help="" /--> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
490 <!--param name="max_omssa_e" label="Maximum OMSSA e-value" value="100" type="float" help="" /--> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
491 <!--param name="max_mascot_e" label="Maximum Mascot e-value filter" value="100" type="float" help="" /--> |
18 | 492 <param name="exclude_unknown_ptms" label="Exclude Unknown PTMs" type="boolean" truevalue="1" falsevalue="0" checked="true" /> |
493 </when> | |
494 </conditional> | |
495 <param name="outputs" type="select" display="checkboxes" multiple="True" label="Output options"> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
496 <option value="zip">Zip File for import to Desktop App</option> |
18 | 497 <option value="mzidentML" selected="True">mzidentML File</option> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
498 <option value="3" >PSM Report</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
499 <option value="4" >Peptide Phosphorylation Report</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
500 <option value="5" >Peptide Report</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
501 <option value="6" >Protein Phosphorylation Report</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
502 <option value="7" >Protein Report</option> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
503 <option value="2">PSM Phosphorylation Report</option> |
18 | 504 <option value="0">Certificate of Analysis</option> |
505 <option value="1">Hierarchical Report</option> | |
506 <option value="cps">CPS file</option> | |
507 <validator type="no_options" message="Please select at least one output file" /> | |
508 </param> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
509 |
18 | 510 </inputs> |
511 <outputs> | |
512 <data format="mzid" name="mzidentML" from_work_dir="output.mzid" label="${tool.name} on ${on_string}: mzidentML file"> | |
513 <filter>'mzidentML' in outputs</filter> | |
514 </data> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
515 <data format="peptideshaker_archive" name="output_cps" from_work_dir="peptideshaker_output.cps" label="${tool.name} on ${on_string}: CPS file"> |
18 | 516 <filter>'cps' in outputs</filter> |
517 </data> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
518 <data format="zip" name="output_zip" from_work_dir="peptideshaker_output.zip" label="${tool.name} on ${on_string}: Archive"> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
519 <filter>'zip' in outputs</filter> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
520 </data> |
18 | 521 <data format="txt" name="output_certificate" from_work_dir="certificate.txt" label="${tool.name} on ${on_string}: Parameters"> |
522 <filter>'0' in outputs</filter> | |
523 </data> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
524 <data format="tabular" name="output_hierarchical" from_work_dir="hierarchical.txt" label="${tool.name} on ${on_string}: Hierarchical Report"> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
525 <filter>'1' in outputs</filter> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
526 </data> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
527 <data format="tabular" name="output_psm_phosphorylation" from_work_dir="psm_phospho.txt" label="${tool.name} on ${on_string}: PSM Phosphorylation Report"> |
18 | 528 <filter>'2' in outputs</filter> |
529 </data> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
530 <data format="tabular" name="output_psm" from_work_dir="psm.txt" label="${tool.name} on ${on_string}: PSM Report"> |
18 | 531 <filter>'3' in outputs</filter> |
532 </data> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
533 <data format="tabular" name="output_peptides_phosphorylation" from_work_dir="peptides_phospho.txt" label="${tool.name} on ${on_string}: Peptide Phosphorylation Report"> |
18 | 534 <filter>'4' in outputs</filter> |
535 </data> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
536 <data format="tabular" name="output_peptides" from_work_dir="peptides.txt" label="${tool.name} on ${on_string}: Peptide Report"> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
537 <filter>'5' in outputs</filter> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
538 </data> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
539 <data format="tabular" name="output_proteins_phosphorylation" from_work_dir="proteins_phospho.txt" label="${tool.name} on ${on_string}: Protein Phosphorylation Report"> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
540 <filter>'6' in outputs</filter> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
541 </data> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
542 <data format="tabular" name="output_proteins" from_work_dir="proteins.txt" label="${tool.name} on ${on_string}: Protein Report"> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
543 <filter>'7' in outputs</filter> |
18 | 544 </data> |
545 </outputs> | |
546 <tests> | |
547 <test> | |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
548 <param name="searchgui_input" value="tiny_searchgui_result1.zip" ftype="searchgui_archive"/> |
18 | 549 <param name="species_type_selector" value="no_species_type"/> |
550 <param name="processing_options_selector" value="no"/> | |
551 <param name="filtering_options_selector" value="no"/> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
552 <param name="outputs" value="zip,cps,3"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
553 <output name="output_zip" file="peptide_shaker_result1.zip" ftype="zip" compare="sim_size" delta="600" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
554 <output name="output_cps" file="peptide_shaker_result1.cps" ftype="peptideshaker_archive" compare="sim_size" delta="600" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
555 <output name="output_psm" file="peptide_shaker_psm_result1.tabular" ftype="tabular" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
556 </test> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
557 <test> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
558 <param name="searchgui_input" value="tiny_searchgui_result1.zip" ftype="searchgui_archive"/> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
559 <param name="species_type_selector" value="no_species_type"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
560 <param name="processing_options_selector" value="no"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
561 <param name="filtering_options_selector" value="yes"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
562 <param name="min_peptide_length" value="1"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
563 <param name="outputs" value="0,1,2,3,4,5,6,7"/> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
564 <output name="output_certificate" file="peptide_shaker_certificate_result2.txt" ftype="txt" lines_diff="6"/> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
565 <output name="output_hierarchical" file="peptide_shaker_hierarchical_result2.tabular" ftype="tabular" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
566 <output name="output_psm" file="peptide_shaker_psm_result2.tabular" ftype="tabular" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
567 <output name="output_psm_phosphorylation" file="peptide_shaker_psm_phoshorylation_result2.tabular" ftype="tabular" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
568 <output name="output_peptides" file="peptide_shaker_peptides_result2.tabular" ftype="tabular" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
569 <output name="output_peptides_phosphorylation" file="peptide_shaker_peptides_phoshorylation_result2.tabular" ftype="tabular" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
570 <output name="output_proteins" file="peptide_shaker_proteins_result2.tabular" ftype="tabular" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
571 <output name="output_proteins_phosphorylation" file="peptide_shaker_proteins_phoshorylation_result2.tabular" ftype="tabular" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
572 </test> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
573 <test> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
574 <param name="searchgui_input" value="tiny_searchgui_result1.zip" ftype="searchgui_archive"/> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
575 <param name="species_type_selector" value="Vertebrates"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
576 <param name="species" value="Human (Homo sapiens)"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
577 <param name="processing_options_selector" value="no"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
578 <param name="filtering_options_selector" value="yes"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
579 <param name="min_peptide_length" value="1"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
580 <param name="outputs" value="5"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
581 <output name="output_peptides" file="peptide_shaker_peptides_result3.tabular" ftype="tabular" /> |
18 | 582 </test> |
583 </tests> | |
584 <help> | |
585 **What it does** | |
586 | |
587 Runs multiple search engines (X! Tandem, OMSSA and MS-GF+) on any number of MGF peak lists using the SearchGUI application and combines the results. | |
588 | |
589 https://code.google.com/p/peptide-shaker/ | |
590 | |
591 https://code.google.com/p/searchgui/ | |
592 | |
593 ---- | |
594 | |
595 Reports | |
596 ======= | |
597 | |
598 | |
599 PSM Report | |
600 ---------- | |
601 | |
602 * Protein(s): Protein(s) to which the peptide can be attached | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
603 * Sequence: Sequence of the peptide |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
604 * Variable Modifications: The variable modifications |
18 | 605 * D-score: D-score for variable PTM localization |
606 * probabilistic PTM score: The probabilistic score (e.g. A-score or PhosphoRS) used for variable PTM localization. | |
607 * Localization Confidence: The confidence in variable PTM localization. | |
608 * Fixed Modifications: The fixed modifications. | |
609 * Spectrum File: The spectrum file. | |
610 * Spectrum Title: The title of the spectrum. | |
611 * Spectrum Scan Number: The spectrum scan number. | |
612 * RT: Retention time | |
613 * m/z: Measured m/z | |
614 * Measured Charge: The charge as given in the spectrum file. | |
615 * Identification Charge: The charge as inferred by the search engine. | |
616 * Theoretical Mass: The theoretical mass of the peptide. | |
617 * Isotope Number: The isotope number targetted by the instrument. | |
618 * Precursor m/z Error: The precursor m/z matching error. | |
619 * Score: Score of the retained peptide as a combination of the algorithm scores (used to rank PSMs). | |
620 * Confidence: Confidence in percent associated to the retained PSM. | |
621 * Decoy: Indicates whether the peptide is a decoy (1: yes, 0: no). | |
622 * Validation: Indicates the validation level of the protein group. | |
623 | |
624 | |
625 Protein Report | |
626 -------------- | |
627 | |
628 * Main Accession: Main accession of the protein group. | |
629 * Description: Description of the protein designed by the main accession. | |
630 * Gene Name: The gene names of the Ensembl gene ID associated to the main accession. | |
631 * Chromosome: The chromosome of the Ensembl gene ID associated to the main accession. | |
632 * PI: Protein Inference status of the protein group. | |
633 * Secondary Accessions: Other accessions in the protein group (alphabetical order). | |
634 * Protein Group: The complete protein group (alphabetical order). | |
635 * #Peptides: Total number of peptides. | |
636 * #Validated Peptides: Number of validated peptides. | |
637 * #Unique: Total number of peptides unique to this protein group. | |
638 * #PSMs: Number of PSMs | |
639 * #Validated PSMs: Number of validated PSMs | |
640 * Coverage (%): Sequence coverage in percent of the protein designed by the main accession. | |
641 * Possible Coverage (%): Possible sequence coverage in percent of the protein designed by the main accession according to the search settings. | |
642 * MW (kDa): Molecular Weight. | |
643 * Spectrum Counting NSAF: Normalized Spectrum Abundance Factor (NSAF) | |
644 * Spectrum Counting emPAI: exponentially modified Protein Abundance Index (emPAI) | |
645 * Confident Modification Sites: Number of Confident Modification Sites List of the sites where a variable modification was confidently localized. | |
646 * Other Modification Sites: Number of other Modification Sites List of the non*confident sites where a variable modification was localized. | |
647 * Score: Score of the protein group. | |
648 * Confidence: Confidence in percent associated to the protein group. | |
649 * Decoy: Indicates whether the protein group is a decoy (1: yes, 0: no). | |
650 * Validation: Indicates the validation level of the protein group. | |
651 | |
652 | |
653 Peptide Report | |
654 -------------- | |
655 | |
656 | |
657 * Protein(s): Protein(s) to which this peptide can be attached. | |
658 * AAs Before: The amino-acids before the sequence. | |
659 * Sequence: Sequence of the peptide. | |
660 * AAs After: The amino-acids after the sequence. | |
661 * Modified Sequence: The peptide sequence annotated with variable modifications. | |
662 * Variable Modifications: The variable modifications. | |
663 * Localization Confidence: The confidence in PTMs localization. | |
664 * Fixed Modifications: The fixed modifications. | |
665 * #Validated PSMs: Number of validated PSMs. | |
666 * #PSMs: Number of PSMs. | |
667 * Score: Score of the peptide. | |
668 * Confidence: Confidence in percent associated to the peptide. | |
669 * Decoy: Indicates whether the peptide is a decoy (1: yes, 0: no). | |
670 * Validation: Indicates the validation level of the protein group. | |
671 | |
672 | |
673 Hierachical Report | |
674 ------------------ | |
675 | |
676 * Main Accession: Main accession of the protein group. | |
677 * Description: Description of the protein designed by the main accession. | |
678 * PI: Protein Inference status of the protein group. | |
679 * Secondary Accessions: Other accessions in the protein group (alphabetical order). | |
680 * Protein Group: The complete protein group (alphabetical order). | |
681 * #Peptides: Total number of peptides. | |
682 * #Validated Peptides: Number of validated peptides. | |
683 * #Unique: Total number of peptides unique to this protein group. | |
684 * #PSMs: Number of PSMs | |
685 * #Validated PSMs: Number of validated PSMs | |
686 * Coverage (%): Sequence coverage in percent of the protein designed by the main accession. | |
687 * Possible Coverage (%): Possible sequence coverage in percent of the protein designed by the main accession according to the search settings. | |
688 * MW (kDa): Molecular Weight. | |
689 * Spectrum Counting NSAF: Normalized Spectrum Abundance Factor (NSAF) | |
690 * Spectrum Counting emPAI: exponentially modified Protein Abundance Index (emPAI) | |
691 * Confident Modification Sites: # Confident Modification Sites List of the sites where a variable modification was confidently localized. | |
692 * Other Modification Sites: # Other Modification Sites List of the non-confident sites where a variable modification was localized. | |
693 * Score: Score of the protein group. | |
694 * Confidence: Confidence in percent associated to the protein group. | |
695 * Decoy: Indicates whether the protein group is a decoy (1: yes, 0: no). | |
696 * Validation: Indicates the validation level of the protein group. | |
697 * Protein(s): Protein(s) to which this peptide can be attached. | |
698 * AAs Before: The amino-acids before the sequence. | |
699 * Sequence: Sequence of the peptide. | |
700 * AAs After: The amino-acids after the sequence. | |
701 * Variable Modifications: The variable modifications. | |
702 * Localization Confidence: The confidence in PTMs localization. | |
703 * Fixed Modifications: The fixed modifications. | |
704 * #Validated PSMs: Number of validated PSMs. | |
705 * #PSMs: Number of PSMs. | |
706 * Score: Score of the peptide. | |
707 * Confidence: Confidence in percent associated to the peptide. | |
708 * Decoy: Indicates whether the peptide is a decoy (1: yes, 0: no). | |
709 * Validation: Indicates the validation level of the protein group. | |
710 * Protein(s): Protein(s) to which the peptide can be attached. | |
711 * Sequence: Sequence of the peptide. | |
712 * Modified Sequence: The peptide sequence annotated with variable modifications. | |
713 * Variable Modifications: The variable modifications. | |
714 * D-score: D-score for variable PTM localization. | |
715 * probabilistic PTM score: The probabilistic score (e.g. A-score or PhosphoRS) used for variable PTM localization. | |
716 * Localization Confidence: The confidence in variable PTM localization. | |
717 * Fixed Modifications: The fixed modifications. | |
718 * Spectrum File: The spectrum file. | |
719 * Spectrum Title: The title of the spectrum. | |
720 * Spectrum Scan Number: The spectrum scan number. | |
721 * RT: Retention time | |
722 * m/z: Measured m/z | |
723 * Measured Charge: The charge as given in the spectrum file. | |
724 * Identification Charge: The charge as inferred by the search engine. | |
725 * Theoretical Mass: The theoretical mass of the peptide. | |
726 * Isotope Number: The isotope number targetted by the instrument. | |
727 * Precursor m/z Error: The precursor m/z matching error. | |
728 * Score: Score of the retained peptide as a combination of the algorithm scores (used to rank PSMs). | |
729 * Confidence: Confidence in percent associated to the retained PSM. | |
730 * Decoy: Indicates whether the peptide is a decoy (1: yes, 0: no). | |
731 * Validation: Indicates the validation level of the protein group. | |
732 | |
733 | |
734 ------ | |
735 | |
736 **Citation** | |
737 | |
738 To cite the underlying tools (PeptideShaker and SearchGUI) please refer to the list of papers at http://peptide-shaker.googlecode.com | |
739 | |
740 If you use this tool in Galaxy, please cite Chilton J, Ira Cooke, Bjoern Gruening et al. https://bitbucket.org/galaxyp/peptideshaker | |
741 </help> | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
742 <expand macro="citations" /> |
18 | 743 </tool> |