annotate msgfplus.xml @ 0:dbc77b37e20f draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
author galaxyp
date Fri, 06 Nov 2015 14:31:57 -0500
parents
children 08b316ae9ec4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
1 <tool id="msgfplus" name="MS-GF+" version="0.1">
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
2 <description>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
3 Identifies peptides in tandem mass spectra using the MS-GF+ search engine.
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
4 </description>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
5 <requirements>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
6 <requirement type="package" version="10089">msgfplus</requirement>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
7 <environment_variable name="LC_ALL" action="set_to">C</environment_variable>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
8 </requirements>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
9 <stdio>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
10 <exit_code range="1:" level="fatal" description="Job Failed" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
11 <regex match="java.*Exception" level="fatal" description="Java Exception"/>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
12 <regex match="Could not create the Java virtual machine" level="fatal" description="JVM Error"/>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
13 </stdio>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
14 <command>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
15 <![CDATA[
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
16 #set $db_name = $d.display_name.replace(".fasta", "") + ".fasta"
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
17 #set $input_name = $s.display_name
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
18 #set $output_name = $input_name.replace(".mzML", "") + ".mzid"
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
19 ln -s '$s' '${input_name}' &&
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
20 ln -s '$d' '${db_name}' &&
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
21
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
22 java -jar \$(which MSGFPlus.jar)
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
23 -s '$input_name'
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
24 -d '$db_name'
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
25 -thread \${GALAXY_SLOTS:-1}
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
26
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
27 -tda $tda
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
28 -t $t$precursor_ion_tol_units
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
29 -ti $advanced.isotope_low,$advanced.isotope_high
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
30 -m $advanced.m
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
31 -inst $inst
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
32 -e $e
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
33 -protocol $advanced.protocol
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
34 -ntt $ntt
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
35 -minLength $advanced.minLength
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
36 -maxLength $advanced.maxLength
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
37 -minCharge $advanced.minCharge
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
38 -maxCharge $advanced.maxCharge
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
39 -n $advanced.n
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
40 -addFeatures $advanced.addFeatures
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
41 &&
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
42 mv '$output_name' output
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
43 ]]>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
44 </command>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
45 <inputs>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
46 <param argument="-s" type="data" format="mzml" label="Input Raw MS File(s)"/>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
47 <param argument="-d" type="data" format="fasta" label="Protein Database" help="Select FASTA database from history"/>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
48 <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" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
49 <param argument="-t" type="float" value="10" label="Precursor mass tolerance" help="Error tolerance for matching peptide mass to precursor ion mass"/>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
50 <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">
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
51 <option value="ppm" selected="true">Parts per million (ppm)</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
52 <option value="Da">Daltons</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
53 </param>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
54 <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">
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
55 <option value="0" selected="true">Low-res (LCQ/LTQ)</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
56 <option value="1" >High-res (LTQ-Orbitrap)</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
57 <option value="2" >Q-TOF</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
58 <option value="3" >Q-Exactive</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
59 </param>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
60 <param argument="-e" type="select" label="Enzyme" help="Enzyme used to digest proteins in sample preparation; trypsin is the most commonly used enzyme">
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
61 <option value="0">Unspecific cleavage</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
62 <option value="1" selected="true">Trypsin, no P rule</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
63 <option value="2">Chymotrypsin, no P rule (FYWL)</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
64 <option value="3">Lys-C, no P rule</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
65 <option value="4">Lys-N</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
66 <option value="5">Glu-C (glutamyl endopeptidase)</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
67 <option value="6">Arg-C</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
68 <option value="7">Asp-N</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
69 <option value="8">Alpha-lytic protease</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
70 <option value="9">No enzyme</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
71 </param>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
72 <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.">
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
73 <option value="2" selected="true">Fully specific (both termini match cleavage rules)</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
74 <option value="1">Semi-specific (at least one terminus must match cleavage rules)</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
75 <option value="0">Non-specific (neither terminus is required to match cleavage rules)</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
76 </param>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
77 <!--
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
78 <param name="fixed_modifications" type="select" label="Fixed Modifications" multiple="true" help="Occurs in known places on peptide sequence. Hold the appropriate key while clicking to select multiple items">
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
79 <options from_file="searchgui_mods.loc">
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
80 <column name="name" index="0" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
81 <column name="value" index="0" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
82 </options>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
83 </param>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
84 <param name="variable_modifications" type="select" label="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">
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
85 <options from_file="searchgui_mods.loc">
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
86 <column name="name" index="0" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
87 <column name="value" index="0" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
88 </options>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
89 </param>-->
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
90
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
91 <!-- MS-GF+ ADVANCED PARAMETERS -->
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
92 <section name="advanced" title="Advanced Options">
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
93 <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"/>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
94 <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"/>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
95 <param argument="-minLength" label="Minimum peptide length" value="6" type="integer" help="Minimum peptide length to consider"/>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
96 <param argument="-maxLength" label="Maximum peptide length" value="40" type="integer" help="Maximum peptide length to consider"/>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
97 <param name="num_ptms" label="Maximum modifications allowed per peptide" type="integer" value="2" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
98 <param argument="-m" label="Fragmentation type" type="select" help="Fragmentation method identifier (used to determine the scoring model)">
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
99 <option value="0" selected="True">As written in the spectrum or CID if no info</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
100 <option value="1" >CID</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
101 <option value="2" >ETD</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
102 <option value="3" >HCD</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
103 </param>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
104 <param argument="-protocol" label="Protocol type" type="select" help="Protocols are used to enable scoring parameters for enriched and/or labeled samples">
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
105 <option value="0" selected="True">Automatic</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
106 <option value="1" >Phosphorylation</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
107 <option value="2" >iTRAQ</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
108 <option value="3" >iTRAQPhospho</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
109 <option value="4" >TMT</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
110 <option value="5" >Standard</option>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
111 </param>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
112 <param argument="-n" label="Maximum matches per spectrum" type="integer" value="1" help="Number of peptide matches per spectrum to report" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
113 <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" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
114 <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)" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
115 <param name="isotope_high" label="Upper isotope error range" type="integer" value="1" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
116 </section>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
117 </inputs>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
118 <outputs>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
119 <data name="output" format="mzid" from_work_dir="output" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
120 </outputs>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
121 <tests>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
122 <test>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
123 <param name="s" value="input/201208-378803.mzML" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
124 <param name="d" value="input/cow.protein.PRG2012-subset.fasta" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
125 <output name="output" file="201208-378803-msgf.mzid" lines_diff="12" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
126 </test>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
127 <test>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
128 <param name="s" value="input/201208-378803.mzML" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
129 <param name="d" value="input/cow.protein.PRG2012-subset.fasta" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
130 <param name="tda" value="1" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
131 <param name="t" value="0.02" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
132 <param name="precursor_ion_tol_units" value="Da" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
133 <param name="isotope_low" value="-1" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
134 <param name="isotope_high" value="0" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
135 <param name="m" value="1" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
136 <param name="inst" value="1" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
137 <param name="e" value="3" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
138 <param name="ntt" value="1" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
139 <param name="protocol" value="2" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
140 <param name="minLength" value="10" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
141 <param name="maxLength" value="20" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
142 <param name="minCharge" value="2" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
143 <param name="maxCharge" value="6" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
144 <param name="n" value="2" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
145 <param name="addFeatures" value="1" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
146 <output name="output" file="201208-378803-msgf-2mmu-semi-tryptic.mzid" lines_diff="12" />
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
147 </test>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
148 </tests>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
149 <help>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
150 **What it does**
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
151
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
152 Performs protein identification via database search using MS-GF+.
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
153
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
154 </help>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
155 <citations>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
156 <citation type="doi">10.1038/ncomms6277</citation>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
157 <citation type="doi">10.1021/pr8001244</citation>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
158 <citation type="bibtex">@misc{toolsGalaxyP, author = {Chilton, J, Gruening, B, Chambers, MC, et al.}, title = {Galaxy Proteomics Tools}, publisher = {GitHub}, journal = {GitHub repository},
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
159 year = {2015}, url = {https://github.com/galaxyproteomics/tools-galaxyp}}</citation> <!-- TODO: fix substitution of commit ", commit = {$sha1$}" -->
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
160 </citations>
dbc77b37e20f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msgfplus commit e6dd776a0df16d06df3bd2f230ca80c7420d9125-dirty
galaxyp
parents:
diff changeset
161 </tool>