Mercurial > repos > galaxyp > peptideshaker
annotate macros.xml @ 38:79e37eff006d draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 48984afa5f3d1b80ecbbff2847645c15acd81fe6
author | galaxyp |
---|---|
date | Wed, 24 May 2017 21:35:25 -0400 |
parents | 7f2aeb19650f |
children | 3634c90301af |
rev | line source |
---|---|
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
1 <macros> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
2 <xml name="stdio"> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
3 <stdio> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
4 <exit_code range="1:" level="fatal" description="Job Failed" /> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
5 <regex match="java.*Exception" level="fatal" description="Java Exception"/> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
6 <regex match="Could not create the Java virtual machine" level="fatal" description="JVM Error"/> |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
7 <regex match="CompomicsError" level="fatal" description="Compomics Error"/> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
8 </stdio> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
9 </xml> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
10 <token name="@GENERAL_PARAMETERS@"> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
11 -frag_tol "${precursor_options.fragment_tol}" |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
12 ### -frag_ppm |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
13 -prec_tol "${precursor_options.precursor_ion_tol}" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
14 -prec_ppm "${precursor_options.precursor_ion_tol_units}" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
15 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
16 -min_charge $precursor_options.min_charge |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
17 -max_charge $precursor_options.max_charge |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
18 -fi $precursor_options.forward_ion |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
19 -ri $precursor_options.reverse_ion |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
20 -min_isotope ${precursor_options.min_isotope} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
21 -max_isotope ${precursor_options.max_isotope} |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
22 #if $protein_digest_options.digestion.cleavage == 'default': |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
23 ## -enzyme "Trysin" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
24 -mc $protein_digest_options.digestion.missed_cleavages |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
25 #elif $protein_digest_options.digestion.cleavage == '0' and len($protein_digest_options.digestion.digests) > 0: |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
26 #set $enzymes = [] |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
27 #set $missed_cleavages = [] |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
28 ## #set $specificities = [] |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
29 #for $i, $digest in enumerate($protein_digest_options.digestion.digests): |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
30 #silent $enzymes.append(str($digest.enzyme)) |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
31 #silent $missed_cleavages.append(str($digest.missed_cleavages)) |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
32 ## #silent $specificities.append(str($digest.specificity)) |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
33 #end for |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
34 -enzyme "#echo ','.join($enzymes)#" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
35 -mc "#echo ','.join($missed_cleavages)#" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
36 ## -specificity "#echo ','.join($specificities)#" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
37 #else: |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
38 -digestion $protein_digest_options.digestion.cleavage |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
39 #end if |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
40 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
41 #set $fixed_mods_str = $protein_modification_options.fixed_modifications or '' |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
42 #set $variable_mods_str = $protein_modification_options.variable_modifications or '' |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
43 #if $fixed_mods_str |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
44 -fixed_mods "$fixed_mods_str" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
45 #end if |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
46 #if $variable_mods_str |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
47 -variable_mods "$variable_mods_str" |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
48 #end if |
32
ff592231f118
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 047efcfa1e9f45648e6e81d3776a1a93e2cfe46d
galaxyp
parents:
30
diff
changeset
|
49 |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
50 </token> |
30
ad60446b1e93
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit bdb5ee12705a3494eee96d1963f16f68bbe41d5c
galaxyp
parents:
29
diff
changeset
|
51 <token name="@SEARCHGUI_MAJOR_VERSION@">3</token> |
38
79e37eff006d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 48984afa5f3d1b80ecbbff2847645c15acd81fe6
galaxyp
parents:
37
diff
changeset
|
52 <token name="@SEARCHGUI_VERSION@">3.2.13</token> |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
53 <xml name="general_options"> |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
54 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
55 <section name="protein_digest_options" expanded="false" title="Protein Digestion Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
56 <conditional name="digestion"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
57 <param name="cleavage" type="select" label="Digestion"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
58 <option value="default" selected="true">Trypsin</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
59 <option value="0">Select Enzymes</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
60 <option value="1">Unspecific Cleavage</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
61 <option value="2">Whole Protein</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
62 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
63 <when value="default"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
64 <param name="missed_cleavages" type="integer" value="2" label="Maximum Missed Cleavages" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
65 help="Allow peptides to contain up to this many missed enzyme cleavage sites."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
66 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
67 <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
|
68 <repeat name="digests" min="1" title="Enzymes"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
69 <param name="enzyme" type="select" label="Enzyme" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
70 help="Which enzyme was used for protein digest in experiment? In most cases, trypsin is used"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
71 <option value="Trypsin">Trypsin</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
72 <option value="Arg-C">Arg-C</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
73 <option value="CNBr">CNBr</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
74 <option value="Chymotrypsin (FYWL)">Chymotrypsin (FYWL)</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
75 <option value="Formic Acid">Formic Acid</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
76 <option value="Lys-C">Lys-C</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
77 <option value="Lys-C, no P rule">Lys-C, no P rule</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
78 <option value="Pepsin A">Pepsin A</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
79 <option value="Trypsin + CNBr">Trypsin + CNBr</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
80 <option value="Trypsin + Chymotrypsin (FYWLKR)">Trypsin + Chymotrypsin (FYWLKR)</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
81 <option value="Trypsin, no P rule">Trypsin, no P rule</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
82 <option value="Whole Protein">Whole Protein</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
83 <option value="Asp-N">Asp-N</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
84 <option value="Glu-C">Glu-C</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
85 <option value="Asp-N + Glu-C">Asp-N + Glu-C</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
86 <option value="Top-Down">Top-Down</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
87 <option value="Semi-Tryptic">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
|
88 <option value="Unspecific">Unspecific (No enzyme)</option> <!-- note: cleaves at every residue! --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
89 <option value="Chymotrypsin, no P rule (FYWL)">Chymotrypsin, no P rule (FYWL)</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
90 <option value="Asp-N (DE)">Asp-N (DE)</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
91 <option value="Glu-C (DE)">Glu-C (DE)</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
92 <option value="Lys-N (K)">Lys-N (K)</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
93 <option value="Thermolysin, no P rule">Thermolysin, no P rule</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
94 <option value="Semi-Chymotrypsin (FYWL)">Semi-Chymotrypsin (FYWL)</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
95 <option value="Semi-Glu-C">Semi-Glu-C</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
96 <option value="LysargiNase">LysargiNase</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
97 <option value="Semi-LysargiNase">Semi-LysargiNase</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
98 <option value="Trypsin + Glu-C">Trypsin + Glu-C</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
99 <option value="Semi-Arg-C">Semi-Arg-C</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
100 <option value="Semi-Glu-C (DE)">Semi-Glu-C (DE)</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
101 <option value="Arg-N">Arg-N</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
102 <option value="Semi-Arg-N">Semi-Arg-N</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
103 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
104 <param name="missed_cleavages" type="integer" value="2" label="Maximum Missed Cleavages" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
105 help="Allow peptides to contain up to this many missed enzyme cleavage sites."/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
106 <!-- |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
107 <param name="specificity" type="select" label="Specificity"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
108 <option value="0" selected="true">Specific at both termini</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
109 <option value="1">Semi-Specific - one terminus</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
110 <option value="2">Specific at the N-terminus only</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
111 <option value="3">Specific at the C-terminus only</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
112 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
113 --> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
114 </repeat> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
115 </when> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
116 <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
|
117 <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
|
118 </conditional> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
119 </section> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
120 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
121 <section name="precursor_options" expanded="false" title="Precursor Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
122 <param name="precursor_ion_tol_units" type="select" label="Precursor Ion Tolerance Units" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
123 help="Select based on instrument used, as different machines provide different quality of spectra. ppm is a standard for most precursor ions"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
124 <option value="1">Parts per million (ppm)</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
125 <option value="2">Daltons</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
126 </param> |
37
7f2aeb19650f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 51e887df61a85708547a1513b9a6616bd014d073
galaxyp
parents:
36
diff
changeset
|
127 <param name="precursor_ion_tol" type="float" value="10" label="Precursor Ion Tolerance" |
33
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
128 help="Provide error value for precursor ion, based on instrument used. 10 ppm recommended for Orbitrap instrument"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
129 <param name="fragment_tol" type="float" value="0.5" label="Fragment Tolerance (Daltons)" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
130 help="Provide error value for fragment ions, based on instrument used"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
131 <param name="min_charge" label="Minimum Charge" value="2" type="integer" help="Lowest searched charge value for fragment ions"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
132 <param name="max_charge" label="Maximum Charge" value="4" type="integer" help="Highest searched charge value for fragment ions"/> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
133 <param name="forward_ion" label="Forward Ion" type="select" help="Searched fragment ion type. Select a, b or c based on collisions induced in experiment"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
134 <option value="a">a</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
135 <option value="b" selected="true">b</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
136 <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
|
137 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
138 <param name="reverse_ion" label="Reverse Ion" type="select" help="Searched fragment ion type. Select x, y, or z based on collisions induced in experiment"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
139 <option value="x">x</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
140 <option value="y" selected="true">y</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
141 <option value="z">z</option> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
142 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
143 <param name="min_isotope" label="Minimum precursor isotope" type="integer" value="0" help="default: 0" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
144 <param name="max_isotope" label="Maximum precursor isotope" type="integer" value="1" help="default: 1" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
145 </section> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
146 |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
147 <section name="protein_modification_options" expanded="false" title="Protein Modification Options"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
148 <param name="fixed_modifications" type="select" label="Fixed Modifications" multiple="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
149 help="Occurs in known places on peptide sequence. Hold the appropriate key while clicking to select multiple items"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
150 <options from_file="searchgui_mods.loc"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
151 <column name="name" index="0" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
152 <column name="value" index="0" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
153 </options> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
154 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
155 <param name="variable_modifications" type="select" label="Variable Modifications" multiple="true" |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
156 help="Can occur anywhere on the peptide sequence; adds additional error to search score. Hold the appropriate key while clicking to select multiple items"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
157 <options from_file="searchgui_mods.loc"> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
158 <column name="name" index="0" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
159 <column name="value" index="0" /> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
160 </options> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
161 </param> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
162 </section> |
bce45e9e6d70
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit cb53f8e01ae0cc4dc7621f03ba209d040ef30312
galaxyp
parents:
32
diff
changeset
|
163 |
20
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
164 </xml> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
165 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
166 <xml name="citations"> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
167 <citations> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
168 <citation type="doi">10.1186/1471-2105-12-70</citation> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
169 <citation type="doi">10.1002/pmic.201000595</citation> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
170 <citation type="doi">doi:10.1038/nbt.3109</citation> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
171 </citations> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
172 </xml> |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
173 |
2cafc729b2ae
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 0e976aeeed9d516e0ad4735dc847b1f2eba3532b
iracooke
parents:
diff
changeset
|
174 </macros> |