Mercurial > repos > galaxyp > peptideshaker
annotate searchgui.xml @ 33:bce45e9e6d70 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
author | galaxyp |
---|---|
date | Mon, 06 Feb 2017 21:53:07 -0500 |
parents | ff592231f118 |
children | 5a38c0d33704 |
rev | line source |
---|---|
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1 <tool id="search_gui" name="Search GUI" version="@SEARCHGUI_VERSION@.0"> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
2 <description> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
3 Perform protein identification using various search engines and prepare results for input to Peptide Shaker |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
4 </description> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
5 <macros> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
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:
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> |
24 | 9 <requirement type="package" version="@SEARCHGUI_VERSION@">searchgui</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:
diff
changeset
|
11 <expand macro="stdio" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
12 <command> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
13 <![CDATA[ |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
14 #from datetime import datetime |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
15 #set $exp_str = "Galaxy_Experiment_%s" % datetime.now().strftime("%Y%m%d%H%M%s") |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
16 #set $samp_str = "Sample_%s" % datetime.now().strftime("%Y%m%d%H%M%s") |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
17 #set $temp_stderr = "searchgui_stderr" |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
18 #set $bin_dir = "bin" |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
19 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
20 mkdir output; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
21 mkdir output_reports; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
22 cwd=`pwd`; |
23
913dbf2b83e0
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 464dc333f2e8d359265e1574b01386c4e7e9d840
iracooke
parents:
22
diff
changeset
|
23 export HOME=\$cwd; |
22
e3be595c0bf5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 5ca27ef280bee8b65fd3d0d2cd5ff280a2cebb3d
iracooke
parents:
21
diff
changeset
|
24 |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
25 ## echo the search engines to run |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
26 echo "$search_engines_options.engines"; |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
27 echo "DB: ${input_database.display_name} sequences: ${input_database.metadata.sequences}"; |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
28 |
24 | 29 ##Create a searchgui.properties file for the version, which will be added to the searchgui_results if not already present |
30 echo "searchgui.version=@SEARCHGUI_VERSION@" >> searchgui.properties; | |
31 | |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
32 #for $mgf in $peak_lists: |
31
f3f67aa3123b
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 9434ce2f6323d91e6b10eeabab531d5e13ef4a6f
galaxyp
parents:
30
diff
changeset
|
33 #set $input_name = $mgf.display_name.split('/')[-1].replace(".mgf", "") + ".mgf" |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
34 ln -s -f '${mgf}' '${input_name}'; |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
35 #set $encoded_id = $__app__.security.encode_id($mgf.id) |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
36 echo "Spectrums:${mgf.display_name}(API:${encoded_id}) "; |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
37 #end for |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
38 ##ln -s "${input_database}" input_database.fasta; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
39 cp "${input_database}" input_database.fasta; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
40 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
41 ########################################### |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
42 #### Creating decoy database #### |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
43 ########################################### |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
44 #if $protein_database_options.create_decoy: |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
45 echo "Creating decoy database."; |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
46 searchgui eu.isas.searchgui.cmd.FastaCLI --exec_dir="\$cwd/${bin_dir}" -in input_database.fasta -decoy && |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
47 rm input_database.fasta && |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
48 cp input_database_concatenated_target_decoy.fasta input_database.fasta && |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
49 ## ln -sf input_database_concatenated_target_decoy.fasta input_database.fasta; |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
50 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
51 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
52 ##################################################### |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
53 ## generate IdentificationParameters for SearchGUI ## |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
54 ##################################################### |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
55 (searchgui eu.isas.searchgui.cmd.IdentificationParametersCLI |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
56 --exec_dir="\$cwd/${bin_dir}" |
24 | 57 -out SEARCHGUI_IdentificationParameters.par |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
58 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
59 @GENERAL_PARAMETERS@ |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
60 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
61 -db input_database.fasta |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
62 #if $protein_database_options.use_gene_mapping: |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
63 $protein_database_options.use_gene_mapping |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
64 $protein_database_options.update_gene_mapping |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
65 #end if |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
66 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
67 #if $advanced_options.xtandem.xtandem_advanced == "yes" |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
68 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
69 -xtandem_npeaks ${advanced_options.xtandem.xtandem_npeaks} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
70 -xtandem_min_peaks ${advanced_options.xtandem.xtandem_min_peaks} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
71 -xtandem_min_frag_mz ${advanced_options.xtandem.xtandem_min_frag_mz} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
72 -xtandem_min_prec_mass ${advanced_options.xtandem.xtandem_min_prec_mass} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
73 -xtandem_noise_suppr ${advanced_options.xtandem.xtandem_noise_suppr} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
74 -xtandem_dynamic_range ${advanced_options.xtandem.xtandem_dynamic_range} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
75 -xtandem_quick_acetyl ${advanced_options.xtandem.xtandem_quick_acetyl} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
76 -xtandem_quick_pyro ${advanced_options.xtandem.xtandem_quick_pyro} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
77 -xtandem_stp_bias ${advanced_options.xtandem.xtandem_stp_bias} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
78 -xtandem_evalue ${advanced_options.xtandem.xtandem_evalue} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
79 -xtandem_output_proteins ${advanced_options.xtandem.xtandem_output_proteins} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
80 -xtandem_output_sequences ${advanced_options.xtandem.xtandem_output_sequences} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
81 -xtandem_output_spectra ${advanced_options.xtandem.xtandem_output_spectra} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
82 ## -xtandem_skyline_path ${advanced_options.xtandem.xtandem_skyline_path} |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
83 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
84 #if $advanced_options.xtandem.xtandem_refine.xtandem_refine_selector == "yes" |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
85 -xtandem_refine 1 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
86 -xtandem_refine_unc ${advanced_options.xtandem.xtandem_refine.xtandem_refine_unc} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
87 -xtandem_refine_semi ${advanced_options.xtandem.xtandem_refine.xtandem_refine_semi} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
88 -xtandem_refine_p_mut ${advanced_options.xtandem.xtandem_refine.xtandem_refine_p_mut} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
89 -xtandem_refine_snaps ${advanced_options.xtandem.xtandem_refine.xtandem_refine_snaps} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
90 -xtandem_refine_spec_synt ${advanced_options.xtandem.xtandem_refine.xtandem_refine_spec_synt} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
91 -xtandem_refine_pot ${advanced_options.xtandem.xtandem_refine.xtandem_refine_pot} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
92 -xtandem_refine_pot ${advanced_options.xtandem.xtandem_refine.xtandem_refine_evalue} |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
93 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
94 #end if |
26
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
24
diff
changeset
|
95 #else |
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
24
diff
changeset
|
96 -xtandem_output_spectra 1 |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
97 #end if |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
98 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
99 #if $advanced_options.omssa.omssa_advanced == "yes" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
100 -omssa_hitlist_length ${advanced_options.omssa.hitlist_length} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
101 -omssa_remove_prec ${advanced_options.omssa.remove_precursor} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
102 -omssa_scale_prec ${advanced_options.omssa.scale_precursor} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
103 -omssa_estimate_charge ${advanced_options.omssa.estimate_charge} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
104 -omssa_memory ${advanced_options.omssa.omssa_memory} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
105 -omssa_neutron ${advanced_options.omssa.omssa_neutron} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
106 -omssa_low_intensity "${advanced_options.omssa.omssa_low_intensity}" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
107 -omssa_high_intensity ${advanced_options.omssa.omssa_high_intensity} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
108 -omssa_intensity_incr ${advanced_options.omssa.omssa_intensity_incr} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
109 -omssa_single_window_wd ${advanced_options.omssa.omssa_single_window_wd} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
110 -omssa_double_window_wd ${advanced_options.omssa.omssa_double_window_wd} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
111 -omssa_single_window_pk ${advanced_options.omssa.omssa_single_window_pk} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
112 -omssa_double_window_pk ${advanced_options.omssa.omssa_double_window_pk} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
113 -omssa_min_ann_int_pks ${advanced_options.omssa.omssa_min_ann_int_pks} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
114 -omssa_min_annotated_peaks ${advanced_options.omssa.omssa_min_annotated_peaks} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
115 -omssa_min_peaks ${advanced_options.omssa.omssa_min_peaks} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
116 -omssa_methionine ${advanced_options.omssa.omssa_methionine} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
117 -omssa_max_ladders ${advanced_options.omssa.omssa_max_ladders} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
118 -omssa_max_frag_charge ${advanced_options.omssa.omssa_max_frag_charge} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
119 -omssa_fraction ${advanced_options.omssa.omssa_fraction} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
120 -omssa_plus_one ${advanced_options.omssa.omssa_plus_one} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
121 -omssa_charge ${advanced_options.omssa.omssa_charge} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
122 -omssa_prec_per_spectrum ${advanced_options.omssa.omssa_prec_per_spectrum} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
123 -omssa_forward ${advanced_options.omssa.omssa_forward} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
124 -omssa_rewind ${advanced_options.omssa.omssa_rewind} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
125 -omssa_max_frag_series ${advanced_options.omssa.omssa_max_frag_series} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
126 -omssa_corr ${advanced_options.omssa.omssa_corr} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
127 -omssa_consecutive_p ${advanced_options.omssa.omssa_consecutive_p} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
128 -omssa_it_sequence_evalue ${advanced_options.omssa.omssa_it_sequence_evalue} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
129 -omssa_it_spectrum_evalue ${advanced_options.omssa.omssa_it_spectrum_evalue} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
130 -omssa_it_replace_evalue ${advanced_options.omssa.omssa_it_replace_evalue} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
131 -omssa_max_evalue ${advanced_options.omssa.omssa_max_evalue} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
132 -omssa_hitlist_charge ${advanced_options.omssa.omssa_hitlist_charge} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
133 -omssa_min_pep_length ${advanced_options.omssa.omssa_min_pep_length} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
134 -omssa_max_pep_length ${advanced_options.omssa.omssa_max_pep_length} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
135 -omssa_format ${advanced_options.omssa.omssa_format} |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
136 #end if |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
137 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
138 #if $advanced_options.msgf.msgf_advanced == "yes" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
139 -msgf_decoy ${advanced_options.msgf.msgf_decoy} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
140 -msgf_min_pep_length ${advanced_options.msgf.msgf_min_pep_length} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
141 -msgf_max_pep_length ${advanced_options.msgf.msgf_max_pep_length} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
142 -msgf_termini ${advanced_options.msgf.msgf_termini} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
143 -msgf_num_ptms ${advanced_options.msgf.msgf_num_ptms} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
144 -msgf_instrument ${advanced_options.msgf.msgf_instrument} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
145 -msgf_fragmentation ${advanced_options.msgf.msgf_fragmentation} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
146 -msgf_protocol ${advanced_options.msgf.msgf_protocol} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
147 -msgf_num_matches ${advanced_options.msgf.msgf_num_matches} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
148 -msgf_additional ${advanced_options.msgf.msgf_additional} |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
149 #end if |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
150 |
26
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
24
diff
changeset
|
151 #* Not working in tests |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
152 #if $advanced_options.ms_amanda.ms_amanda_advanced == "yes" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
153 -ms_amanda_decoy ${advanced_options.ms_amanda.ms_amanda_decoy} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
154 -ms_amanda_max_evalue ${advanced_options.ms_amanda.ms_amanda_max_evalue} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
155 -ms_amanda_instrument ${advanced_options.ms_amanda.ms_amanda_instrument} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
156 -ms_amanda_max_rank ${advanced_options.ms_amanda.ms_amanda_max_rank} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
157 -ms_amanda_mono ${advanced_options.ms_amanda.ms_amanda_mono} |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
158 #end if |
26
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
24
diff
changeset
|
159 *# |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
160 |
26
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
24
diff
changeset
|
161 #* Not working in tests |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
162 #if $advanced_options.myrimatch.myrimatch_advanced == "yes" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
163 -myrimatch_min_pep_length ${advanced_options.myrimatch.myrimatch_min_pep_length} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
164 -myrimatch_max_pep_length ${advanced_options.myrimatch.myrimatch_max_pep_length} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
165 -myrimatch_min_prec_mass ${advanced_options.myrimatch.myrimatch_min_prec_mass} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
166 -myrimatch_max_prec_mass ${advanced_options.myrimatch.myrimatch_max_prec_mass} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
167 -myrimatch_num_matches ${advanced_options.myrimatch.myrimatch_num_matches} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
168 -myrimatch_num_ptms ${advanced_options.myrimatch.myrimatch_num_ptms} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
169 -myrimatch_fragmentation ${advanced_options.myrimatch.myrimatch_fragmentation} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
170 -myrimatch_termini ${advanced_options.myrimatch.myrimatch_termini} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
171 -myrimatch_plus_three ${advanced_options.myrimatch.myrimatch_plus_three} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
172 -myrimatch_xcorr ${advanced_options.myrimatch.myrimatch_xcorr} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
173 -myrimatch_tic_cutoff ${advanced_options.myrimatch.myrimatch_tic_cutoff} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
174 -myrimatch_intensity_classes ${advanced_options.myrimatch.myrimatch_intensity_classes} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
175 -myrimatch_class_multiplier ${advanced_options.myrimatch.myrimatch_class_multiplier} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
176 -myrimatch_num_batches ${advanced_options.myrimatch.myrimatch_num_batches} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
177 -myrimatch_max_peak ${advanced_options.myrimatch.myrimatch_max_peak} |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
178 #end if |
26
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
24
diff
changeset
|
179 *# |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
180 |
26
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
24
diff
changeset
|
181 #* Not working in tests |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
182 #if $advanced_options.andromeda.andromeda_advanced == "yes" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
183 -andromeda_max_pep_mass ${advanced_options.andromeda.andromeda_max_pep_mass} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
184 -andromeda_max_comb ${advanced_options.andromeda.andromeda_max_comb} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
185 -andromeda_top_peaks ${advanced_options.andromeda.andromeda_top_peaks} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
186 -andromeda_top_peaks_window ${advanced_options.andromeda.andromeda_top_peaks_window} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
187 -andromeda_incl_water ${advanced_options.andromeda.andromeda_incl_water} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
188 -andromeda_incl_ammonia ${advanced_options.andromeda.andromeda_incl_ammonia} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
189 -andromeda_neutral_losses ${advanced_options.andromeda.andromeda_neutral_losses} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
190 -andromeda_fragment_all ${advanced_options.andromeda.andromeda_fragment_all} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
191 -andromeda_emp_correction ${advanced_options.andromeda.andromeda_emp_correction} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
192 -andromeda_higher_charge ${advanced_options.andromeda.andromeda_higher_charge} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
193 -andromeda_equal_il ${advanced_options.andromeda.andromeda_equal_il} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
194 -andromeda_frag_method ${advanced_options.andromeda.andromeda_frag_method} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
195 -andromeda_max_mods ${advanced_options.andromeda.andromeda_max_mods} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
196 -andromeda_min_pep_length ${advanced_options.andromeda.andromeda_min_pep_length} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
197 -andromeda_max_pep_length ${advanced_options.andromeda.andromeda_max_pep_length} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
198 -andromeda_max_psms ${advanced_options.andromeda.andromeda_max_psms} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
199 -andromeda_decoy_mode ${advanced_options.andromeda.andromeda_decoy_mode} |
24 | 200 #end if |
201 *# | |
26
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
24
diff
changeset
|
202 |
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
24
diff
changeset
|
203 #* Not working in tests |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
204 #if $advanced_options.tide.tide_advanced == "yes" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
205 -tide_num_ptms ${advanced_options.tide.tide_num_ptms} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
206 -tide_num_ptms_per_type ${advanced_options.tide.tide_num_ptms_per_type} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
207 -tide_min_pep_length ${advanced_options.tide.tide_min_pep_length} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
208 -tide_max_pep_length ${advanced_options.tide.tide_max_pep_length} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
209 -tide_min_prec_mass ${advanced_options.tide.tide_min_prec_mass} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
210 -tide_max_prec_mass ${advanced_options.tide.tide_max_prec_mass} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
211 -tide_decoy_format ${advanced_options.tide.tide_decoy_format} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
212 -tide_keep_terminals ${advanced_options.tide.tide_keep_terminals} |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
213 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
214 -tide_output_folder ${advanced_options.tide.tide_output_folder} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
215 -tide_print_peptides ${advanced_options.tide.tide_print_peptides} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
216 -tide_verbosity ${advanced_options.tide.tide_verbosity} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
217 -tide_monoisotopic ${advanced_options.tide.tide_monoisotopic} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
218 -tide_clip_n_term ${advanced_options.tide.tide_clip_n_term} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
219 -tide_digestion_type ${advanced_options.tide.tide_digestion_type} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
220 -tide_compute_sp ${advanced_options.tide.tide_compute_sp} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
221 -tide_max_psms ${advanced_options.tide.tide_max_psms} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
222 -tide_compute_p ${advanced_options.tide.tide_compute_p} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
223 -tide_min_spectrum_mz ${advanced_options.tide.tide_min_spectrum_mz} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
224 -tide_max_spectrum_mz ${advanced_options.tide.tide_max_spectrum_mz} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
225 -tide_min_spectrum_peaks ${advanced_options.tide.tide_min_spectrum_peaks} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
226 -tide_spectrum_charges ${advanced_options.tide.tide_spectrum_charges} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
227 -tide_remove_prec ${advanced_options.tide.tide_remove_prec} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
228 -tide_remove_prec_tol ${advanced_options.tide.tide_remove_prec_tol} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
229 -tide_progress_indicator ${advanced_options.tide.tide_progress_indicator} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
230 -tide_use_flanking ${advanced_options.tide.tide_use_flanking} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
231 -tide_use_neutral_losses ${advanced_options.tide.tide_use_neutral_losses} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
232 -tide_mz_bin_width ${advanced_options.tide.tide_mz_bin_width} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
233 -tide_mz_bin_offset ${advanced_options.tide.tide_mz_bin_offset} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
234 -tide_concat ${advanced_options.tide.tide_concat} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
235 -tide_export_text ${advanced_options.tide.tide_export_text} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
236 -tide_export_sqt ${advanced_options.tide.tide_export_sqt} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
237 -tide_export_pepxml ${advanced_options.tide.tide_export_pepxml} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
238 -tide_export_mzid ${advanced_options.tide.tide_export_mzid} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
239 -tide_export_pin ${advanced_options.tide.tide_export_pin} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
240 -tide_remove_temp ${advanced_options.tide.tide_remove_temp} |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
241 #end if |
26
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
24
diff
changeset
|
242 *# |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
243 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
244 #if $advanced_options.comet.comet_advanced == "yes" |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
245 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
246 #if $advanced_options.comet.comet_spectrum.comet_spectrum_selector == "yes" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
247 -comet_min_peaks ${advanced_options.comet.comet_spectrum.comet_min_peaks} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
248 -comet_min_peak_int ${advanced_options.comet.comet_spectrum.comet_min_peak_int} |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
249 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
250 -comet_remove_prec ${advanced_options.comet.comet_spectrum.comet_prec.comet_remove_prec} |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
251 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
252 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
253 #if $advanced_options.comet.comet_spectrum.comet_prec.comet_remove_prec == "1" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
254 -comet_remove_prec_tol ${advanced_options.comet.comet_spectrum.comet_prec.comet_remove_prec_tol} |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
255 #end if |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
256 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
257 #if $advanced_options.comet.comet_spectrum.comet_prec.comet_remove_prec == "2" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
258 -comet_remove_prec_tol ${advanced_options.comet.comet_spectrum.comet_prec.comet_remove_prec_tol} |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
259 #end if |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
260 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
261 -comet_clear_mz_range_lower ${advanced_options.comet.comet_spectrum.comet_clear_mz_range_lower} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
262 -comet_clear_mz_range_upper ${advanced_options.comet.comet_spectrum.comet_clear_mz_range_upper} |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
263 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
264 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
265 #if $advanced_options.comet.comet_search.comet_search_selector == "yes" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
266 -comet_enzyme_type ${advanced_options.comet.comet_search.comet_enzyme_type} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
267 -comet_isotope_correction ${advanced_options.comet.comet_search.comet_isotope_correction} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
268 -comet_min_prec_mass ${advanced_options.comet.comet_search.comet_min_prec_mass} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
269 -comet_max_prec_mass ${advanced_options.comet.comet_search.comet_max_prec_mass} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
270 -comet_num_matches ${advanced_options.comet.comet_search.comet_num_matches} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
271 -comet_max_frag_charge ${advanced_options.comet.comet_search.comet_max_frag_charge} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
272 -comet_remove_meth ${advanced_options.comet.comet_search.comet_remove_meth} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
273 -comet_batch_size ${advanced_options.comet.comet_search.comet_batch_size} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
274 -comet_num_ptms ${advanced_options.comet.comet_search.comet_num_ptms} |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
275 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
276 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
277 #if $advanced_options.comet.comet_fragment_ions.comet_fragment_ions_selector == "yes" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
278 -comet_frag_bin_offset ${advanced_options.comet.comet_fragment_ions.comet_frag_bin_offset} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
279 -comet_sparse_matrix ${advanced_options.comet.comet_fragment_ions.comet_sparse_matrix} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
280 -comet_theoretical_fragment_ions ${advanced_options.comet.comet_fragment_ions.comet_theoretical_fragment_ions} |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
281 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
282 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
283 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
284 #if $advanced_options.directtag.directtag_advanced == "yes" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
285 -directag_tic_cutoff ${advanced_options.directtag.directag_tic_cutoff} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
286 -directag_max_peak_count ${advanced_options.directtag.directag_max_peak_count} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
287 -directag_intensity_classes ${advanced_options.directtag.directag_intensity_classes} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
288 -directag_adjust_precursor ${advanced_options.directtag.directag_adjust_precursor} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
289 -directag_min_adjustment ${advanced_options.directtag.directag_min_adjustment} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
290 -directag_max_adjustment ${advanced_options.directtag.directag_max_adjustment} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
291 -directag_adjustment_step ${advanced_options.directtag.directag_adjustment_step} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
292 -directag_charge_states ${advanced_options.directtag.directag_charge_states} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
293 #if str($advanced_options.directtag.directag_output_suffix).strip() != '': |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
294 -directag_output_suffix ${advanced_options.directtag.directag_output_suffix} |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
295 #end if |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
296 -directag_ms_charge_state ${advanced_options.directtag.directag_ms_charge_state} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
297 -directag_duplicate_spectra ${advanced_options.directtag.directag_duplicate_spectra} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
298 -directag_deisotoping ${advanced_options.directtag.directag_deisotoping} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
299 -directag_isotope_tolerance ${advanced_options.directtag.directag_isotope_tolerance} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
300 -directag_complement_tolerance ${advanced_options.directtag.directag_complement_tolerance} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
301 -directag_tag_length ${advanced_options.directtag.directag_tag_length} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
302 -directag_max_var_mods ${advanced_options.directtag.directag_max_var_mods} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
303 -directag_max_tag_count ${advanced_options.directtag.directag_max_tag_count} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
304 -directag_intensity_weight ${advanced_options.directtag.directag_intensity_weight} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
305 -directag_fidelity_weight ${advanced_options.directtag.directag_fidelity_weight} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
306 -directag_complement_weight ${advanced_options.directtag.directag_complement_weight} |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
307 #end if |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
308 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
309 #if $advanced_options.novor.novor_advanced == "yes" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
310 -novor_fragmentation ${advanced_options.novor.novor_fragmentation} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
311 -novor_mass_analyzer ${advanced_options.novor.novor_mass_analyzer} |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
312 #end if |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
313 |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
314 2> $temp_stderr) |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
315 && |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
316 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
317 ################ |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
318 ## Search CLI ## |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
319 ################ |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
320 (searchgui -Djava.awt.headless=true eu.isas.searchgui.cmd.SearchCLI |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
321 --exec_dir="\$cwd/${bin_dir}" |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
322 -temp_folder `pwd` |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
323 -spectrum_files \$cwd |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
324 -output_folder \$cwd/output |
24 | 325 -id_params SEARCHGUI_IdentificationParameters.par |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
326 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
327 -threads "\${GALAXY_SLOTS:-12}" |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
328 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
329 #if $advanced_options.searchgui_advanced.searchgui_advanced_selector == 'advanced' |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
330 -correct_titles "${advanced_options.searchgui_advanced.correct_titles}" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
331 $advanced_options.searchgui_advanced.missing_titles |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
332 -mgf_splitting "${advanced_options.searchgui_advanced.mgf_splitting}" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
333 -mgf_spectrum_count "${advanced_options.searchgui_advanced.mgf_spectrum_count}" |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
334 #end if |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
335 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
336 ## Turn of the protein tree generation as it can produce errors if the search is finished before the tree is created |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
337 ## the tree is generated afterwards in PeptideShaker |
26
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
24
diff
changeset
|
338 ## -protein_index 0 |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
339 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
340 ##-makeblastdb_folder \$BLAST_ROOT_DIR |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
341 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
342 #set $engines_list = str($search_engines_options.engines).split(',') |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
343 #if 'X!Tandem' in $engines_list: |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
344 -xtandem 1 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
345 #else |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
346 -xtandem 0 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
347 #end if |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
348 |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
349 #if 'MyriMatch' in $engines_list: |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
350 -myrimatch 1 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
351 #else |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
352 -myrimatch 0 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
353 #end if |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
354 |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
355 #if 'MSGF' in $engines_list: |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
356 -msgf 1 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
357 #else |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
358 -msgf 0 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
359 #end if |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
360 |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
361 #if 'OMSSA' in $engines_list: |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
362 -omssa 1 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
363 #else |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
364 -omssa 0 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
365 #end if |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
366 |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
367 #if 'Comet' in $engines_list: |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
368 -comet 1 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
369 #else |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
370 -comet 0 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
371 #end if |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
372 |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
373 #if 'Tide' in $engines_list: |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
374 -tide 1 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
375 #else |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
376 -tide 0 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
377 #end if |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
378 |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
379 #if 'MS_Amanda' in $engines_list: |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
380 -ms_amanda 1 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
381 #else |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
382 -ms_amanda 0 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
383 #end if |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
384 |
24 | 385 #if 'Andromeda' in $engines_list: |
386 -andromeda 1 | |
387 #else | |
388 -andromeda 0 | |
389 #end if | |
390 | |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
391 #if 'Novor' in $engines_list: |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
392 -novor 1 |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
393 #else |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
394 -novor 0 |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
395 #end if |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
396 |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
397 #if 'DirecTag' in $engines_list: |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
398 -directag 1 |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
399 #else |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
400 -directag 0 |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
401 #end if |
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
402 |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
403 ## single zip file |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
404 -output_option 0 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
405 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
406 ## mgf and database in output |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
407 -output_data 1 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
408 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
409 2>> $temp_stderr) |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
410 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
411 && |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
412 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
413 (mv output/searchgui_out.zip searchgui_out.zip 2>> $temp_stderr) |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
414 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
415 && |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
416 |
26
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
24
diff
changeset
|
417 (zip -u searchgui_out.zip searchgui.properties 2>> $temp_stderr); |
24 | 418 |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
419 exit_code_for_galaxy=\$?; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
420 cat $temp_stderr 2>&1; |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
421 (exit \$exit_code_for_galaxy) |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
422 ]]> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
423 </command> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
424 <inputs> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
425 |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
426 <param format="fasta" name="input_database" type="data" label="Protein Database" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
427 help="Select FASTA database from history"/> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
428 <section name="protein_database_options" expanded="false" title="Protein Database Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
429 <param name="create_decoy" type="boolean" truevalue="True" falsevalue="False" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
430 label="Create a concatenated target/decoy database before running PeptideShaker" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
431 help="Selecting this option will help PeptideShaker calculate FDR values" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
432 <param name="use_gene_mapping" type="boolean" truevalue="-useGeneMapping 1" falsevalue="-useGeneMapping 0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
433 label="gene mappings will be used and saved along with the project (UniProt databases only)" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
434 help="This should only be enabled for UniProt databaases" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
435 <param name="update_gene_mapping" type="boolean" truevalue="-updateGeneMapping 1" falsevalue="-updateGeneMapping 0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
436 label="Update gene mappings automatically from Ensembl (UniProt databases only)" |
26
3ef5a7dd1a36
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 6dcfe37e286523588aa2738599af8d3273290f28-dirty
galaxyp
parents:
24
diff
changeset
|
437 help="This should only be enabled for UniProt databaases" /> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
438 </section> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
439 <param name="peak_lists" format="mgf" type="data" multiple="true" label="Input Peak Lists (mgf)" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
440 help="Select appropriate MGF dataset(s) from history" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
441 |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
442 <!-- Search Engine Selection --> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
443 <section name="search_engines_options" expanded="false" title="Search Engine Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
444 <param name="engines" type="select" display="checkboxes" multiple="True" label="DB-Search Engines"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
445 <help>Comet and Tide shouldn't both be selected since they use a similar algoritm.</help> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
446 <option value="X!Tandem" selected="True">X!Tandem</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
447 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
448 <option value="MSGF" selected="True">MS-GF+</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
449 <option value="OMSSA" selected="True">OMSSA</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
450 <option value="Comet">Comet</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
451 <!-- Not working in tests |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
452 --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
453 <option value="Tide">Tide</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
454 <!-- Not working in tests |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
455 --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
456 <option value="MyriMatch">MyriMatch</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
457 <option value="MS_Amanda">MS_Amanda</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
458 <!-- Windows only |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
459 <option value="Andromeda">Andromeda</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
460 --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
461 <!-- New with version 3.0 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
462 --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
463 <!--working in tests |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
464 --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
465 <option value="DirecTag">DirecTag</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
466 <option value="Novor">Novor (Select for non-commercial use only)</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
467 <validator type="no_options" message="Please select at least one output file" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
468 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
469 </section> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
470 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
471 |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
472 <!-- General Parameters --> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
473 <expand macro="general_options"/> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
474 |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
475 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
476 <section name="advanced_options" expanded="false" title="Andvanced Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
477 <!-- Optional Advanced SearchGUI Parameters --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
478 <conditional name="searchgui_advanced"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
479 <param name="searchgui_advanced_selector" type="select" label="SearchGUI Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
480 <option value="basic" selected="True">Default</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
481 <option value="advanced">Advanced</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
482 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
483 <when value="basic" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
484 <when value="advanced"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
485 <param name="correct_titles" type="select" label="How should PeptideShaker deal with duplicate spectra?" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
486 help="Unless you suspect some input files to be genuine duplicates then rename spectra is the safest option"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
487 <option value="0">no correction</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
488 <option value="1" selected="True">rename spectra</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
489 <option value="2">delete spectra</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
490 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
491 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
492 <param name="missing_titles" type="boolean" checked="false" truevalue="-missing_titles 1" falsevalue="-missing_titles 0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
493 label="Add missing spectrum titles" help="(-missing_titles)"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
494 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
495 <param name="mgf_splitting" type="integer" value="1000" label="The maximum mgf file size in MB before splitting the mgf" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
496 help="Choose a smaller value if you are running on a machine with limited memory"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
497 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
498 <param name="mgf_spectrum_count" type="integer" value="25000" label="The maximum number of spectra per mgf file when splitting" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
499 help="Choose a smaller value if you are running on a machine with limited memory"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
500 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
501 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
502 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
503 <!-- X!TANDEM ADVANCED PARAMETERS --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
504 <conditional name="xtandem"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
505 <param name="xtandem_advanced" type="select" label="X!Tandem Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
506 <option value="yes">Advanced</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
507 <option value="no" selected="True">Default</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
508 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
509 <when value="no" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
510 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
511 <param name="xtandem_npeaks" type="integer" value="50" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
512 label="X!Tandem: Total Peaks" help="Maximum number of peaks to be used from a spectrum"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
513 <param name="xtandem_min_peaks" type="integer" value="15" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
514 label="X!Tandem: Min Peaks" help="Minimum number of peaks required for a spectrum to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
515 <param name="xtandem_min_frag_mz" type="integer" value="200" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
516 label="X!Tandem: Min Frag m/z" help="Fragment mass peaks with m/z less than this value will be discarded"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
517 <param name="xtandem_min_prec_mass" type="integer" value="200" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
518 label="X!Tandem: Min Precursor Mass" help="Minimum mass of 1+ mass of parent ion to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
519 <param name="xtandem_noise_suppr" type="boolean" checked="true" truevalue="1" falsevalue="0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
520 label="X!Tandem: Noise Suppression" help="Use noise suppression"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
521 <param name="xtandem_dynamic_range" help="Sets the dynamic range for scoring spectra" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
522 label="X!Tandem: Dynamic Range" value="100" type="integer" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
523 <param name="xtandem_quick_acetyl" help="Protein N-terminal modification detection" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
524 label="X!Tandem: Quick Acetyl" type="boolean" truevalue="1" falsevalue="0" checked="true" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
525 <param name="xtandem_quick_pyro" help="Peptide N-terminus cyclization detection" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
526 label="X!Tandem: Quick Pyrolidone" type="boolean" truevalue="1" falsevalue="0" checked="true" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
527 <param name="xtandem_stp_bias" help="Interpretation of peptide phosphorylation models" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
528 label="X!Tandem: Protein stP Bias" type="boolean" truevalue="1" falsevalue="0" checked="false" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
529 <param name="xtandem_evalue" help="Highest value for recorded peptides" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
530 label="X!Tandem: Maximum Valid Expectation Value" type="float" value="0.01" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
531 <param name="xtandem_output_proteins" help="Controls output of protein sequences" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
532 label="X!Tandem: Output Proteins" type="boolean" truevalue="1" falsevalue="0" checked="false" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
533 <param name="xtandem_output_sequences" help="Controls output of sequence information" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
534 label="X!Tandem: Output Sequences" type="boolean" truevalue="1" falsevalue="0" checked="false" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
535 <param name="xtandem_output_spectra" help="Controls output of spectrum information" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
536 label="X!Tandem: Output Spectra" type="boolean" truevalue="1" falsevalue="0" checked="true" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
537 <!-- <param name="xtandem_skyline_path" label="X!Tandem 'spectrum, skyline path'" type="text" help="Path to a spectrum data file for use by skyline." --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
538 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
539 <conditional name="xtandem_refine"><!-- -xtandem_refine --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
540 <param name="xtandem_refine_selector" type="select" label="X!Tandem peptide model refinement"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
541 <option value="no" selected="True">Don't refine</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
542 <option value="yes" >Use refinement</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
543 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
544 <when value="no"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
545 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
546 <param name="xtandem_refine_unc" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
547 label="X!Tandem: Unanticipated cleavage, refinement" help="Allow for unanticipated cleavage during refinement"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
548 <param name="xtandem_refine_semi" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
549 label="X!Tandem: Cleavage semi, refinement" help="Search for semi-tryptic peptides during refinement"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
550 <param name="xtandem_refine_p_mut" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
551 label="X!Tandem: Point mutations, refinement" help="Allow for point mutations during refinement"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
552 <param name="xtandem_refine_snaps" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
553 label="X!Tandem: snAPs, refinement" help="Search for known single amino acid polymorphisms during refinement"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
554 <param name="xtandem_refine_spec_synt" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
555 label="X!Tandem: Spectrum synthesis, refinement" help="Use spectrum synthesis scoring"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
556 <param name="xtandem_refine_pot" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
557 label="X!Tandem: Use potential modifications, refinement" help="Controls the use of refinement modifications in all refinement modules."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
558 <param name="xtandem_refine_evalue" help="Highest value for recorded peptides during refinement" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
559 label="X!Tandem: Maximum Valid Expectation Value, refinement" type="float" value="0.01" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
560 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
561 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
562 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
563 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
564 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
565 <!-- OMSSA ADVANCED PARAMETERS --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
566 <conditional name="omssa"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
567 <param name="omssa_advanced" type="select" label="OMSSA Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
568 <option value="yes">Advanced</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
569 <option value="no" selected="True">Default</option> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
570 </param> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
571 <when value="no" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
572 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
573 <param name="hitlist_length" label="OMSSA: Hit List Length" type="integer" value="25" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
574 <param name="remove_precursor" label="OMSSA: Remove Precurosr" type="boolean" truevalue="1" falsevalue="0" checked="true"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
575 <param name="scale_precursor" label="OMSSA: Scale Precursor Mass" type="boolean" truevalue="1" falsevalue="0" checked="false"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
576 <param name="estimate_charge" label="OMSSA: Estimate Charge" type="boolean" truevalue="1" falsevalue="0" checked="true" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
577 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
578 <param name="omssa_memory" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
579 label="OMSSA: Map Sequences in Memory" help="Use memory mapped sequence libraries" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
580 <param name="omssa_neutron" type="float" value="1446.94" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
581 label="OMSSA: Neutron Mass" help="Mass after which OMSSA should consider neutron exact mass" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
582 <param name="omssa_low_intensity" type="float" value="0.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
583 label="OMSSA: Low Intensity Cutoff" help="Low intensity cutoff as a fraction of max peak" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
584 <param name="omssa_high_intensity" type="float" value="0.2" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
585 label="OMSSA: High Intensity Cutoff" help="High intensity cutoff as a fraction of max peak" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
586 <param name="omssa_intensity_incr" type="float" value="0.0005" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
587 label="OMSSA: Intensity Increment" help="Intensity increment" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
588 <param name="omssa_single_window_wd" type="integer" value="27" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
589 label="OMSSA: Single Charge Window Width" help="Single charge window width in Da (integer)" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
590 <param name="omssa_double_window_wd" type="integer" value="14" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
591 label="OMSSA: Double Charge Window Width" help="OMSSA double charge window width in Da (integer)" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
592 <param name="omssa_single_window_pk" type="integer" value="2" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
593 label="OMSSA: Single Charge Window Peaks" help="Minimum number of peaks in single charge window (integer)" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
594 <param name="omssa_double_window_pk" type="integer" value="2" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
595 label="OMSSA: Double Charge Window Peaks" help="Minimum number of peaks in double charge window (integer)" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
596 <param name="omssa_min_ann_int_pks" type="integer" value="6" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
597 label="OMSSA: Minimum Number of Annotated Peaks of Intense Ones" help="Minimum number of annotated peaks among the most intense ones" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
598 <param name="omssa_min_annotated_peaks" type="integer" value="2" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
599 label="OMSSA: Minimum number of Annotated Peaks" help="Minimum number of annotated peaks" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
600 <param name="omssa_min_peaks" type="integer" value="4" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
601 label="OMSSA: Minimum Peak Count" help="The minimum number of m/z values a spectrum must have to be searched" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
602 <param name="omssa_methionine" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
603 label="OMSSA: Cleave n-term Methionine" help="Allow for N-terminal methionine cleavage" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
604 <param name="omssa_max_ladders" type="integer" value="128" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
605 label="OMSSA: Maximum Number of m/z Ladders" help="The maximum number of mass ladders to generate per database peptide" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
606 <param name="omssa_max_frag_charge" type="integer" value="2" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
607 label="OMSSA: Maximum Fragment Charge" help="Maximum fragment charge" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
608 <param name="omssa_fraction" type="float" value="0.95" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
609 label="OMSSA: Fraction of Peaks to estimate Charge 1" help="fraction of peaks to estimate charge 1" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
610 <param name="omssa_plus_one" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
611 label="OMSSA: Estimate Plus One Charge" help="Allow OMSSA to estimate plus one charge algorithmically"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
612 <param name="omssa_charge" type="select" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
613 label="OMSSA: Fragment Charge" help="OMSSA fragment charge option" > |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
614 <option value="0" >Minus</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
615 <option value="1" selected="True">Plus</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
616 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
617 <param name="omssa_prec_per_spectrum" type="integer" value="1" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
618 label="OMSSA: Minimum Number of Precursors per Spectrum" help="Minimum number of precursors per spectrum" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
619 <param name="omssa_forward" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
620 label="OMSSA: Include First Forward Ion (b1) in Search" help="Allow OMSSA to include first forward ion (b1) in search" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
621 <param name="omssa_rewind" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
622 label="OMSSA: Search Rewind" help="Allow search rewind (C-terminal) ions" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
623 <param name="omssa_max_frag_series" type="integer" value="100" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
624 label="OMSSA: Maximum Fragment per Series" help="Max number of fragments ions ions in each series being searched" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
625 <param name="omssa_corr" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
626 label="OMSSA: Use Correlation Correction" help="Allow the use correlation correction score" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
627 <param name="omssa_consecutive_p" type="float" value="0.5" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
628 label="OMSSA: Consecutive Ion Probability" help="Probability of consecutive ion (used in correlation correction)" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
629 <param name="omssa_it_sequence_evalue" type="float" value="0.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
630 label="OMSSA: Sequence e-value Cutoff" help="The maximum e-value allowed to consider a sequence in the iterative search(0.0 means all)" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
631 <param name="omssa_it_spectrum_evalue" type="float" value="0.01" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
632 label="OMSSA: Spectrum e-value Cutoff" help="The maximum e-value allowed to consider a spectrum in the iterative search(0.0 means all)" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
633 <param name="omssa_it_replace_evalue" type="float" value="0.01" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
634 label="OMSSA: Replace e-value cutoff" help="The maximum e-value allowed to replace a hit in the iterative search(0.0 means all)" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
635 <param name="omssa_remove_prec" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
636 label="OMSSA: Remove Precursor" help="Remove precursors" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
637 <param name="omssa_scale_prec" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
638 label="OMSSA: Scale Precursor Mass" help="scale precursor mass" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
639 <param name="omssa_estimate_charge" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
640 label="OMSSA: Remove Precursor" help="Remove precursors" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
641 <param name="omssa_max_evalue" type="float" value="100" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
642 label="OMSSA: Maximal evalue Considered" help="The maximum e-value considered" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
643 <param name="omssa_remove_prec" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
644 label="OMSSA: Estimate Precursor Charge" help="Allow estimation of precursor charge" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
645 <param name="omssa_it_replace_evalue" type="float" value="100" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
646 label="OMSSA: Maximal evalue" help="The maximum OMSSA e-value considered" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
647 <param name="omssa_hitlist_length" type="integer" value="0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
648 label="OMSSA: Hitlist Length" help="OMSSA hitlist length, 0 means all" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
649 <param name="omssa_hitlist_charge" type="integer" value="30" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
650 label="OMSSA: Number of Hits per Spectrum per Charge" help="number of hits per spectrum per charge" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
651 <param name="omssa_min_pep_length" type="integer" value="4" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
652 label="OMSSA: Minumum Peptide Length" help="Minimum length of peptides for no-enzyme and semi-tryptic searches" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
653 <param name="omssa_max_pep_length" type="integer" value="40" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
654 label="OMSSA: Maximum Peptide Length" help="Maximum length of peptides for no-enzyme and semi-tryptic searches (0: none)" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
655 <param name="omssa_format" label="OMSSA output format" type="select" > |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
656 <option value="0" selected="True">OMX</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
657 <option value="1" >CSV</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
658 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
659 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
660 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
661 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
662 <!-- MS-GF+ ADVANCED PARAMETERS --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
663 <conditional name="msgf"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
664 <param name="msgf_advanced" type="select" label="MSGF Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
665 <option value="yes">Advanced</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
666 <option value="no" selected="True">Default</option> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
667 </param> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
668 <when value="no" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
669 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
670 <param name="msgf_decoy" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
671 label="MSGF: Search Decoys" help="If yes then a decoy database will be generated and searched. Assumed input database contains no decoys"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
672 <param name="msgf_min_pep_length" type="integer" value="6" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
673 label="MSGF: Minimum Peptide Length" help="Minimum length for a peptide to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
674 <param name="msgf_max_pep_length" type="integer" value="30" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
675 label="MSGF: Maximum Peptide Length" help="Maximum length for a peptide to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
676 <param name="msgf_termini" type="select" format="text" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
677 label="MSGF: Number of tolerable termini" help="Searches will take much longer if selecting a value other than 2"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
678 <option value="0">0 (ie non-specific cleavage)</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
679 <option value="1">1 (ie semi-tryptic cleavage)</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
680 <option value="2" selected="true">2 (ie fully-tryptic cleavage)</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
681 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
682 <param name="msgf_num_ptms" label="MSGF: Max PTMs per peptide" type="integer" value="2"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
683 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
684 <param name="msgf_instrument" label="MSGF: Instrument type" type="select" help="Identifier of the instrument to generate MS/MS spectra (used to determine the scoring model)"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
685 <option value="0" selected="True">Low-res LCQ/LTQ</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
686 <option value="1" >High-res LTQ</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
687 <option value="2" >TOF</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
688 <option value="3" >Q-Exactive</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
689 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
690 <param name="msgf_fragmentation" label="MSGF: Fragmentation type" type="select" help="Fragmentation method identifier (used to determine the scoring model)"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
691 <option value="0" selected="True">As written in the spectrum or CID if no info</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
692 <option value="1" >CID</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
693 <option value="2" >ETD</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
694 <option value="3" >HCD</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
695 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
696 <param name="msgf_protocol" label="MSGF: Protocol type" type="select" help="Protocol identifier. Protocols are used to enable scoring parameters for enriched and/or labeled samples"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
697 <option value="0" selected="True">Automatic</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
698 <option value="1" >Phosphorylation</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
699 <option value="2" >iTRAQ</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
700 <option value="3" >iTRAQPhospho</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
701 <option value="4" >TMT</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
702 <option value="5" >Standard</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
703 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
704 <param name="msgf_num_matches" label="MSGF: Maximum Number of Spectrum Matches" type="integer" value="1" help="Number of peptide matches per spectrum to report" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
705 <param name="msgf_additional" label="MS-GF+ additional features" type="select" help="Additional features to export"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
706 <option value="0" selected="True">output basic scores only</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
707 <option value="1" >output additional features</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
708 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
709 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
710 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
711 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
712 <!-- MS-AMANDA ADVANCED PARAMETERS --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
713 <!-- Not working in tests |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
714 <conditional name="ms_amanda"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
715 <param name="ms_amanda_advanced" type="select" label="MS Amanda Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
716 <option value="yes">Advanced</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
717 <option value="no" selected="True">Default</option> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
718 </param> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
719 <when value="no" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
720 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
721 <param name="ms_amanda_decoy" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
722 label="MS Amanda: Generate Decoys" help="generate decoys" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
723 <param name="ms_amanda_max_evalue" type="float" value="100" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
724 label="MS Amanda: Maximal Evalue" help="MS Amanda maximal evalue considered" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
725 <param name="ms_amanda_instrument" label="MS Amanda: instrument" type="float" value="100" help="MS Amanda instrument id option. Available enzymes are listed in the GUI. (Note: case sensitive.)." /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
726 <param name="ms_amanda_max_rank" type="integer" value="5" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
727 label="MS Amanda: Maximum Rank" help="MS Amanda maximum rank" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
728 <param name="ms_amanda_mono" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
729 label="MS Amanda: Use Monoisotopic Mass Values" help="MS Amanda use monoisotopic mass values" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
730 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
731 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
732 --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
733 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
734 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
735 <!-- TIDE ADVANCED PARAMETERS --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
736 <!-- Not working in tests |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
737 <conditional name="tide"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
738 <param name="tide_advanced" type="select" label="TIDE Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
739 <option value="yes">Advanced</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
740 <option value="no" selected="True">Default</option> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
741 </param> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
742 <when value="no" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
743 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
744 <param name="tide_num_ptms" type="integer" value="100" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
745 label="TIDE: Maximum Number of PTMs" help="Set the maximum number of PTMs on peptide to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
746 <param name="tide_num_ptms_per_type" type="integer" value="2" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
747 label="TIDE: Maximum Number of PTMs of each Type" help="Set the maximum number of PTMs of each type to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
748 <param name="tide_min_pep_length" type="integer" value="6" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
749 label="TIDE: Minimum Peptide Length" help="Set the minimum length of peptide to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
750 <param name="tide_max_pep_length" type="integer" value="30" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
751 label="TIDE: Maximum Peptide Length" help="Set the maximum length of peptide to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
752 <param name="tide_min_prec_mass" type="float" value="200.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
753 label="TIDE: Minimum Precursor Mass" help="Set the minimum precursor mass to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
754 <param name="tide_max_prec_mass" type="float" value="7200.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
755 label="TIDE: Maximum Precursor Mass" help="Set the maximum precursor mass to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
756 <param name="tide_decoy_format" label="TIDE: Decoy Format" type="select" help="Select the format for generating the decoy sequences"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
757 <option value="none" selected="True">none</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
758 <option value="shuffle" >shuffle</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
759 <option value="peptide-revers" >peptide-reverse</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
760 <option value="protein-reverse" >protein-reverse</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
761 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
762 <param name="tide_keep_terminals" label="TIDE: Keep Terminals" type="select" help="Select to keep the terminal amino acids when creating decoys"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
763 <option value="N" >N</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
764 <option value="C" >C</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
765 <option value="NC" selected="True">NC</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
766 <option value="non" >none</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
767 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
768 <param name="tide_decoy_seed" type="integer" value="1" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
769 label="TIDE: Decoy Seed" help="Set the decoy seed"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
770 <param name="tide_output_folder" type="text" value="crux-output" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
771 label="TIDE: Output Folder" help="Set the results output folder (relative to the Tide working folder)"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
772 <param name="tide_print_peptides" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
773 label="TIDE: Print Peptides" help="If true, the peptides will be printed in the output"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
774 <param name="tide_verbosity" label="TIDE: Progress Display Verbosity" type="select" help="Select the display verbosity level to report the search progress"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
775 <option value="0" >0</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
776 <option value="10" >10</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
777 <option value="20" >20</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
778 <option value="30" selected="True">30</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
779 <option value="40" >40</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
780 <option value="50" >50</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
781 <option value="60" >60</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
782 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
783 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
784 <param name="tide_monoisotopic" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
785 label="TIDE: Monoisotopic" help="If true, the precursor mass is monoisotopic"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
786 <param name="tide_clip_n_term" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
787 label="TIDE: Clip Nterm Methionine" help="If true, the Nterm Methionine will be clipped"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
788 <param name="tide_digestion_type" label="TIDE: Digestion Type" type="select" help="Either both ends (full-digest) or at least one end (partial-digest) of a peptide must conform to enzyme specificity rules"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
789 <option value="full-digest" selected="True">full-digest</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
790 <option value="partial-digest" >partial-digest</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
791 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
792 <param name="tide_compute_sp" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
793 label="TIDE: Compute SP" help="If true, the SP-score is calculated"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
794 <param name="tide_max_psms" type="integer" value="10" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
795 label="TIDE: Maximum Number of PSMs" help="Set the maximum number of PSMs to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
796 <param name="tide_compute_p" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
797 label="TIDE: Compute Exact P-value" help="If true, the exact p-values are calculated"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
798 <param name="tide_min_spectrum_mz" type="float" value="0.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
799 label="TIDE: Minimum Spectrum m/z" help="Set the minimum spectrum m/z value for a spectrum to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
800 <param name="tide_max_spectrum_mz" type="float" value="100000.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
801 label="TIDE: Maximum Spectrum m/z" help="Set the maximum spectrum m/z value for a spectrum to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
802 <param name="tide_min_spectrum_peaks" type="integer" value="20" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
803 label="TIDE: Minimum Spectrum Peaks" help="Set the minimum amount of peaks in a spectrum for it to be considered"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
804 <param name="tide_spectrum_charges" label="TIDE: Spectrum Charges" type="select" help="Select what precursor charges should be taken into account for matching"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
805 <option value="1" >1</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
806 <option value="2" >2</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
807 <option value="3" >3</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
808 <option value="all" selected="True">all</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
809 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
810 <param name="tide_remove_prec" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
811 label="TIDE: Remove Precursor" help="If true, the peak that corresponds to the precursor mass is excluded"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
812 <param name="tide_remove_prec_tol" type="float" value="1.5" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
813 label="TIDE: Remove Precursor Tolerance" help="Choose the threshold for precursor mass searching (for precursor peak removal)"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
814 <param name="tide_progress_indicator" type="integer" value="1000" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
815 label="TIDE: Progress Indicator" help="Choose the progress indicator frequency (in number of fragmentation spectra processed)"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
816 <param name="tide_use_flanking" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
817 label="TIDE: Use Flanking" help="Includes two flanking peaks on either side of each b- and y-ion to compute the XCorr"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
818 <param name="tide_use_neutral_losses" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
819 label="TIDE: Neutral Losses" help="Includes fragment peaks with neutral losses to perform the matching"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
820 <param name="tide_mz_bin_width" type="float" value="0.02" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
821 label="TIDE: mz Bin Width" help="Choose bin size to analyze the fragmentation spectrum"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
822 <param name="tide_mz_bin_offset" type="float" value="0.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
823 label="TIDE: mz Bin Offset" help="Choose bin offset to analyze the fragmentation spectrum"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
824 <param name="tide_concat" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
825 label="TIDE: Concat Target and Decoy" help="If true, the target results are concatenated with the decoy results"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
826 <param name="tide_export_text" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
827 label="TIDE: Export Text" help="If true, a text-formatted output file is exported"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
828 <param name="tide_export_sqt" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
829 label="TIDE: Export SQT" help="If true, a sqt-formatted output file is exported"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
830 <param name="tide_export_pepxml" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
831 label="TIDE: Export Pepxml" help="If true, a pepxml output file is exported"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
832 <param name="tide_export_mzid" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
833 label="TIDE: Export Mzid" help="If true, a mzid output file is exported"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
834 <param name="tide_export_pin" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
835 label="TIDE: Export Percolator Input File" help="If true, a percolator input file is exported"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
836 <param name="tide_remove_temp" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
837 label="TIDE: Remove Temp Folders" help="If true, the temp folders are removed when the search is done"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
838 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
839 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
840 --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
841 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
842 <!-- MyriMatch ADVANCED PARAMETERS --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
843 <!-- Not working in tests |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
844 <conditional name="myrimatch"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
845 <param name="myrimatch_advanced" type="select" label="MyriMatch Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
846 <option value="yes">Advanced</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
847 <option value="no" selected="True">Default</option> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
848 </param> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
849 <when value="no" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
850 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
851 <param name="myrimatch_min_pep_length" type="integer" value="6" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
852 label="MyriMatch: Minimum Peptide Length" help="Minimum length for a peptide to be considered" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
853 <param name="myrimatch_max_pep_length" type="integer" value="30" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
854 label="MyriMatch: Maximum Peptide Length" help="Maximum length for a peptide to be considered" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
855 <param name="myrimatch_min_prec_mass" type="float" value="0.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
856 label="MyriMatch: Minimum Peptide Mass" help="Minimum 1+ mass of parent ion to be considered" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
857 <param name="myrimatch_max_prec_mass" type="float" value="10000.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
858 label="MyriMatch: Maximum Peptide Mass" help="Maximum 1+ mass of parent ion to be considered" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
859 <param name="myrimatch_num_matches" type="integer" value="10" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
860 label="MyriMatch: Maximum Number of Spectrum Matches" help="Set the value for the maximum number of spectrum matches" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
861 <param name="myrimatch_num_ptms" type="integer" value="2" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
862 label="MyriMatch: Number of PTMs" help="Set the number of PTMS allowed per peptide" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
863 <param name="myrimatch_fragmentation" label="MyriMatch: Fragmentation Method" type="select" help="Choose the fragmentation method used (CID: b,y) or (ETD: c, z*)"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
864 <option value="CID" selected="True">CID</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
865 <option value="ETD" >ETD</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
866 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
867 <param name="myrimatch_termini" label="MyriMatch: Number of Enzymatic Termini" type="select" help="Select the number of enzymatic termini"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
868 <option value="0">non-tryptic</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
869 <option value="1" >semi-tryptic</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
870 <option value="2" selected="True" >fully-tryptic</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
871 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
872 <param name="myrimatch_plus_three" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
873 label="MyriMatch: Smart Plus Three Option" help="Defines what algorithms are used to generate a set of theoretical fragment ions" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
874 <param name="myrimatch_xcorr" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
875 label="MyriMatch: Xcorr Option" help="a Sequest-like cross correlation score can be calculated for the top ranking hits" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
876 <param name="myrimatch_tic_cutoff" type="float" value="0.98" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
877 label="MyriMatch: TIC cutoff percentage" help="Cumulative ion current of picked peaks divided by TIC >= this value for peaks to be retained" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
878 <param name="myrimatch_intensity_classes" type="integer" value="3" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
879 label="MyriMatch: Number of Intensity Classes" help="Experimental spectra have their peaks stratified into this number of intensity classed" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
880 <param name="myrimatch_class_multiplier" type="integer" value="2" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
881 label="MyriMatch: Class Multiplier" help="Has to do with previous option, this parameter controls the size of each class relative to the class above" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
882 <param name="myrimatch_num_batches" type="integer" value="50" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
883 label="MyriMatch: Number of Batches" help="The number of batches per node to strive for when usinge the MPI-based parallelization features" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
884 <param name="myrimatch_max_peak" type="integer" value="100" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
885 label="MyriMatch: Maximum Peak Count" help="Maximum number of peaks to be used from a spectrum" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
886 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
887 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
888 --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
889 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
890 <!-- Andromeda ADVANCED PARAMETERS --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
891 <!-- Windows only |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
892 <conditional name="andromeda"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
893 <param name="andromeda_advanced" type="select" label="Andromeda Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
894 <option value="yes">Advanced</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
895 <option value="no" selected="True">Default</option> |
24 | 896 </param> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
897 <when value="no" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
898 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
899 <param name="andromeda_max_pep_mass" type="float" value="4600.0" label="Andromeda maximum peptide mass, default is: 4600.0" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
900 <param name="andromeda_max_comb" type="integer" value="250" label="Andromeda maximum combinations, default is: 250" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
901 <param name="andromeda_top_peaks" type="integer" value="8" label="Andromeda number of top peaks, default is: 8" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
902 <param name="andromeda_top_peaks_window" type="integer" value="100" label="Andromeda top peaks window width, default is: 100" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
903 <param name="andromeda_incl_water" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda account for water losses, default is: true" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
904 <param name="andromeda_incl_ammonia" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda account for ammonina losses, default is: true" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
905 <param name="andromeda_neutral_losses" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda neutral losses are sequence dependent, default is: true" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
906 <param name="andromeda_fragment_all" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Andromeda fragment all option, default is: false" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
907 <param name="andromeda_emp_correction" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda emperical correction, default is: true" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
908 <param name="andromeda_higher_charge" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda higher charge option, default is: true" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
909 <param name="andromeda_equal_il" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Andromeda whether I and L should be considered indistinguishable, default is: false" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
910 <param name="andromeda_frag_method" type="select" value="" label="Andromeda fragmentation method, (HCD, CID or EDT), default is: CID." > |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
911 <option value="CID" selected="true">CID</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
912 <option value="HCD">HCD</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
913 <option value="EDT">EDT</option> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
914 </param> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
915 <param name="andromeda_max_mods" type="integer" value="5" label="Andromeda maximum number of modifications, default is: 5" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
916 <param name="andromeda_min_pep_length" type="integer" value="8" label="Andromeda minimum peptide length when using no enzyme, default is: 8" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
917 <param name="andromeda_max_pep_length" type="integer" value="25" label="Andromeda maximum peptide length when using no enzyme, default is: 25" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
918 <param name="andromeda_max_psms" type="integer" value="10" label="Andromeda maximum number of spectrum matches spectrum, default is: 10" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
919 <param name="andromeda_decoy_mode" type="boolean" truevalue="decoy" falsevalue="none" checked="false" label="Andromeda decoy mode" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
920 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
921 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
922 --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
923 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
924 <!-- Comet ADVANCED PARAMETERS --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
925 <conditional name="comet"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
926 <param name="comet_advanced" type="select" label="Comet Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
927 <option value="yes">Advanced</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
928 <option value="no" selected="True">Default</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
929 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
930 <when value="no" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
931 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
932 <!-- Spectrum Related parameters --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
933 <conditional name="comet_spectrum"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
934 <param name="comet_spectrum_selector" type="select" label="Comet: Spectrum Related"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
935 <option value="yes">Set Spectrum Parameters</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
936 <option value="no" selected="True">Keep Default Spectrum Parameters</option> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
937 </param> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
938 <when value="no" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
939 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
940 <param name="comet_min_peaks" type="integer" value="10" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
941 label="Comet: Minimum Number of Peaks per Spectrum" help="The minimum number of peaks per spectrum" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
942 <param name="comet_min_peak_int" type="float" value="0.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
943 label="Comet: Minimum Peaks Intensity" help="The minimum intensity for input peaks to be considered" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
944 <conditional name="comet_prec"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
945 <param name="comet_remove_prec" label="Comet: Remove Precursor" type="select" help="Select for precursor m/z signal removal"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
946 <option value="0" selected="True" >off</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
947 <option value="1">on</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
948 <option value="2">as expected for ETD/ECD spectra</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
949 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
950 <when value="0" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
951 <when value="1"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
952 <param name="comet_remove_prec_tol" type="float" value="1.5" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
953 label="Comet: Remove Precursor Tolerance" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
954 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
955 <when value="2"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
956 <param name="comet_remove_prec_tol" type="float" value="1.5" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
957 label="Comet: Remove Precursor Tolerance" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
958 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
959 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
960 <param name="comet_clear_mz_range_lower" type="float" value="0.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
961 label="Comet: Minimum Peaks Intensity" help="Intended for iTRAQ/TMT type data where one might want to remove the reporter ion signals, lower m/z range" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
962 <param name="comet_clear_mz_range_upper" type="float" value="0.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
963 label="Comet: Maximum Peaks Intensity" help="Intended for iTRAQ/TMT type data where one might want to remove the reporter ion signals, upper m/z range" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
964 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
965 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
966 <!-- Search Related parameters --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
967 <conditional name="comet_search"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
968 <param name="comet_search_selector" type="select" label="Comet: Search Related"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
969 <option value="yes">Set Search Parameters</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
970 <option value="no" selected="True">Keep Default Search Parameters</option> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
971 </param> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
972 <when value="no" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
973 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
974 <param name="comet_enzyme_type" label="Comet: Enzyme Type" type="select" help="Specifies the number of enzyme termini a peptide must have"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
975 <option value="1">semi-specific</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
976 <option value="2" selected="True">full-enzyme</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
977 <option value="8">unspecific N-term</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
978 <option value="9">unspecific C-term</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
979 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
980 <param name="comet_isotope_correction" label="Comet: Isotope Correction" type="select" help="Controls whether the peptide_mass_tolerance takes into account possible isotope errors in the precursor mass measurement"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
981 <option value="0" selected="True">off</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
982 <option value="1">-1,0,+1,+2,+3</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
983 <option value="2">-8,-4,0,+4,+8</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
984 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
985 <param name="comet_min_prec_mass" type="float" value="0.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
986 label="Comet: Minimum Precursor Mass" help="The minimum precursor mass considered" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
987 <param name="comet_max_prec_mass" type="float" value="10000.0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
988 label="Comet: Maximum Precursor Mass" help="The maximum precursor mass considered" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
989 <param name="comet_num_matches" type="integer" value="10" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
990 label="Comet: Maximum Number of Matches" help="The maximum number of peptide matches per spectrum" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
991 <param name="comet_max_frag_charge" type="integer" value="3" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
992 label="Comet: Maximum Fragment Charge" help="Sets the maximum fragment charge (fill value between 1 and 5)" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
993 <param name="comet_remove_meth" type="boolean" truevalue="1" falsevalue="0" checked="false" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
994 label="Comet: Remove Methionine" help="Specifies whether the N-terminal methionine is cleaved prior to matching" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
995 <param name="comet_batch_size" type="integer" value="0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
996 label="Comet: Batch Size" help="0 means load and search all spectra at once, otherwise spectra are loaded and searched in batches of the number specified" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
997 <param name="comet_num_ptms" type="integer" value="10" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
998 label="Comet: Maximum Number of PTMs" help="The maximum number of ptms per peptide" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
999 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1000 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1001 <!-- Fragment Ions Related parameters --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1002 <conditional name="comet_fragment_ions"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1003 <param name="comet_fragment_ions_selector" type="select" label="Comet: Fragment Ions Related"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1004 <option value="yes">Set Fragment Ions Parameters</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1005 <option value="no" selected="True">Keep Default Fragment Ions Parameters</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1006 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1007 <when value="no" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1008 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1009 <param name="comet_frag_bin_offset" type="float" value="0.4" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1010 label="Comet: Fragment Bin Offset" help="Controls how each fragment bin is defined in terms of where each bin starts" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1011 <param name="comet_sparse_matrix" type="boolean" truevalue="1" falsevalue="0" checked="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1012 label="Comet: Fragment Sparse Matrix" help="Controls whether or not internal sparse matrix data representation is used to lower memory usage" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1013 <param name="comet_theoretical_fragment_ions" type="integer" value="0" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1014 label="Comet: Theoretical Fragment Ions" help="Specifies how theoretical fragment ion peaks are represented (0 or 1 values are allowed)" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1015 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1016 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1017 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1018 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1019 <conditional name="directtag"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1020 <param name="directtag_advanced" type="select" label="DirectTag Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1021 <option value="yes">Advanced</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1022 <option value="no" selected="True">Default</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1023 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1024 <when value="no" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1025 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1026 <param name="directag_tic_cutoff" type="integer" value="85" label="DirecTag TIC cutoff in percent, default is '85'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1027 <param name="directag_max_peak_count" type="integer" value="400" label="DirecTag max peak count, default is '400'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1028 <param name="directag_intensity_classes" type="integer" value="3" label="DirecTag number of intensity classses, default is '3'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1029 <param name="directag_adjust_precursor" type="boolean" truevalue="1" falsevalue="0" checked="false" label="DirecTag adjust precursor, default is false."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1030 <param name="directag_min_adjustment" type="float" value="-2.5" label="DirecTag minimum precursor adjustment, default is '-2.5'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1031 <param name="directag_max_adjustment" type="float" value="2.5" label="DirecTag maximum precursor adjustment, default is '2.5'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1032 <param name="directag_adjustment_step" type="float" value="0.1" label="DirecTag precursor adjustment step, default is '0.1'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1033 <param name="directag_charge_states" type="integer" value="3" label="DirecTag number of charge states considered, default is '3'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1034 <param name="directag_output_suffix" type="text" value="" label="DirecTag output suffix, default is no suffix."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1035 <param name="directag_ms_charge_state" type="boolean" truevalue="1" falsevalue="0" checked="false" label="DirecTag use charge state from M spectrum, default is false."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1036 <param name="directag_duplicate_spectra" type="boolean" truevalue="1" falsevalue="0" checked="true" label="DirecTag duplicate spectra per charge, default is true."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1037 <param name="directag_deisotoping" type="select" label="DirecTag deisotoping mode, default is no deisotoping"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1038 <option value="0" selected="true">no deisotoping</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1039 <option value="1">precursor only</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1040 <option value="2">precursor and candidate</option> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1041 </param> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1042 <param name="directag_isotope_tolerance" type="float" value="0.25" label="DirecTag isotope mz tolerance, default is '0.25'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1043 <param name="directag_complement_tolerance" type="float" value="0.5" label="DirecTag complement mz tolerance, default is '0.5'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1044 <param name="directag_tag_length" type="integer" value="3" label="DirecTag tag length, default is '3'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1045 <param name="directag_max_var_mods" type="integer" value="2" label="DirecTag maximum variable modifications per sequence, default is '2'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1046 <param name="directag_max_tag_count" type="integer" value="20" label="DirecTag maximum tag count, default is '20'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1047 <param name="directag_intensity_weight" type="float" value="1.0" label="DirecTag intensity score weight, default is '1.0'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1048 <param name="directag_fidelity_weight" type="float" value="1.0" label="DirecTag fidelity score weight, default is '1.0'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1049 <param name="directag_complement_weight" type="float" value="1.0" label="DirecTag complement_score_weight, default is '1.0'."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1050 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1051 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1052 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1053 <conditional name="novor"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1054 <param name="novor_advanced" type="select" label="Novor Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1055 <option value="yes">Advanced</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1056 <option value="no" selected="True">Default</option> |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
1057 </param> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1058 <when value="no" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1059 <when value="yes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1060 <param name="novor_fragmentation" type="select" label="Novor fragmentation method"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1061 <option value="HCD" selected="True">HCD</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1062 <option value="CID">CID</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1063 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1064 <param name="novor_mass_analyzer" label="Novor: mass analyzer" type="select" help="Identifier of the instrument to generate MS/MS spectra"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1065 <option value="FT" selected="True">FT</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1066 <option value="Trap" >Trap</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1067 <option value="TOF" >TOF</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1068 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1069 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1070 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
1071 </section> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1072 </inputs> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1073 <outputs> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1074 <data name="searchgui_results" format="searchgui_archive" from_work_dir="searchgui_out.zip" label="${tool.name} on ${on_string}" /> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1075 </outputs> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1076 <tests> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1077 |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1078 <!-- Test that specifying non-default search engines works --> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1079 <test> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1080 <param name="peak_lists" value="searchgui_tinyspectra1.mgf"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1081 <param name="input_database" value="searchgui_tinydb1.fasta" ftype="fasta"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1082 <param name="precursor_ion_tol" value="100"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1083 <param name="fixed_modifications" value="carbamidomethyl c"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1084 <param name="variable_modifications" value="oxidation of m"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1085 <param name="min_charge" value="1"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1086 <param name="max_charge" value="3"/> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1087 <param name="engines" value="X!Tandem,MSGF,MyriMatch,OMSSA,Comet"/> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1088 <param name="xtandem.xtandem_advanced" value="yes"/> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1089 <param name="xtandem_advanced.xtandem_refine_selector" value="yes"/> |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
1090 <output name="output" file="tiny_searchgui_result1.zip" ftype="searchgui_archive" compare="sim_size" delta="30000" /> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1091 </test> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1092 <!-- Test that search works with MSAmanda --> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1093 <test> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1094 <param name="peak_lists" value="searchgui_tinyspectra1.mgf"/> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1095 <param name="input_database" value="searchgui_tinydb1.fasta" ftype="fasta"/> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1096 <param name="precursor_ion_tol" value="100"/> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1097 <param name="fixed_modifications" value="carbamidomethyl c"/> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1098 <param name="variable_modifications" value="oxidation of m"/> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1099 <param name="min_charge" value="1"/> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1100 <param name="max_charge" value="3"/> |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1101 <param name="engines" value="MS_Amanda"/> |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
28
diff
changeset
|
1102 <output name="output" file="tiny_searchgui_result_amandaonly.zip" ftype="searchgui_archive" compare="sim_size" delta="5000" /> |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1103 </test> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1104 </tests> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1105 <help> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1106 **What it does** |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1107 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1108 Runs multiple search engines on any number of MGF peak lists using the SearchGUI. |
21
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1109 Default: X! Tandem, OMSSA and MS-GF+ are executed. |
dfaea053e32f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 327a3944f2f56668d607c3d6cb08ae7d588e208c
iracooke
parents:
20
diff
changeset
|
1110 Optional: MyriMatch, MS-Amanda, Comet and Tide can be executed. |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1111 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1112 </help> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1113 <expand macro="citations" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1114 </tool> |