Mercurial > repos > galaxyp > msgfplus
annotate msgfplus.xml @ 0:ee56530a559f draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
author | galaxyp |
---|---|
date | Sun, 21 Feb 2016 11:04:06 -0500 |
parents | |
children | 797c755b9e74 |
rev | line source |
---|---|
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
1 <tool id="msgfplus" name="MS-GF+" version="0.1"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
2 <description> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
3 Identifies peptides in tandem mass spectra using the MS-GF+ search engine. |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
4 </description> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
5 <requirements> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
6 <requirement type="package" version="10089">msgfplus</requirement> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
7 <environment_variable name="LC_ALL" action="set_to">C</environment_variable> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
8 </requirements> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
9 <stdio> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
10 <exit_code range="1:" level="fatal" description="Job Failed" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
11 <regex match="java.*Exception" level="fatal" description="Java Exception"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
12 <regex match="Could not create the Java virtual machine" level="fatal" description="JVM Error"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
13 </stdio> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
14 <command> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
15 <![CDATA[ |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
16 #set $db_name = $d.display_name.replace(".fasta", "") + ".fasta" |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
17 #set $input_name = $s.display_name |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
18 #set $output_name = $input_name.replace(".mzML", "") + ".mzid" |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
19 ln -s '$s' '${input_name}' && |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
20 ln -s '$d' '${db_name}' && |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
21 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
22 echo \\#Mods > Mods.txt && |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
23 #set $common_mods = str($common_fixed_modifications) + "," + str($common_variable_modifications) |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
24 #for $mod in $common_mods.split(",") |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
25 echo '$mod.replace("_", ",")' >> Mods.txt && |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
26 #end for |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
27 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
28 #for $mod in $custom_mods |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
29 echo '${mod.formula_or_mass},${mod.aa_specificity},${mod.fix_or_opt},${mod.position_specificity},${mod.mod_name}' >> Mods.txt && |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
30 #end for |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
31 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
32 msgfjar=\$(which MSGFPlus.jar) && |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
33 ( [ -f "\$msgfjar" ] || (echo MSGFPlus.jar not found && exit 1)) && |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
34 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
35 java -jar \$msgfjar |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
36 -s '$input_name' |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
37 -d '$db_name' |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
38 -thread \${GALAXY_SLOTS:-1} |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
39 -mod Mods.txt |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
40 -tda $tda |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
41 -t $t$precursor_ion_tol_units |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
42 -ti $advanced.isotope_low,$advanced.isotope_high |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
43 -m $advanced.m |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
44 -inst $inst |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
45 -e $e |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
46 -protocol $advanced.protocol |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
47 -ntt $ntt |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
48 -minLength $advanced.minLength |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
49 -maxLength $advanced.maxLength |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
50 -minCharge $advanced.minCharge |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
51 -maxCharge $advanced.maxCharge |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
52 -n $advanced.n |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
53 -addFeatures $advanced.addFeatures |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
54 && |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
55 mv '$output_name' output |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
56 ]]> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
57 </command> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
58 <inputs> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
59 <param argument="-s" type="data" format="mzml" label="Input Raw MS File(s)"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
60 <param argument="-d" type="data" format="fasta" label="Protein Database" help="Select FASTA database from history"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
61 <param argument="-tda" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Search with on-the-fly decoy database?" help="MSGF+ uses XXX_ as an accession prefix to indicate a decoy hit" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
62 <param argument="-t" type="float" value="10" label="Precursor mass tolerance" help="Error tolerance for matching peptide mass to precursor ion mass"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
63 <param name="precursor_ion_tol_units" type="select" label="Precursor mass tolerance units" help="Daltons are common for low-res instruments, ppm for high-res instruments"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
64 <option value="ppm" selected="true">Parts per million (ppm)</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
65 <option value="Da">Daltons</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
66 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
67 <param argument="-inst" label="Instrument type" type="select" help="The instrument type that generated the MS/MS spectra is used to determine the scoring model"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
68 <option value="0" selected="true">Low-res (LCQ/LTQ)</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
69 <option value="1" >High-res (LTQ-Orbitrap)</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
70 <option value="2" >Q-TOF</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
71 <option value="3" >Q-Exactive</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
72 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
73 <param argument="-e" type="select" label="Enzyme" help="Enzyme used to digest proteins in sample preparation; trypsin is the most commonly used enzyme"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
74 <option value="0">Unspecific cleavage</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
75 <option value="1" selected="true">Trypsin, no P rule</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
76 <option value="2">Chymotrypsin, no P rule (FYWL)</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
77 <option value="3">Lys-C, no P rule</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
78 <option value="4">Lys-N</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
79 <option value="5">Glu-C (glutamyl endopeptidase)</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
80 <option value="6">Arg-C</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
81 <option value="7">Asp-N</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
82 <option value="8">Alpha-lytic protease</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
83 <option value="9">No enzyme</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
84 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
85 <param argument="-ntt" type="select" format="text" label="Number of tolerable termini" help="Semi-specific requires more time than fully specific; non-specific requires much more."> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
86 <option value="2" selected="true">Fully specific (both termini match cleavage rules)</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
87 <option value="1">Semi-specific (at least one terminus must match cleavage rules)</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
88 <option value="0">Non-specific (neither terminus is required to match cleavage rules)</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
89 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
90 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
91 <param name="common_fixed_modifications" type="select" label="Common Fixed Modifications" multiple="true" help="Occurs in known places on peptide sequence. Hold the appropriate key while clicking to select multiple items"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
92 <option value="C2H3N1O1_C_fix_any_Carbamidomethyl" selected="true">Carbamidomethyl C</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
93 <option value="144.102063_*_fix_N-term_iTRAQ4plex">iTRAQ 4-plex N-term</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
94 <option value="144.102063_K_fix_any_iTRAQ4plex">iTRAQ 4-plex K</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
95 <option value="225.155833_*_fix_N-term_TMT6plex">TMT 2-plex N-term</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
96 <option value="225.155833_K_fix_any_TMT6plex">TMT 2-plex K</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
97 <option value="229.162932_*_fix_N-term_TMT6plex">TMT 6-or-10-plex N-term</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
98 <option value="229.162932_K_fix_any_TMT6plex">TMT 6-or-10-plex K</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
99 <sanitizer invalid_char=""><valid initial="string.printable"><add value="["/><add value="]"/><add value=","/><add value="-"/></valid><mapping initial="none"></mapping></sanitizer> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
100 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
101 <param name="common_variable_modifications" type="select" label="Common Variable Modifications" multiple="true" help="Can occur anywhere on the peptide sequence; adds additional error to search score. Hold the appropriate key while clicking to select multiple items"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
102 <option value="C2H2O1_K_opt_any_Acetyl">Acetylation K</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
103 <option value="C2H2O_*_opt_Prot-N-term_Acetyl">Acetylation Protein N-term</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
104 <option value="C2H3NO_C_opt_any_Carbamidomethyl">Carbamidomethyl C</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
105 <option value="C2H3NO_*_opt_N-term_Carbamidomethyl">Carbamidomethyl N-term</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
106 <option value="H-1N-1O1_N_opt_any_Deamidated">Deamidation N</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
107 <option value="H-1N-1O1_Q_opt_any_Deamidated">Deamidation Q</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
108 <option value="CH2_K_opt_any_Methyl">Methylation K</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
109 <option value="O1_M_opt_any_Oxidation" selected="true">Oxidation M</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
110 <option value="HO3P_S_opt_any_Phospho">Phosphorylation S</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
111 <option value="HO3P_T_opt_any_Phospho">Phosphorylation T</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
112 <option value="HO3P_Y_opt_any_Phospho">Phosphorylation Y</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
113 <option value="H-2O-1_E_opt_N-term_Glu->pyro-Glu">Pyro-glu from E</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
114 <option value="H-3N-1_Q_opt_N-term_Gln->pyro-Glu">Pyro-glu from Q</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
115 <sanitizer invalid_char=""><valid initial="string.printable"><add value="["/><add value="]"/><add value=","/><add value="-"/></valid><mapping initial="none"></mapping></sanitizer> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
116 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
117 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
118 <repeat name="custom_mods" title="Custom Modifications" help="Specify modifications with custom parameters"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
119 <param name="formula_or_mass" type="text" label="Formula or Mass"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
120 <sanitizer> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
121 <valid initial="string.digits"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
122 <add value="C"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
123 <add value="H"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
124 <add value="O"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
125 <add value="N"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
126 <add value="S"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
127 <add value="P"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
128 <add value="B"/><add value="r"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
129 <add value="C"/><add value="l"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
130 <add value="F"/><add value="e"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
131 <add value="S"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
132 <add value="."/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
133 <add value="-"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
134 </valid> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
135 </sanitizer> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
136 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
137 <param name="aa_specificity" type="select" multiple="true" label="Amino Acid Specificity"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
138 <option value="*" selected="true">Any</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
139 <option value="A">A</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
140 <option value="C">C</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
141 <option value="D">D</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
142 <option value="E">E</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
143 <option value="F">F</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
144 <option value="G">G</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
145 <option value="H">H</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
146 <option value="I">I</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
147 <option value="K">K</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
148 <option value="L">L</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
149 <option value="M">M</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
150 <option value="N">N</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
151 <option value="P">P</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
152 <option value="Q">Q</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
153 <option value="R">R</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
154 <option value="S">S</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
155 <option value="T">T</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
156 <option value="V">V</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
157 <option value="W">W</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
158 <option value="Y">Y</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
159 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
160 <param name="fix_or_opt" type="select" label="Variable or Fixed?"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
161 <option value="opt" selected="true">Variable</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
162 <option value="fix">Fixed</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
163 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
164 <param name="position_specificity" type="select" label="Positional Specificity"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
165 <option value="any" selected="true">Any</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
166 <option value="n-term">Peptide N-terminal</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
167 <option value="c-term">Peptide C-terminal</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
168 <option value="prot-n-term">Protein N-terminal</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
169 <option value="prot-c-term">Protein C-terminal</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
170 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
171 <param name="mod_name" type="text" label="Name" help="If this mod has an entry there in Unimod, this name should match its name there" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
172 </repeat> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
173 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
174 <!-- MS-GF+ ADVANCED PARAMETERS --> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
175 <section name="advanced" title="Advanced Options"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
176 <param argument="-minCharge" label="Minimum precursor charge" value="2" type="integer" help="Minimum precursor charge to consider if charges are not specified in the spectrum file"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
177 <param argument="-maxCharge" label="Maximum precursor charge" value="3" type="integer" help="Maximum precursor charge to consider if charges are not specified in the spectrum file"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
178 <param argument="-minLength" label="Minimum peptide length" value="6" type="integer" help="Minimum peptide length to consider"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
179 <param argument="-maxLength" label="Maximum peptide length" value="40" type="integer" help="Maximum peptide length to consider"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
180 <param name="num_ptms" label="Maximum modifications allowed per peptide" type="integer" value="2" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
181 <param argument="-m" label="Fragmentation type" type="select" help="Fragmentation method identifier (used to determine the scoring model)"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
182 <option value="0" selected="True">As written in the spectrum or CID if no info</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
183 <option value="1" >CID</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
184 <option value="2" >ETD</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
185 <option value="3" >HCD</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
186 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
187 <param argument="-protocol" label="Protocol type" type="select" help="Protocols are used to enable scoring parameters for enriched and/or labeled samples"> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
188 <option value="0" selected="True">Automatic</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
189 <option value="1" >Phosphorylation</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
190 <option value="2" >iTRAQ</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
191 <option value="3" >iTRAQPhospho</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
192 <option value="4" >TMT</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
193 <option value="5" >Standard</option> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
194 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
195 <param argument="-n" label="Maximum matches per spectrum" type="integer" value="1" help="Number of peptide matches per spectrum to report" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
196 <param argument="-addFeatures" label="Calculate additional scoring features?" type="boolean" truevalue="1" falsevalue="0" help="If true, several extra derivative scores are calculated for each match" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
197 <param name="isotope_low" label="Lower isotope error range" type="integer" value="0" help="Takes into account of the error introduced by chooosing a non-monoisotopic peak for fragmentation (-ti)" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
198 <param name="isotope_high" label="Upper isotope error range" type="integer" value="1" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
199 </section> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
200 </inputs> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
201 <outputs> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
202 <data name="output" format="mzid" from_work_dir="output" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
203 </outputs> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
204 <tests> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
205 <test> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
206 <param name="s" value="input/201208-378803.mzML" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
207 <param name="d" value="input/cow.protein.PRG2012-subset.fasta" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
208 <param name="tda" value="1" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
209 <param name="ntt" value="1" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
210 <param name="t" value="50" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
211 <param name="precursor_ion_tol_units" value="ppm" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
212 <param name="common_fixed_modifications" value="" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
213 <param name="common_variable_modifications" value="" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
214 <output name="output" file="201208-378803-msgf-50ppm-semitryptic-no_mods.mzid" lines_diff="6" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
215 </test> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
216 <test> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
217 <param name="s" value="input/201208-378803.mzML" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
218 <param name="d" value="input/cow.protein.PRG2012-subset.fasta" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
219 <param name="tda" value="1" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
220 <param name="t" value="0.02" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
221 <param name="precursor_ion_tol_units" value="Da" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
222 <param name="isotope_low" value="-1" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
223 <param name="isotope_high" value="0" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
224 <param name="m" value="3" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
225 <param name="inst" value="2" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
226 <param name="e" value="3" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
227 <param name="protocol" value="2" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
228 <param name="minLength" value="10" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
229 <param name="maxLength" value="20" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
230 <param name="minCharge" value="2" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
231 <param name="maxCharge" value="6" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
232 <param name="n" value="2" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
233 <param name="addFeatures" value="1" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
234 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
235 <param name="common_fixed_modifications" value="C2H3N1O1_C_fix_any_Carbamidomethyl,144.102063_*_fix_N-term_iTRAQ4plex,144.102063_K_fix_any_iTRAQ4plex" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
236 <param name="common_variable_modifications" value="O1_M_opt_any_Oxidation,H-3N-1_Q_opt_N-term_Gln->pyro-Glu" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
237 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
238 <param name="custom_mods_0|formula_or_mass" value="C-2H-2O-2" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
239 <param name="custom_mods_0|aa_specificity" value="G" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
240 <param name="custom_mods_0|fix_or_opt" value="opt" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
241 <param name="custom_mods_0|position_specificity" value="c-term" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
242 <param name="custom_mods_0|mod_name" value="Gly-loss+Amide" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
243 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
244 <param name="custom_mods_1|formula_or_mass" value="C10H10N5O7P" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
245 <param name="custom_mods_1|aa_specificity" value="CS" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
246 <param name="custom_mods_1|fix_or_opt" value="opt" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
247 <param name="custom_mods_1|position_specificity" value="any" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
248 <param name="custom_mods_1|mod_name" value="cGMP" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
249 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
250 <output name="output" file="201208-378803-msgf-2mmu-tryptic-many_mods.mzid" lines_diff="6" /> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
251 </test> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
252 </tests> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
253 <help> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
254 **What it does** |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
255 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
256 Performs protein identification via database search using MS-GF+. |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
257 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
258 </help> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
259 <citations> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
260 <citation type="doi">10.1038/ncomms6277</citation> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
261 <citation type="doi">10.1021/pr8001244</citation> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
262 <citation type="bibtex">@misc{toolsGalaxyP, author = {Chilton, J, Gruening, B, Chambers, MC, et al.}, title = {Galaxy Proteomics Tools}, publisher = {GitHub}, journal = {GitHub repository}, |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
263 year = {2015}, url = {https://github.com/galaxyproteomics/tools-galaxyp}}</citation> <!-- TODO: fix substitution of commit ", commit = {$sha1$}" --> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
264 </citations> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
265 </tool> |