Mercurial > repos > galaxyp > peptideshaker
annotate peptide_shaker.xml @ 50:5814883aa217 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit f420e6a9af6569a7fe61702c7d273030a36e84dd
author | galaxyp |
---|---|
date | Thu, 08 Nov 2018 12:23:02 -0500 |
parents | 58a3e6cb2598 |
children | 864bd76db767 |
rev | line source |
---|---|
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
1 <tool id="peptide_shaker" name="Peptide Shaker" version="@PEPTIDESHAKER_VERSION@"> |
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> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
9 <requirement type="package" version="@PEPTIDESHAKER_VERSION@">peptide-shaker</requirement> |
21
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" /> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
12 |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
13 <command><![CDATA[ |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
14 ## When supporting more advanced Galaxy versions: command use_shared_home="false" |
18 | 15 #from datetime import datetime |
16 #set $exp_str = "Galaxy_Experiment_%s" % datetime.now().strftime("%Y%m%d%H%M%s") | |
17 #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
|
18 #set $temp_stderr = "peptideshaker_stderr" |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
19 #set $bin_dir = "bin" |
18 | 20 |
22
e3be595c0bf5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 5ca27ef280bee8b65fd3d0d2cd5ff280a2cebb3d
iracooke
parents:
21
diff
changeset
|
21 |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
22 mkdir output_reports && |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
23 cwd=`pwd` && |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
24 export HOME=\$cwd && |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
25 |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
26 echo "" > $temp_stderr && |
18 | 27 |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
28 ln -s '$searchgui_input' searchgui_input.zip && |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
29 jar xvf searchgui_input.zip SEARCHGUI_IdentificationParameters.par && |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
30 |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
31 |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
32 peptide-shaker eu.isas.peptideshaker.cmd.PathSettingsCLI |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
33 --exec_dir="\$cwd/${bin_dir}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
34 -temp_folder \$cwd/PathSettingsCLI |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
35 -log \$cwd/peptideshaker.log && |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
36 |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
37 #if str($exporting_options.output_reports) != "None" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
38 #set $output_reports_list = set(str($exporting_options.output_reports).split(',')) |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
39 #else |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
40 #set $output_reports_list = set() |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
41 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
42 |
18 | 43 ###################### |
44 ## PeptideShakerCLI ## | |
45 ###################### | |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
46 (peptide-shaker -Djava.awt.headless=true eu.isas.peptideshaker.cmd.PeptideShakerCLI |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
47 --exec_dir="\$cwd/${bin_dir}" |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
48 -gui 0 |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
49 -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
|
50 -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
|
51 -sample '$samp_str' |
18 | 52 -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
|
53 -identification_files \$cwd/searchgui_input.zip |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
54 -id_params \$cwd/SEARCHGUI_IdentificationParameters.par |
24 | 55 -out \$cwd/peptideshaker_output.cpsx |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
56 #if $exporting_options.zip_conditional.zip_output_boolean == 'zip': |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
57 -zip \$cwd/peptideshaker_output.zip |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
58 #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
|
59 -threads "\${GALAXY_SLOTS:-12}" |
18 | 60 |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
61 ##Optional processing parameters: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
62 #if $processing_options.processing_options_selector == "yes" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
63 -protein_fdr "${processing_options.protein_fdr}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
64 -peptide_fdr "${processing_options.peptide_fdr}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
65 -psm_fdr "${processing_options.psm_fdr}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
66 -ptm_score "${processing_options.ptm_score.ptm_score_selector}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
67 #if $processing_options.ptm_score.ptm_score_selector == 1 |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
68 -score_neutral_losses "${processing_options.ptm_score.neutral_losses}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
69 #if str($processing_options.ptm_score.ptm_threshold) != '' |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
70 -ptm_threshold "${processing_options.ptm_score.ptm_threshold}" |
18 | 71 #end if |
72 #end if | |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
73 -ptm_alignment "${processing_options.ptm_alignment}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
74 -ptm_sequence_matching_type "${processing_options.ptm_sequence_matching_type}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
75 -protein_fraction_mw_confidence "${processing_options.protein_fraction_mw_confidence}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
76 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
77 |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
78 ##Optional filtering parameters: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
79 #if $filtering_options.filtering_options_selector == "yes": |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
80 -import_peptide_length_min "${filtering_options.min_peptide_length}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
81 -import_peptide_length_max "${filtering_options.max_peptide_length}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
82 -import_precurosor_mz "${filtering_options.max_precursor_error}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
83 -import_precurosor_mz_ppm "${filtering_options.max_precursor_error_type}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
84 ##-max_xtandem_e "${filtering_options.max_xtandem_e}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
85 ##-max_omssa_e "${filtering_options.max_omssa_e}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
86 ##-max_mascot_e "${filtering_options.max_mascot_e}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
87 -exclude_unknown_ptms "${filtering_options.exclude_unknown_ptms}" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
88 #end if |
18 | 89 |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
90 ################################## |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
91 ## mzidCLI options ## |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
92 ################################## |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
93 |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
94 #if $exporting_options.mzidentml_conditional.mzidentml_creation == 1: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
95 -output_file \$cwd/output.mzid |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
96 -include_sequences ${exporting_options.mzidentml_conditional.include_sequences} |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
97 #if $contact_options.contact_options_selector == "yes": |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
98 -contact_first_name "$contact_options.contact_first_name" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
99 -contact_last_name "$contact_options.contact_last_name" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
100 -contact_email "$contact_options.contact_email" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
101 -contact_address "$contact_options.contact_address" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
102 #if str($contact_options.contact_url).strip() != '': |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
103 -contact_url = "$contact_options.contact_url" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
104 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
105 -organization_name "$contact_options.organization_name" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
106 -organization_email "$contact_options.organization_email" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
107 -organization_address "$contact_options.organization_address" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
108 #if str($contact_options.organization_url).strip() != '': |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
109 -organization_url = "$contact_options.organization_url" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
110 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
111 #else: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
112 -contact_first_name "Proteomics" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
113 -contact_last_name "Galaxy" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
114 -contact_email "galaxyp@umn.edu" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
115 -contact_address "galaxyp@umn.edu" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
116 -organization_name "University of Minnesota" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
117 -organization_email "galaxyp@umn.edu" |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
118 -organization_address "Minneapolis, MN 55455, Vereinigte Staaten" |
18 | 119 #end if |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
120 #end if |
18 | 121 |
122 ################################## | |
123 ## PeptideShaker Report options ## | |
124 ################################## | |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
125 ## Generate Reports if the user has selected one of the 11 additional reports |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
126 #if len($output_reports_list) > 0 |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
127 -out_reports \$cwd/output_reports |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
128 -reports #echo ','.join($output_reports_list)# |
18 | 129 #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
|
130 |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
131 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
|
132 |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
133 #if len(output_reports_list)>0: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
134 #if '0' in $output_reports_list: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
135 && find \$cwd/output_reports -name '*Certificate_of_Analysis.txt' -exec bash -c 'mv "$0" "certificate.txt"' {} \; |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
136 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
137 #if '1' in $output_reports_list: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
138 && find \$cwd/output_reports -name '*Default_Hierarchical_Report.txt' -exec bash -c 'mv "$0" "hierarchical.txt"' {} \; |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
139 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
140 #if '2' in $output_reports_list: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
141 && find \$cwd/output_reports -name '*Default_PSM_Phosphorylation_Report.txt' -exec bash -c 'mv "$0" "psm_phospho.txt"' {} \; |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
142 #end if` |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
143 #if '3' in $output_reports_list: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
144 && find \$cwd/output_reports -name '*Default_PSM_Report.txt' -exec bash -c 'mv "$0" "psm.txt"' {} \; |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
145 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
146 #if '4' in $output_reports_list: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
147 && find \$cwd/output_reports -name '*Default_PSM_Report_with_non-validated_matches.txt' -exec bash -c 'mv "$0" "psm_nonvalidated.txt"' {} \; |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
148 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
149 #if '5' in $output_reports_list: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
150 && find \$cwd/output_reports -name '*Default_Peptide_Phosphorylation_Report.txt' -exec bash -c 'mv "$0" "peptides_phospho.txt"' {} \; |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
151 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
152 #if '6' in $output_reports_list: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
153 && find \$cwd/output_reports -name '*Default_Peptide_Report.txt' -exec bash -c 'mv "$0" "peptides.txt"' {} \; |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
154 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
155 #if '7' in $output_reports_list: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
156 && find \$cwd/output_reports -name '*Default_Peptide_Report_with_non-validated_matches.txt' -exec bash -c 'mv "$0" "peptides_nonvalidated.txt"' {} \; |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
157 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
158 #if '8' in $output_reports_list: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
159 && find \$cwd/output_reports -name '*Default_Protein_Phosphorylation_Report.txt' -exec bash -c 'mv "$0" "proteins_phospho.txt"' {} \; |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
160 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
161 #if '9' in $output_reports_list: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
162 && find \$cwd/output_reports -name '*Default_Protein_Report.txt' -exec bash -c 'mv "$0" "proteins.txt"' {} \; |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
163 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
164 #if '10' in $output_reports_list: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
165 && find \$cwd/output_reports -name '*Default_Protein_Report_with_non-validated_matches.txt' -exec bash -c 'mv "$0" "proteins_nonvalidated.txt"' {} \; |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
166 #end if |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
167 #if '11' in $output_reports_list: |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
168 && find \$cwd/output_reports -name '*Extended_PSM_Report.txt' -exec bash -c 'mv "$0" "psmx.txt"' {} \; |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
169 #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
|
170 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
171 |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
172 && cat $temp_stderr 2>&1; |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
173 ]]> |
18 | 174 </command> |
175 <inputs> | |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
176 <param name="searchgui_input" format="searchgui_archive" type="data" label="Compressed SearchGUI results" |
24 | 177 help="SearchGUI Results from History"> |
178 <options options_filter_attribute="metadata.searchgui_major_version" > | |
179 <filter type="add_value" value="@SEARCHGUI_MAJOR_VERSION@" /> | |
180 </options> | |
181 </param> | |
18 | 182 <conditional name="processing_options"> |
183 <param name="processing_options_selector" type="select" label="Specify Advanced PeptideShaker Processing Options"> | |
184 <option value="no" selected="True">Default Processing Options</option> | |
185 <option value="yes">Advanced Processing Options</option> | |
186 </param> | |
187 <when value="no" /> | |
188 <when value="yes"> | |
189 <param name="protein_fdr" label="FDR at the protein level" help="In percent (default 1% FDR: '1')" value="1" type="float" /> | |
190 <param name="peptide_fdr" label="FDR at the peptide level" help="In percent (default 1% FDR: '1')" value="1" type="float" /> | |
191 <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
|
192 <param name="protein_fraction_mw_confidence" value="95.0" type="float" label="Minimum confidence required for a protein in the fraction MW plot" |
18 | 193 help="default 95%: '95.0'" /> |
194 <conditional name="ptm_score"> | |
195 <param name="ptm_score_selector" type="select" label="The PTM probabilistic score to use for PTM localization"> | |
196 <option value="0" selected="True">A-score</option> | |
197 <option value="1">PhosphoRS</option> | |
38
79e37eff006d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 48984afa5f3d1b80ecbbff2847645c15acd81fe6
galaxyp
parents:
37
diff
changeset
|
198 <option value="2">None</option> |
18 | 199 </param> |
200 <when value="0" /> | |
201 <when value="1"> | |
202 <param name="score_neutral_losses" label="Include Neutral Losses in A Score" type="boolean" truevalue="1" falsevalue="0" /> | |
25
0986f68fb410
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb474693831a3375db79755e88641ad32b3b4e6-dirty
galaxyp
parents:
24
diff
changeset
|
203 <param name="ptm_threshold" label="The threshold to use for the PTM scores" optional="true" value="" type="float" |
18 | 204 help="Automatic mode will be used if not set" /> |
205 </when> | |
38
79e37eff006d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 48984afa5f3d1b80ecbbff2847645c15acd81fe6
galaxyp
parents:
37
diff
changeset
|
206 <when value="2" /> |
18 | 207 </conditional> |
38
79e37eff006d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 48984afa5f3d1b80ecbbff2847645c15acd81fe6
galaxyp
parents:
37
diff
changeset
|
208 <param name="ptm_sequence_matching_type" type="select" label="The PTM to peptide sequence matching type"> |
79e37eff006d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 48984afa5f3d1b80ecbbff2847645c15acd81fe6
galaxyp
parents:
37
diff
changeset
|
209 <option value="0">Character Sequence</option> |
79e37eff006d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 48984afa5f3d1b80ecbbff2847645c15acd81fe6
galaxyp
parents:
37
diff
changeset
|
210 <option value="1" selected="true">Amino Acids</option> |
79e37eff006d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 48984afa5f3d1b80ecbbff2847645c15acd81fe6
galaxyp
parents:
37
diff
changeset
|
211 <option value="2">Indistinguishable Amino Acids</option> |
79e37eff006d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 48984afa5f3d1b80ecbbff2847645c15acd81fe6
galaxyp
parents:
37
diff
changeset
|
212 </param> |
29
78fad25eff17
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 4256c7c6fde06722b66f433f5913c2e707bc930f-dirty
galaxyp
parents:
28
diff
changeset
|
213 <param name="ptm_alignment" label="Align peptide ambiguously localized PTMs on confident sites" type="boolean" truevalue="1" falsevalue="0" checked="true"/> |
18 | 214 <!-- SKIPPING -protein_fraction_mw_confidence ${processing_options.protein_fraction_mw_confidence} --> |
215 </when> | |
216 </conditional> | |
217 <conditional name="filtering_options"> | |
218 <param name="filtering_options_selector" type="select" label="Specify Advanced Filtering Options" | |
219 help="Filter based on peptide lengths, precursor mass error, E value errors from X! Tandem and OMSSA, and include/exclude unknown PTM’s"> | |
220 <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
|
221 <option value="yes">Advanced Filtering Options</option> |
18 | 222 </param> |
223 <when value="no" /> | |
224 <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
|
225 <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
|
226 <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
|
227 <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
|
228 help="Next option specifies units (Da or ppm)" /> |
18 | 229 <param name="max_precursor_error_type" label="Maximum Precursor Error Type" type="select"> |
26
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
25
diff
changeset
|
230 <option value="1">ppm</option> |
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
25
diff
changeset
|
231 <option value="0">Daltons</option> |
18 | 232 </param> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
233 <!--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
|
234 <!--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
|
235 <!--param name="max_mascot_e" label="Maximum Mascot e-value filter" value="100" type="float" help="" /--> |
18 | 236 <param name="exclude_unknown_ptms" label="Exclude Unknown PTMs" type="boolean" truevalue="1" falsevalue="0" checked="true" /> |
237 </when> | |
238 </conditional> | |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
239 <conditional name="contact_options"> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
240 <param name="contact_options_selector" type="select" label="Specify Contact Information for mzIdendML" |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
241 help="Create a Galaxy workflow to save these values"> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
242 <option value="no" selected="True">GalaxyP Project contact (Not suitable for PRIDE submission)</option> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
243 <option value="yes">Specify Contact Information</option> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
244 </param> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
245 <when value="no" /> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
246 <when value="yes"> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
247 <param name="contact_first_name" type="text" value="" label="Contact first name."> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
248 <validator type="regex" message="">\S+.*</validator> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
249 </param> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
250 <param name="contact_last_name" type="text" value="" label="Contact last name."> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
251 <validator type="regex" message="">\S+.*</validator> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
252 </param> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
253 <param name="contact_email" type="text" value="" label="Contact e-mail."> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
254 <validator type="regex" message="">\S+@\S+</validator> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
255 </param> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
256 <param name="contact_address" type="text" value="" label="Contact address."> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
257 <validator type="regex" message="">\S+.*</validator> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
258 </param> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
259 <param name="contact_url" type="text" value="" optional="true" label="Contact URL."> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
260 </param> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
261 <param name="organization_name" type="text" value="" label="Organization name."> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
262 <validator type="regex" message="">\S+.*</validator> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
263 </param> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
264 <param name="organization_email" type="text" value="" label="Organization e-mail."> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
265 <validator type="regex" message="">\S+@\S+</validator> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
266 </param> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
267 <param name="organization_address" type="text" value="" label="Organization address."> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
268 <validator type="regex" message="">\S+.*</validator> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
269 </param> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
270 <param name="organization_url" type="text" value="" optional="true" label="Organization URL."> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
271 </param> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
272 </when> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
273 </conditional> |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
274 |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
275 <section name="exporting_options" expanded="true" title="Exporting options"> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
276 |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
277 <conditional name="mzidentml_conditional"> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
278 <param name="mzidentml_creation" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Creates a mzIdentML file" /> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
279 <when value="1"> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
280 <param name="include_sequences" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Include the protein sequences in the mzIdentML file" /> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
281 </when> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
282 <when value="0" /> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
283 </conditional> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
284 |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
285 <conditional name="zip_conditional"> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
286 <param name="zip_output_boolean" type="boolean" truevalue="zip" falsevalue="separate" checked="false" label="Compress results into a single zip file" /> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
287 <when value="separate"> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
288 <param name="export_cps" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Exports the CPS file" /> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
289 </when> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
290 <when value="zip" /> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
291 </conditional> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
292 |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
293 <param name="output_reports" type="select" display="checkboxes" multiple="True" optional="true" label="Reports to be generated"> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
294 <option value="3">PSM Report</option> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
295 <option value="4">PSM Report with non-validated matches</option> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
296 <option value="2">PSM Phosphorylation Report</option> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
297 <option value="11">Extended PSM Report</option> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
298 <option value="6">Peptide Report</option> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
299 <option value="7">Peptide Report with non-validated matches</option> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
300 <option value="5">Peptide Phosphorylation Report</option> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
301 <option value="9">Protein Report</option> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
302 <option value="10">Protein Report with non-validated matches</option> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
303 <option value="8">Protein Phosphorylation Report</option> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
304 <option value="0">Certificate of Analysis</option> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
305 <option value="1">Hierarchical Report</option> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
306 </param> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
307 |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
308 </section> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
309 |
18 | 310 </inputs> |
311 <outputs> | |
312 <data format="mzid" name="mzidentML" from_work_dir="output.mzid" label="${tool.name} on ${on_string}: mzidentML file"> | |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
313 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and mzidentml_conditional['mzidentml_creation'] is True</filter> |
18 | 314 </data> |
44
f35bb9d0c93e
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 981be1bde91d6d565693cd691553f77465e653bb
galaxyp
parents:
38
diff
changeset
|
315 <data format="peptideshaker_archive" name="output_cps" from_work_dir="peptideshaker_output.cpsx" label="${tool.name} on ${on_string}: CPS file"> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
316 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and exporting_options['zip_conditional']['export_cps'] is True</filter> |
18 | 317 </data> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
318 <data format="zip" name="output_zip" from_work_dir="peptideshaker_output.zip" label="${tool.name} on ${on_string}: Archive"> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
319 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is True</filter> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
320 </data> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
321 <!-- |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
322 <data format="tabular" name="reports"> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
323 <discover_datasets pattern="(?P<designation>.+)\.txt" format="tabular" directory="output_reports" visible="true" assign_primary_output="true" /> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
324 </data> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
325 --> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
326 <data format="txt" name="output_certificate" from_work_dir="certificate.txt" label="${tool.name} on ${on_string}: Parameters"> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
327 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and str(exporting_options['output_reports']) != 'None' and '0' in exporting_options['output_reports']</filter> |
18 | 328 </data> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
329 <data format="tabular" name="output_hierarchical" from_work_dir="hierarchical.txt" label="${tool.name} on ${on_string}: Hierarchical Report"> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
330 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and str(exporting_options['output_reports']) != 'None' and '1' in exporting_options['output_reports']</filter> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
331 </data> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
332 <data format="tabular" name="output_psm_phosphorylation" from_work_dir="psm_phospho.txt" label="${tool.name} on ${on_string}: PSM Phosphorylation Report"> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
333 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and str(exporting_options['output_reports']) != 'None' and '2' in exporting_options['output_reports']</filter> |
18 | 334 </data> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
335 <data format="tabular" name="output_psm" from_work_dir="psm.txt" label="${tool.name} on ${on_string}: PSM Report"> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
336 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and str(exporting_options['output_reports']) != 'None' and '3' in exporting_options['output_reports']</filter> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
337 </data> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
338 <data format="tabular" name="output_psm_nonvalidated" from_work_dir="psm_nonvalidated.txt" label="${tool.name} on ${on_string}: PSM Report with non-validated matches"> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
339 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and str(exporting_options['output_reports']) != 'None' and '4' in exporting_options['output_reports']</filter> |
18 | 340 </data> |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
341 <data format="tabular" name="output_extended_psm" from_work_dir="psmx.txt" label="${tool.name} on ${on_string}: Extended PSM Report"> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
342 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and str(exporting_options['output_reports']) != 'None' and '11' in exporting_options['output_reports']</filter> |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
343 </data> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
344 <data format="tabular" name="output_peptides_phosphorylation" from_work_dir="peptides_phospho.txt" label="${tool.name} on ${on_string}: Peptide Phosphorylation Report"> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
345 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and str(exporting_options['output_reports']) != 'None' and '5' in exporting_options['output_reports']</filter> |
18 | 346 </data> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
347 <data format="tabular" name="output_peptides" from_work_dir="peptides.txt" label="${tool.name} on ${on_string}: Peptide Report"> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
348 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and str(exporting_options['output_reports']) != 'None' and '6' in exporting_options['output_reports']</filter> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
349 </data> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
350 <data format="tabular" name="output_peptides_nonvalidated" from_work_dir="peptides_nonvalidated.txt" label="${tool.name} on ${on_string}: Peptide Report with non-validated matches"> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
351 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and str(exporting_options['output_reports']) != 'None' and '7' in exporting_options['output_reports']</filter> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
352 </data> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
353 <data format="tabular" name="output_proteins_phosphorylation" from_work_dir="proteins_phospho.txt" label="${tool.name} on ${on_string}: Protein Phosphorylation Report"> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
354 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and str(exporting_options['output_reports']) != 'None' and '8' in exporting_options['output_reports']</filter> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
355 </data> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
356 <data format="tabular" name="output_proteins" from_work_dir="proteins.txt" label="${tool.name} on ${on_string}: Protein Report"> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
357 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and str(exporting_options['output_reports']) != 'None' and '9' in exporting_options['output_reports']</filter> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
358 </data> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
359 <data format="tabular" name="output_proteins_nonvalidated" from_work_dir="proteins_nonvalidated.txt" label="${tool.name} on ${on_string}: Protein Repor with non-validated matches"> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
360 <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and str(exporting_options['output_reports']) != 'None' and '10' in exporting_options['output_reports']</filter> |
18 | 361 </data> |
362 </outputs> | |
363 <tests> | |
364 <test> | |
46
baeced706dbc
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 57426db0c017009ac7ab0498f8580efc453398c8
galaxyp
parents:
45
diff
changeset
|
365 <param name="searchgui_input" value="tiny_searchgui_modifications_result1.zip" ftype="searchgui_archive"/> |
18 | 366 <param name="processing_options_selector" value="no"/> |
367 <param name="filtering_options_selector" value="no"/> | |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
368 <param name="mzidentml_creation" value="0"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
369 <param name="zip_output_boolean" value="zip"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
370 <param name="export_cps" value="1"/> |
46
baeced706dbc
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 57426db0c017009ac7ab0498f8580efc453398c8
galaxyp
parents:
45
diff
changeset
|
371 <output name="output_zip" file="peptide_shaker_modifications_result1.zip" ftype="zip" compare="sim_size" delta="3000" /> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
372 </test> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
373 <test> |
46
baeced706dbc
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 57426db0c017009ac7ab0498f8580efc453398c8
galaxyp
parents:
45
diff
changeset
|
374 <param name="searchgui_input" value="tiny_searchgui_modifications_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
|
375 <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
|
376 <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
|
377 <param name="min_peptide_length" value="1"/> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
378 <param name="mzidentml_creation" value="0"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
379 <param name="zip_output_boolean" value="separate"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
380 <param name="output_reports" value="0,1,2,3,4,5,6,7,8,9,10,11"/> |
50
5814883aa217
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit f420e6a9af6569a7fe61702c7d273030a36e84dd
galaxyp
parents:
49
diff
changeset
|
381 <output name="output_certificate" file="peptide_shaker_modifications_result1.output_certificate" ftype="txt" lines_diff="8"/> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
382 <output name="output_hierarchical" file="peptide_shaker_modifications_result1.output_hierarchical" ftype="tabular"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
383 <output name="output_extended_psm" file="peptide_shaker_modifications_result1.output_extended_psm" ftype="tabular"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
384 <output name="output_psm" file="peptide_shaker_modifications_result1.output_psm" ftype="tabular"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
385 <output name="output_psm_phosphorylation" file="peptide_shaker_modifications_result1.output_psm_phosphorylation" ftype="tabular"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
386 <output name="output_psm_nonvalidated" file="peptide_shaker_modifications_result1.output_psm_nonvalidated" ftype="tabular"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
387 <output name="output_peptides" file="peptide_shaker_modifications_result1.output_peptides" ftype="tabular"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
388 <output name="output_peptides_phosphorylation" file="peptide_shaker_modifications_result1.output_peptides_phosphorylation" ftype="tabular"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
389 <output name="output_peptides_nonvalidated" file="peptide_shaker_modifications_result1.output_peptides_nonvalidated" ftype="tabular"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
390 <output name="output_proteins" file="peptide_shaker_modifications_result1.output_proteins" ftype="tabular"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
391 <output name="output_proteins_phosphorylation" file="peptide_shaker_modifications_result1.output_proteins_phosphorylation" ftype="tabular"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
392 <output name="output_proteins_nonvalidated" file="peptide_shaker_modifications_result1.output_proteins_nonvalidated" ftype="tabular"/> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
393 </test> |
44
f35bb9d0c93e
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 981be1bde91d6d565693cd691553f77465e653bb
galaxyp
parents:
38
diff
changeset
|
394 <test> |
46
baeced706dbc
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 57426db0c017009ac7ab0498f8580efc453398c8
galaxyp
parents:
45
diff
changeset
|
395 <param name="searchgui_input" value="tiny_searchgui_modifications_result1.zip" ftype="searchgui_archive"/> |
44
f35bb9d0c93e
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 981be1bde91d6d565693cd691553f77465e653bb
galaxyp
parents:
38
diff
changeset
|
396 <param name="processing_options_selector" value="no"/> |
f35bb9d0c93e
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 981be1bde91d6d565693cd691553f77465e653bb
galaxyp
parents:
38
diff
changeset
|
397 <param name="filtering_options_selector" value="no"/> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
398 <param name="mzidentml_creation" value="0"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
399 <param name="zip_output_boolean" value="separate"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
400 <param name="export_cps" value="1"/> |
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
401 <param name="output_reports" value="3"/> |
46
baeced706dbc
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 57426db0c017009ac7ab0498f8580efc453398c8
galaxyp
parents:
45
diff
changeset
|
402 <output name="output_cps" file="peptide_shaker_modifications_result1.cpsx" ftype="peptideshaker_archive" compare="sim_size" delta="3000"/> |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
403 <output name="output_psm" file="peptide_shaker_modifications_result1.output_psm" ftype="tabular"/> |
44
f35bb9d0c93e
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 981be1bde91d6d565693cd691553f77465e653bb
galaxyp
parents:
38
diff
changeset
|
404 </test> |
18 | 405 </tests> |
406 <help> | |
407 **What it does** | |
408 | |
49
58a3e6cb2598
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6e846f7195a9e939047ac975c6523e8cf99da6b4
galaxyp
parents:
46
diff
changeset
|
409 PeptideShaker is a search engine for interpretation of proteomics identification results from multiple search engines, currently supporting X!Tandem, MS-GF+, MS Amanda, OMSSA, MyriMatch, Comet, Tide, Mascot, Andromeda and mzIdentML. |
18 | 410 |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
411 http://compomics.github.io/projects/peptide-shaker.html |
18 | 412 |
413 ---- | |
414 | |
415 Reports | |
416 ======= | |
417 | |
418 | |
419 PSM Report | |
420 ---------- | |
421 | |
422 * 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
|
423 * 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
|
424 * Variable Modifications: The variable modifications |
18 | 425 * D-score: D-score for variable PTM localization |
426 * probabilistic PTM score: The probabilistic score (e.g. A-score or PhosphoRS) used for variable PTM localization. | |
427 * Localization Confidence: The confidence in variable PTM localization. | |
428 * Fixed Modifications: The fixed modifications. | |
429 * Spectrum File: The spectrum file. | |
430 * Spectrum Title: The title of the spectrum. | |
431 * Spectrum Scan Number: The spectrum scan number. | |
432 * RT: Retention time | |
433 * m/z: Measured m/z | |
434 * Measured Charge: The charge as given in the spectrum file. | |
435 * Identification Charge: The charge as inferred by the search engine. | |
436 * Theoretical Mass: The theoretical mass of the peptide. | |
437 * Isotope Number: The isotope number targetted by the instrument. | |
438 * Precursor m/z Error: The precursor m/z matching error. | |
439 * Score: Score of the retained peptide as a combination of the algorithm scores (used to rank PSMs). | |
440 * Confidence: Confidence in percent associated to the retained PSM. | |
441 * Decoy: Indicates whether the peptide is a decoy (1: yes, 0: no). | |
442 * Validation: Indicates the validation level of the protein group. | |
443 | |
444 | |
445 Protein Report | |
446 -------------- | |
447 | |
448 * Main Accession: Main accession of the protein group. | |
449 * Description: Description of the protein designed by the main accession. | |
450 * Gene Name: The gene names of the Ensembl gene ID associated to the main accession. | |
451 * Chromosome: The chromosome of the Ensembl gene ID associated to the main accession. | |
452 * PI: Protein Inference status of the protein group. | |
453 * Secondary Accessions: Other accessions in the protein group (alphabetical order). | |
454 * Protein Group: The complete protein group (alphabetical order). | |
455 * #Peptides: Total number of peptides. | |
456 * #Validated Peptides: Number of validated peptides. | |
457 * #Unique: Total number of peptides unique to this protein group. | |
458 * #PSMs: Number of PSMs | |
459 * #Validated PSMs: Number of validated PSMs | |
460 * Coverage (%): Sequence coverage in percent of the protein designed by the main accession. | |
461 * Possible Coverage (%): Possible sequence coverage in percent of the protein designed by the main accession according to the search settings. | |
462 * MW (kDa): Molecular Weight. | |
463 * Spectrum Counting NSAF: Normalized Spectrum Abundance Factor (NSAF) | |
464 * Spectrum Counting emPAI: exponentially modified Protein Abundance Index (emPAI) | |
465 * Confident Modification Sites: Number of Confident Modification Sites List of the sites where a variable modification was confidently localized. | |
466 * Other Modification Sites: Number of other Modification Sites List of the non*confident sites where a variable modification was localized. | |
467 * Score: Score of the protein group. | |
468 * Confidence: Confidence in percent associated to the protein group. | |
469 * Decoy: Indicates whether the protein group is a decoy (1: yes, 0: no). | |
470 * Validation: Indicates the validation level of the protein group. | |
471 | |
472 | |
473 Peptide Report | |
474 -------------- | |
475 | |
476 | |
477 * Protein(s): Protein(s) to which this peptide can be attached. | |
478 * AAs Before: The amino-acids before the sequence. | |
479 * Sequence: Sequence of the peptide. | |
480 * AAs After: The amino-acids after the sequence. | |
481 * Modified Sequence: The peptide sequence annotated with variable modifications. | |
482 * Variable Modifications: The variable modifications. | |
483 * Localization Confidence: The confidence in PTMs localization. | |
484 * Fixed Modifications: The fixed modifications. | |
485 * #Validated PSMs: Number of validated PSMs. | |
486 * #PSMs: Number of PSMs. | |
487 * Score: Score of the peptide. | |
488 * Confidence: Confidence in percent associated to the peptide. | |
489 * Decoy: Indicates whether the peptide is a decoy (1: yes, 0: no). | |
490 * Validation: Indicates the validation level of the protein group. | |
491 | |
492 | |
493 Hierachical Report | |
494 ------------------ | |
495 | |
496 * Main Accession: Main accession of the protein group. | |
497 * Description: Description of the protein designed by the main accession. | |
498 * PI: Protein Inference status of the protein group. | |
499 * Secondary Accessions: Other accessions in the protein group (alphabetical order). | |
500 * Protein Group: The complete protein group (alphabetical order). | |
501 * #Peptides: Total number of peptides. | |
502 * #Validated Peptides: Number of validated peptides. | |
503 * #Unique: Total number of peptides unique to this protein group. | |
504 * #PSMs: Number of PSMs | |
505 * #Validated PSMs: Number of validated PSMs | |
506 * Coverage (%): Sequence coverage in percent of the protein designed by the main accession. | |
507 * Possible Coverage (%): Possible sequence coverage in percent of the protein designed by the main accession according to the search settings. | |
508 * MW (kDa): Molecular Weight. | |
509 * Spectrum Counting NSAF: Normalized Spectrum Abundance Factor (NSAF) | |
510 * Spectrum Counting emPAI: exponentially modified Protein Abundance Index (emPAI) | |
511 * Confident Modification Sites: # Confident Modification Sites List of the sites where a variable modification was confidently localized. | |
512 * Other Modification Sites: # Other Modification Sites List of the non-confident sites where a variable modification was localized. | |
513 * Score: Score of the protein group. | |
514 * Confidence: Confidence in percent associated to the protein group. | |
515 * Decoy: Indicates whether the protein group is a decoy (1: yes, 0: no). | |
516 * Validation: Indicates the validation level of the protein group. | |
517 * Protein(s): Protein(s) to which this peptide can be attached. | |
518 * AAs Before: The amino-acids before the sequence. | |
519 * Sequence: Sequence of the peptide. | |
520 * AAs After: The amino-acids after the sequence. | |
521 * Variable Modifications: The variable modifications. | |
522 * Localization Confidence: The confidence in PTMs localization. | |
523 * Fixed Modifications: The fixed modifications. | |
524 * #Validated PSMs: Number of validated PSMs. | |
525 * #PSMs: Number of PSMs. | |
526 * Score: Score of the peptide. | |
527 * Confidence: Confidence in percent associated to the peptide. | |
528 * Decoy: Indicates whether the peptide is a decoy (1: yes, 0: no). | |
529 * Validation: Indicates the validation level of the protein group. | |
530 * Protein(s): Protein(s) to which the peptide can be attached. | |
531 * Sequence: Sequence of the peptide. | |
532 * Modified Sequence: The peptide sequence annotated with variable modifications. | |
533 * Variable Modifications: The variable modifications. | |
534 * D-score: D-score for variable PTM localization. | |
535 * probabilistic PTM score: The probabilistic score (e.g. A-score or PhosphoRS) used for variable PTM localization. | |
536 * Localization Confidence: The confidence in variable PTM localization. | |
537 * Fixed Modifications: The fixed modifications. | |
538 * Spectrum File: The spectrum file. | |
539 * Spectrum Title: The title of the spectrum. | |
540 * Spectrum Scan Number: The spectrum scan number. | |
541 * RT: Retention time | |
542 * m/z: Measured m/z | |
543 * Measured Charge: The charge as given in the spectrum file. | |
544 * Identification Charge: The charge as inferred by the search engine. | |
545 * Theoretical Mass: The theoretical mass of the peptide. | |
546 * Isotope Number: The isotope number targetted by the instrument. | |
547 * Precursor m/z Error: The precursor m/z matching error. | |
548 * Score: Score of the retained peptide as a combination of the algorithm scores (used to rank PSMs). | |
549 * Confidence: Confidence in percent associated to the retained PSM. | |
550 * Decoy: Indicates whether the peptide is a decoy (1: yes, 0: no). | |
551 * Validation: Indicates the validation level of the protein group. | |
552 | |
553 | |
554 ------ | |
555 | |
556 **Citation** | |
557 | |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
558 To cite the underlying tools (PeptideShaker and SearchGUI) please refer to the list of papers at http://compomics.github.io |
18 | 559 |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
560 If you use this tool in Galaxy, please cite Chilton J, Ira Cooke, Bjoern Gruening et al. |
18 | 561 </help> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
18
diff
changeset
|
562 <expand macro="citations" /> |
18 | 563 </tool> |