annotate myrimatch_with_refinement.dxml @ 2:4bb0872e2b5f draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
author galaxyp
date Thu, 02 Jun 2016 18:32:04 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
1 <tool id="myrimatch" version="0.1.0" name="MyriMatch">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
2 <description>Identify peptides in tandem mass spectra.</description>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
3 <requirements>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
4 <requirement type="package" version="3.0.8789">bumbershoot</requirement>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
5 </requirements>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
6 <stdio>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
7 <exit_code range="1:" level="fatal" description="Job Failed" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
8 <regex match="^Could not find the default configuration file.*$"
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
9 source="both"
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
10 level="warning" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
11 </stdio>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
12 <command>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
13 <![CDATA[
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
14 #set $db_name = $ProteinDatabase.display_name.replace(".fasta", "") + ".fasta"
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
15 #if $OutputFormat.value == "mzid"
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
16 #set $output_ext="mzid"
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
17 #else
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
18 #set $output_ext="pepXML"
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
19 #end if
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
20 #set $input_name = $input.display_name
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
21 #set $output_name = $input_name.split(".")[0] + "." + $output_ext
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
22
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
23 #set $static_mods_str = ""
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
24 #for $static_mod in $StaticMods
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
25 #set $static_mods_str = $static_mods_str + " " + str($static_mod.aa) + " " + str($static_mod.mass)
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
26 #end for
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
27 #set $static_mods_str = $static_mods_str.lstrip()
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
28
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
29 #set $dynamic_mods_str = ""
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
30 #for $dynamic_mod in $DynamicMods
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
31 #set $dynamic_mods_str = $dynamic_mods_str + " " + str($dynamic_mod.motif) + " * " + str($dynamic_mod.mass)
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
32 #end for
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
33 #set $dynamic_mods_str = $dynamic_mods_str.lstrip()
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
34
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
35 ## Using environment variables here because the assigned values are from shell expansions
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
36 export mono_precursor_tolerance='${tolerance_options.precursor_tolerance.MonoPrecursorMzTolerance}${tolerance_options.precursor_tolerance.mono_precursor_mz_tolerance_units}' &&
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
37 export fragment_tolerance='${tolerance_options.FragmentMzTolerance}${tolerance_options.fragment_mz_tolerance_units}' &&
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
38 #if $mzrefinement.use_mzrefinement
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
39 #if $tolerance_options.precursor_tolerance.PrecursorMzToleranceRule == "auto" or $tolerance_options.precursor_tolerance.PrecursorMzToleranceRule == "mono"
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
40 export mono_precursor_tolerance="\$(awk -F'\t' 'BEGIN {min=100;}; { if($8<min && $8 != "") min = $8; } END {print min}' '$(mzrefinement_file)') ppm" &&
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
41 export fragment_tolerance="\$(awk -F'\t' 'BEGIN {min=100;}; { if($14<min && $14 != "") min = $14; } END {print min}' '$(mzrefinement_file)') ppm" &&
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
42 #end if
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
43 #end if
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
44
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
45 ln -s '$input' '${input_name}' &&
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
46 ln -s '$ProteinDatabase' '${db_name}' &&
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
47 myrimatch -DecoyPrefix '${DecoyPrefix}' -cpus \${GALAXY_SLOTS:-1}
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
48 -ProteinDatabase '${db_name}'
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
49 -OutputFormat '${OutputFormat}'
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
50 '${input_name}'
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
51 -StaticMods '${static_mods_str}'
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
52 -DynamicMods '${dynamic_mods_str}'
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
53 -MaxDynamicMods $MaxDynamicMods
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
54 -CleavageRules '${CleavageRules}'
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
55 -MinTerminiCleavages $MinTerminiCleavages
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
56 -MaxMissedCleavages $MaxMissedCleavages
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
57 #set $precursor_type = $tolerance_options.precursor_tolerance.PrecursorMzToleranceRule
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
58 -PrecursorMzToleranceRule '${tolerance_options.precursor_tolerance.PrecursorMzToleranceRule}'
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
59 #if $tolerance_options.precursor_tolerance.PrecursorMzToleranceRule == "auto" or $tolerance_options.precursor_tolerance.PrecursorMzToleranceRule == "mono"
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
60 -MonoPrecursorMzTolerance "\$mono_precursor_tolerance"
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
61 #end if
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
62 #if $tolerance_options.precursor_tolerance.PrecursorMzToleranceRule == "auto" or $tolerance_options.precursor_tolerance.PrecursorMzToleranceRule == "avg"
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
63 -AvgPrecursorMzTolerance '${tolerance_options.precursor_tolerance.AvgPrecursorMzTolerance}${tolerance_options.precursor_tolerance.avg_precursor_mz_tolerance_units}'
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
64 #end if
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
65 -FragmentMzTolerance "\$fragment_tolerance"
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
66 -UseSmartPlusThreeModel $advanced.UseSmartPlusThreeModel
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
67 -MinPeptideLength $advanced.MinPeptideLength
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
68 -MaxPeptideLength $advanced.MaxPeptideLength
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
69 -NumChargeStates $advanced.NumChargeStates
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
70 -MaxResultRank $advanced.MaxResultRank
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
71 #set $set = str($advanced.MonoisotopeAdjustmentSet).replace("[[", "[").replace("]]","]")
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
72 -MonoisotopeAdjustmentSet '$set'
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
73 #if $advanced.MaxPeakCount
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
74 -MaxPeakCount $advanced.MaxPeakCount
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
75 #end if
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
76 #if $advanced.fragmentation_rule.FragmentationAutoRule
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
77 -FragmentationAutoRule false -FragmentationRule 'manual:${advanced.fragmentation_rule.FragmentationRule}'
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
78 #end if
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
79 &&
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
80 mv '$output_name' output
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
81 ]]>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
82 </command>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
83 <inputs>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
84 <param name="input" type="data" format="mzml,mzxml,mgf,ms2,mz5" label="Input Raw MS File(s)"/>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
85 <conditional name="mzrefinement">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
86 <param name="use_mzrefinement" type="boolean" label="Do you have an mzRefinement file from msconvert's mzRefiner filter?" truevalue="true" falsevalue="false" help="MyriMatch can use the mzRefinement file to automatically set precursor and fragment tolerances." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
87 <when value="false"></when>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
88 <when value="true">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
89 <param name="mzrefinement_file" type="data" format="csv" label="Input mzRefinement File" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
90 </when>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
91 </conditional>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
92 <param argument="-OutputFormat" type="select" label="Output Type" help="The file format to use for results of the search.">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
93 <option value="pepXML">pepXML</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
94 <option value="mzid">mzIdentML</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
95 </param>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
96 <param argument="-ProteinDatabase" format="fasta" type="data" label="Protein Database" help="The FASTA protein database to search against. Only amino-acid type FASTA is supported." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
97 <param argument="-DecoyPrefix" type="text" label="Decoy Prefix" value="rev_" help="If the protein database contains accessions prefixed with this string, those proteins will be considered decoys. If there are no decoy protein, this prefix will be used to generate an automatic decoy for each target protein. Set this to an empty string to disable automatic decoys." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
98 <param argument="-CleavageRules" type="select" label="Cleavage Agent" help="The cleavage agent to generate in silico peptides from the protein database." >
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
99 <option value="Trypsin/P">Trypsin/P (allows for cut after K or R)</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
100 <option value="Trypsin">Trypsin (normal trypsin cut, disallows cutting when the site is before a proline)</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
101 <option value="Chymotrypsin">Chymotrypsin (allows cut after F,Y,W,L. Disallows cutting before proline)</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
102 <option value="TrypChymo">TrypChymo (combines "Trypsin/P" and "Chymotrypsin" cleavage rules)</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
103 <option value="Lys-C">Lys-C</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
104 <option value="Lys-C/P">Lys-C/P (Lys-C, disallowing cutting before proline)</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
105 <option value="Asp-N">Asp-N</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
106 <option value="PepsinA">PepsinA (cuts right after F, L)</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
107 <option value="CNBr">CNBr (cyanogen bromide)</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
108 <option value="Formic_acid">Formic acid</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
109 </param>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
110 <param argument="-MinTerminiCleavages" type="select" label="Cleavage Specificity" help="Controls which peptide termini must match the cleavage rules.">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
111 <option value="2">Fully specific (both termini match cleavage rules)</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
112 <option value="1" selected="true">Semi-specific (at least one terminus must match cleavage rules)</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
113 <option value="0">Non-specific (neither terminus is required to match cleavage rules)</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
114 </param>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
115 <param argument="-MaxMissedCleavages" type="integer" min="0" value="2" label="Maximum Missed Cleavages" help="Candidate peptides with more than this number of uncleaved cleavage sites will be skipped." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
116 <repeat name="StaticMods" title="Static Modifications" help="Modifications that are always applied to an amino acid. (-StaticMods)">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
117 <param name="aa" type="text" label="Amino Acid">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
118 <sanitizer><valid initial="string.ascii_uppercase"><remove value="B"/><remove value="J"/><remove value="O"/><remove value="Z"/></valid></sanitizer>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
119 </param>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
120 <param name="mass" type="float" label="Mass" value="0" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
121 </repeat>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
122 <repeat name="DynamicMods" title="Dynamic Modifications" help="Modifications that can either be present or absent on an amino acid. (-DynamicMods)">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
123 <param name="motif" type="text" label="Amino Acid Motif">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
124 <sanitizer>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
125 <valid initial="string.ascii_uppercase">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
126 <remove value="B"/><remove value="J"/><remove value="O"/><remove value="Z"/>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
127 <add value="["/><add value="]"/>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
128 <add value="("/><add value=")"/>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
129 <add value="{"/><add value="}"/>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
130 <add value="."/>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
131 <add value="!"/>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
132 </valid>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
133 </sanitizer>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
134 </param>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
135 <param name="mass" type="float" label="Mass" value="0" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
136 </repeat>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
137 <param argument="-MaxDynamicMods" type="integer" min="0" value="4" label="Maximum Dynamic Mods" help="Candidate peptides with more than this number of dynamic modifications will be skipped." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
138 <section name="tolerance_options" title="M/Z Tolerance Options" expanded="True">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
139 <conditional name="precursor_tolerance">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
140 <param argument="-PrecursorMzToleranceRule" type="select" label="Precursor Mass Type" help="For data from Thermo instruments, using the 'auto' setting on a will automatically choose monoisotopic or average mass values, for other instruments monoisotopic or average should be chosen.">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
141 <option value="auto">Auto</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
142 <option value="avg">Average</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
143 <option value="mono">Monoisotopic</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
144 </param>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
145 <when value="auto">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
146 <param argument="-MonoPrecursorMzTolerance" type="float" min="0.000001" value="10" label="Monoisotopic Precursor m/z Tolerance" help="This tolerance will be used for spectra that are determined to have monoisotopic precursors. MonoisotopeAdjustmentSet is applied to these." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
147 <param name="mono_precursor_mz_tolerance_units" type="select" label="Monoisotopic Precursor m/z Tolerance Units">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
148 <option value="ppm">Parts per million</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
149 <option value="daltons">Daltons</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
150 </param>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
151 <param argument="-AvgPrecursorMzTolerance" type="float" min="0.000001" value="1.25" label="Average Precursor m/z Tolerance" help="This tolerance will be used for spectra that are determined to have average mass precursors. MonoisotopeAdjustmentSet is not applied to these." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
152 <param name="avg_precursor_mz_tolerance_units" type="select" label="Average Precursor m/z Tolerance Units">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
153 <option value="ppm">Parts per million</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
154 <option value="daltons" selected="true">Daltons</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
155 </param>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
156 </when>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
157 <when value="avg">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
158 <param argument="-AvgPrecursorMzTolerance" type="float" min="0.000001" value="1.25" label="Average Precursor m/z Tolerance" help="This tolerance will be used for all spectra, but MonoisotopeAdjustmentSet will never be applied." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
159 <param name="avg_precursor_mz_tolerance_units" type="select" label="Average Precursor m/z Tolerance Units">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
160 <option value="ppm">Parts per million</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
161 <option value="daltons" selected="true">Daltons</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
162 </param>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
163 </when>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
164 <when value="mono">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
165 <param argument="-MonoPrecursorMzTolerance" type="float" min="0.000001" value="10" label="Monoisotopic Precursor m/z Tolerance" help="This tolerance will be used for all spectra, and MonoisotopeAdjustmentSet is likewise applied to all spectra." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
166 <param name="mono_precursor_mz_tolerance_units" type="select" label="Monoisotopic Precursor m/z Tolerance Units">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
167 <option value="ppm">Parts per million</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
168 <option value="daltons">Daltons</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
169 </param>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
170 </when>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
171 </conditional>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
172 <param argument="-FragmentMzTolerance" type="float" min="0.000001" value="0.5" label="Fragment m/z Tolerance" help="This tolerance is used for matching to fragment ions." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
173 <param name="fragment_mz_tolerance_units" type="select" label="Fragment m/z Tolerance Units">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
174 <option value="ppm">Parts per million</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
175 <option value="daltons" selected="true">Daltons</option>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
176 </param>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
177 </section>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
178 <section name="advanced" title="Advanced Options" expanded="False">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
179 <param argument="-MaxPeakCount" type="integer" min="10" value="" optional="true" label="Use Max Peaks" help="Filter out all but the specified number of peaks, keep empty to use all peaks." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
180 <conditional name="fragmentation_rule">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
181 <param argument="-FragmentationAutoRule" type="boolean" label="Override Fragmentation Rule (Ion Series)" help="If the input file provides mass analyzer information (mzML, mzXML, mz5), MyriMatch can automatically choose the ion series to search on a scan-by-scan basis." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
182 <when value="false" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
183 <when value="true">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
184 <param argument="-FragmentationRule" type="text" label="Fragmentation Rule" help="Specify as a comma-separated list of a, b, c, x, y, z, or z* (z+1), e.g. 'b,y,z'" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
185 </when>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
186 </conditional>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
187 <param argument="-MinPeptideLength" type="integer" min="3" value="5" label="Minimum Peptide Length" help="Candidate peptides shorter than this will not be compared against any spectrum." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
188 <param argument="-MaxPeptideLength" type="integer" min="3" value="75" label="Maximum Peptide Length" help="Candidate peptides longer than this will not be compared against any spectrum." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
189 <param argument="-UseSmartPlusThreeModel" type="boolean" truevalue="true" falsevalue="false" label="Use Smart Plus 3 Model" help="For +3 and higher precursors, the fragment ions predicted depend on the way this parameter is set. When this parameter is true, then for each peptide bond, an internal calculation is done to estimate the basicity of the b and y fragment sequence. When this parameter is false, however, ALL possible charge distributions for the fragment ions are generated for every peptide bond." checked="true" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
190 <param argument="-NumChargeStates" type="integer" min="1" value="3" label="Number of Charge States" help="For spectra with an ambiguous multiple charge state, it will be treated as any charge in the range: [+2,NumChargeStates]." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
191 <param argument="-MaxResultRank" type="integer" min="1" value="2" label="Maximum Result Rank" help="The maximum rank of a search result (results with the same score occupy the same rank)." />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
192 <param argument="-MonoisotopeAdjustmentSet" type="text" value="[-1,2]" label="Monoisotope Adjustment Set" help="For monoisotopic precursors where the monoisotope may have been incorrectly assigned to a nearby isotope, this range of adjustments will be considered. Instead of trying a wide precursor tolerance for a spectrum, this tries multiple tight tolerances.">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
193 <sanitizer invalid_char=""><valid initial="string.digits"><add value="["/><add value="]"/><add value=","/><add value="-"/></valid><mapping initial="none"></mapping></sanitizer>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
194 </param>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
195 </section>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
196 </inputs>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
197 <outputs>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
198 <data format="raw_pepxml" name="output" from_work_dir="output">
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
199 <change_format>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
200 <when input="OutputFormat" value="mzid" format="mzid" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
201 </change_format>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
202 </data>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
203 </outputs>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
204 <tests>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
205 <test>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
206 <param name="input" value="input/201208-378803.mzML" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
207 <param name="ProteinDatabase" value="input/cow.protein.PRG2012-subset.fasta" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
208 <param name="DecoyPrefix" value="XXX_" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
209 <param name="StaticMods_0|aa" value="C" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
210 <param name="StaticMods_0|mass" value="58.00548" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
211 <param name="DynamicMods_0|motif" value="M" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
212 <param name="DynamicMods_0|mass" value="15.9949" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
213 <param name="DynamicMods_1|motif" value="(Q" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
214 <param name="DynamicMods_1|mass" value="-17.026" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
215 <param name="DynamicMods_2|motif" value="[QN]" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
216 <param name="DynamicMods_2|mass" value="0.984016" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
217 <param name="PrecursorMzToleranceRule" value="mono" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
218 <param name="MonoPrecursorMzTolerance" value="50" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
219 <param name="MinTerminiCleavages" value="1" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
220 <param name="MaxMissedCleavages" value="2" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
221 <param name="MaxDynamicMods" value="2" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
222 <param name="NumChargeStates" value="5" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
223 <param name="MaxResultRank" value="3" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
224 <param name="MonoisotopeAdjustmentSet" value="[-1,2]" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
225 <param name="UseSmartPlusThreeModel" value="false" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
226 <output name="output" file="201208-378803-mm.pepXML" lines_diff="12" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
227 </test>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
228 <test>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
229 <param name="input" value="input/201208-378803.mzML" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
230 <param name="ProteinDatabase" value="input/cow.protein.PRG2012-subset.fasta" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
231 <param name="CleavageRules" value="Trypsin" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
232 <param name="DecoyPrefix" value="XXX_" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
233 <param name="PrecursorMzToleranceRule" value="mono" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
234 <param name="MonoPrecursorMzTolerance" value="15" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
235 <param name="MinTerminiCleavages" value="2" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
236 <param name="MaxMissedCleavages" value="4" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
237 <param name="NumChargeStates" value="3" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
238 <param name="MaxResultRank" value="1" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
239 <param name="MonoisotopeAdjustmentSet" value="0" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
240 <output name="output" file="201208-378803-mm-15ppm-fully-tryptic.pepXML" lines_diff="12" />
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
241 </test>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
242 </tests>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
243 <help>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
244 <![CDATA[
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
245 **What it does**
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
246
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
247 Performs protein identification via database search using MyriMatch.
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
248 ]]>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
249 </help>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
250 <citations>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
251 <citation type="doi">10.1021/pr0604054</citation>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
252 <citation type="bibtex">@misc{toolsGalaxyP, author = {Chilton, J, Chambers MC, et al.}, title = {Galaxy Proteomics Tools}, publisher = {GitHub}, journal = {GitHub repository},
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
253 year = {2015}, url = {https://github.com/galaxyproteomics/tools-galaxyp}}</citation> <!-- TODO: fix substitution of commit ", commit = {$sha1$}" -->
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
254 </citations>
4bb0872e2b5f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/myrimatch commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
galaxyp
parents:
diff changeset
255 </tool>