# HG changeset patch # User galaxyp # Date 1509178610 14400 # Node ID 3634c90301afc0330a6cb90056a36d1bc39d9de9 # Parent a72c48001f7cea6050abd6557c7338bec4125e5d planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit dea56622eb32b82c87dc87567dc89db3a787033d diff -r a72c48001f7c -r 3634c90301af macros.xml --- a/macros.xml Wed Sep 27 08:59:54 2017 -0400 +++ b/macros.xml Sat Oct 28 04:16:50 2017 -0400 @@ -8,10 +8,10 @@ - -frag_tol "${precursor_options.fragment_tol}" - ### -frag_ppm - -prec_tol "${precursor_options.precursor_ion_tol}" - -prec_ppm "${precursor_options.precursor_ion_tol_units}" + -frag_tol '${precursor_options.fragment_tol}' + -frag_ppm '${precursor_options.fragment_tol_units}' + -prec_tol '${precursor_options.precursor_ion_tol}' + -prec_ppm '${precursor_options.precursor_ion_tol_units}' -min_charge $precursor_options.min_charge -max_charge $precursor_options.max_charge @@ -126,7 +126,12 @@ - + + + + diff -r a72c48001f7c -r 3634c90301af searchgui.xml --- a/searchgui.xml Wed Sep 27 08:59:54 2017 -0400 +++ b/searchgui.xml Sat Oct 28 04:16:50 2017 -0400 @@ -1,4 +1,4 @@ - + Perform protein identification using various search engines and prepare results for input to Peptide Shaker @@ -537,7 +537,7 @@ label="X!Tandem: Output Sequences" type="boolean" truevalue="1" falsevalue="0" checked="false" /> - + @@ -676,7 +676,7 @@ label="MSGF: Minimum Peptide Length" help="Minimum length for a peptide to be considered"/> -