Mercurial > repos > galaxyp > msgfplus
annotate msgfplus.xml @ 6:4b7d768b74d3 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
author | galaxyp |
---|---|
date | Fri, 27 Oct 2017 13:04:49 -0400 |
parents | ce4882b95b73 |
children | f8873f2afc6f |
rev | line source |
---|---|
6
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
1 <tool id="msgfplus" name="MS-GF+" version="0.3.1"> |
0
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> |
2
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
6 <requirement type="package" version="2016.10.26">msgf_plus</requirement> |
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
7 </requirements> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
8 <stdio> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
9 <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
|
10 <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
|
11 <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
|
12 </stdio> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
13 <command> |
2
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
14 |
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
15 <![CDATA[ |
2
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
16 #if $msgf_input.intype_selector == "single" |
4
58f9cf0de6d4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b2712071afd2d74261bc3e3fc555355f5675a0d6
galaxyp
parents:
3
diff
changeset
|
17 #set $db_name = $msgf_input.d.element_identifier.replace(".fasta", "") + ".fasta" |
58f9cf0de6d4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b2712071afd2d74261bc3e3fc555355f5675a0d6
galaxyp
parents:
3
diff
changeset
|
18 #set $input_name = $msgf_input.s.element_identifier.replace(".mzML", "") + ".mzML" |
2
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
19 ln -s '$msgf_input.s' '${input_name}' && |
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
20 ln -s '$msgf_input.d' '${db_name}' && |
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
21 #else if $msgf_input.intype_selector == "fractions" |
4
58f9cf0de6d4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b2712071afd2d74261bc3e3fc555355f5675a0d6
galaxyp
parents:
3
diff
changeset
|
22 #set $db_name = $msgf_input.db_spectra.reverse.element_identifier.replace(".fasta", "") + ".fasta" |
5
ce4882b95b73
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit a030bdf85b5d74b7c1a16926322e47154b120fea
galaxyp
parents:
4
diff
changeset
|
23 #set $input_name = $msgf_input.db_spectra.name.replace(".mzML", "") + ".mzML" |
2
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
24 ln -s '$msgf_input.db_spectra.forward' '${input_name}' && |
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
25 ln -s '$msgf_input.db_spectra.reverse' '${db_name}' && |
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
26 #end if |
4
58f9cf0de6d4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b2712071afd2d74261bc3e3fc555355f5675a0d6
galaxyp
parents:
3
diff
changeset
|
27 #set $output_name = $input_name.replace(".mzML", ".mzid") |
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
28 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
29 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
|
30 #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
|
31 #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
|
32 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
|
33 #end for |
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 #for $mod in $custom_mods |
6
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
36 #set aa_nocomma = str($mod.aa_specificity).replace(",", "") |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
37 echo '${mod.formula_or_mass},${aa_nocomma},${mod.fix_or_opt},${mod.position_specificity},${mod.mod_name}' >> Mods.txt && |
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
38 #end for |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
39 |
6
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
40 msgf_plus |
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
41 -s '$input_name' |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
42 -d '$db_name' |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
43 -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
|
44 -mod Mods.txt |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
45 -tda $tda |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
46 -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
|
47 -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
|
48 -m $advanced.m |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
49 -inst $inst |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
50 -e $e |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
51 -protocol $advanced.protocol |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
52 -ntt $ntt |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
53 -minLength $advanced.minLength |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
54 -maxLength $advanced.maxLength |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
55 -minCharge $advanced.minCharge |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
56 -maxCharge $advanced.maxCharge |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
57 -n $advanced.n |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
58 -addFeatures $advanced.addFeatures |
6
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
59 #if $tsvcheck |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
60 && |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
61 msgf_plus |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
62 edu.ucsd.msjava.ui.MzIDToTsv |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
63 -i '$output_name' |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
64 -o output.tsv |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
65 #end if |
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
66 && |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
67 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
|
68 ]]> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
69 </command> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
70 <inputs> |
2
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
71 <conditional name="msgf_input"> |
6
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
72 <param name="intype_selector" type="select" label="Type of MSGF+ analysis"> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
73 <option value="single">Single database</option> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
74 <option value="fractions">Prefractionated database</option> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
75 </param> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
76 <when value="single"> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
77 <param argument="-s" type="data" format="mzml" label="Input Raw MS File(s)"/> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
78 <param argument="-d" type="data" format="fasta" label="Protein Database" help="Select FASTA database from history"/> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
79 </when> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
80 <when value="fractions"> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
81 <param name="db_spectra" type="data_collection" collection_type="paired" |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
82 label="Collection: Pairs of spectra (forward) and FASTA database (reverse)"/> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
83 </when> |
2
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
84 </conditional> |
3
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
85 <param name="tsvcheck" type="boolean" label="Output TSV as well?" /> |
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
86 <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
|
87 <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
|
88 <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
|
89 <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
|
90 <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
|
91 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
92 <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
|
93 <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
|
94 <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
|
95 <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
|
96 <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
|
97 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
98 <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
|
99 <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
|
100 <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
|
101 <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
|
102 <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
|
103 <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
|
104 <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
|
105 <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
|
106 <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
|
107 <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
|
108 <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
|
109 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
110 <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
|
111 <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
|
112 <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
|
113 <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
|
114 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
115 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
116 <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
|
117 <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
|
118 <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
|
119 <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
|
120 <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
|
121 <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
|
122 <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
|
123 <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
|
124 <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
|
125 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
126 <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
|
127 <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
|
128 <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
|
129 <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
|
130 <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
|
131 <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
|
132 <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
|
133 <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
|
134 <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
|
135 <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
|
136 <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
|
137 <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
|
138 <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
|
139 <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
|
140 <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
|
141 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
142 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
143 <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
|
144 <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
|
145 <sanitizer> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
146 <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
|
147 <add value="C"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
148 <add value="H"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
149 <add value="O"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
150 <add value="N"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
151 <add value="S"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
152 <add value="P"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
153 <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
|
154 <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
|
155 <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
|
156 <add value="S"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
157 <add value="."/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
158 <add value="-"/> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
159 </valid> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
160 </sanitizer> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
161 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
162 <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
|
163 <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
|
164 <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
|
165 <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
|
166 <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
|
167 <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
|
168 <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
|
169 <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
|
170 <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
|
171 <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
|
172 <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
|
173 <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
|
174 <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
|
175 <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
|
176 <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
|
177 <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
|
178 <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
|
179 <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
|
180 <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
|
181 <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
|
182 <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
|
183 <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
|
184 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
185 <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
|
186 <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
|
187 <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
|
188 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
189 <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
|
190 <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
|
191 <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
|
192 <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
|
193 <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
|
194 <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
|
195 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
196 <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
|
197 </repeat> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
198 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
199 <!-- 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
|
200 <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
|
201 <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
|
202 <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
|
203 <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
|
204 <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
|
205 <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
|
206 <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
|
207 <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
|
208 <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
|
209 <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
|
210 <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
|
211 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
212 <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
|
213 <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
|
214 <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
|
215 <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
|
216 <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
|
217 <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
|
218 <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
|
219 </param> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
220 <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
|
221 <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
|
222 <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
|
223 <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
|
224 </section> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
225 </inputs> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
226 <outputs> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
227 <data name="output" format="mzid" from_work_dir="output" /> |
3
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
228 <data name="tsvoutput" format="tabular" from_work_dir="output.tsv" > |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
229 <filter>tsvcheck</filter> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
230 </data> |
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
231 </outputs> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
232 <tests> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
233 <test> |
3
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
234 <param name="msgf_input|intype_selector" value="single" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
235 <param name="msgf_input|s" value="input/201208-378803.mzML" ftype="mzml" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
236 <param name="msgf_input|d" value="input/cow.protein.PRG2012-subset.fasta" ftype="fasta" /> |
2
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
237 <param name="tda" value="1" /> |
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
238 <param name="ntt" value="1" /> |
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
239 <param name="t" value="50" /> |
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
240 <param name="precursor_ion_tol_units" value="ppm" /> |
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
241 <param name="common_fixed_modifications" value="" /> |
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
242 <param name="common_variable_modifications" value="" /> |
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
243 <output name="output" file="201208-378803-msgf_20161026-50ppm-semitryptic-no_mods.mzid" compare="sim_size" delta="20" /> |
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
244 </test> |
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
245 <test> |
3
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
246 <param name="msgf_input|intype_selector" value="single" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
247 <param name="msgf_input|s" value="input/201208-378803.mzML" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
248 <param name="msgf_input|d" value="input/cow.protein.PRG2012-subset.fasta" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
249 <param name="tsvcheck" value="true" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
250 <param name="tda" value="1" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
251 <param name="ntt" value="1" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
252 <param name="t" value="50" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
253 <param name="precursor_ion_tol_units" value="ppm" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
254 <param name="common_fixed_modifications" value="" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
255 <param name="common_variable_modifications" value="" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
256 <output name="output" file="201208-378803-msgf_20161026-50ppm-semitryptic-no_mods.mzid" compare="sim_size" delta="20" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
257 <output name="tsvoutput" file="201208-378803-msgf_20161026-50ppm-semitryptic-no_mods.tsv" compare="sim_size" delta="20" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
258 </test> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
259 <test> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
260 <param name="msgf_input|intype_selector" value="fractions" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
261 <param name="msgf_input|db_spectra"> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
262 <collection type="paired"> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
263 <element name="forward" value="input/201208-378803.mzML" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
264 <element name="reverse" value="input/cow.protein.PRG2012-subset.fasta" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
265 </collection> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
266 </param> |
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
267 <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
|
268 <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
|
269 <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
|
270 <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
|
271 <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
|
272 <param name="common_variable_modifications" value="" /> |
4
58f9cf0de6d4
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b2712071afd2d74261bc3e3fc555355f5675a0d6
galaxyp
parents:
3
diff
changeset
|
273 <output name="output" file="201208-378803-msgf_20161026-50ppm-semitryptic-no_mods.mzid" compare="sim_size" delta="100" /> |
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
274 </test> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
275 <test> |
3
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
276 <param name="msgf_input|intype_selector" value="single" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
277 <param name="msgf_input|s" value="input/201208-378803.mzML" /> |
b4ccaf21855d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 498437250b9fa438abd6865b7e9ba71298599ee7
galaxyp
parents:
2
diff
changeset
|
278 <param name="msgf_input|d" value="input/cow.protein.PRG2012-subset.fasta" /> |
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
279 <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
|
280 <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
|
281 <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
|
282 <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
|
283 <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
|
284 <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
|
285 <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
|
286 <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
|
287 <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
|
288 <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
|
289 <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
|
290 <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
|
291 <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
|
292 <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
|
293 <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
|
294 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
295 <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
|
296 <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
|
297 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
298 <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
|
299 <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
|
300 <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
|
301 <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
|
302 <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
|
303 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
304 <param name="custom_mods_1|formula_or_mass" value="C10H10N5O7P" /> |
2
058a2ab1d462
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
1
diff
changeset
|
305 <param name="custom_mods_1|aa_specificity" value="C,S" /> |
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
306 <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
|
307 <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
|
308 <param name="custom_mods_1|mod_name" value="cGMP" /> |
6
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
309 |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
310 <output name="output"> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
311 <assert_contents> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
312 <has_text text="iTRAQ4plex" /> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
313 <has_text text="pyro-Glu" /> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
314 <has_text text="Gly-loss" /> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
315 <has_text text="cGMP" /> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
316 </assert_contents> |
4b7d768b74d3
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit 11837caf01413f2657b529b7cd7a4ec0960110fa
galaxyp
parents:
5
diff
changeset
|
317 </output> |
0
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
318 </test> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
319 </tests> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
320 <help> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
321 **What it does** |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
322 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
323 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
|
324 |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
325 </help> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
326 <citations> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
327 <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
|
328 <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
|
329 <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
|
330 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
|
331 </citations> |
ee56530a559f
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit bdb474693831a3375db79755e88641ad32b3b4e6
galaxyp
parents:
diff
changeset
|
332 </tool> |