# HG changeset patch # User galaxyp # Date 1509178594 14400 # Node ID 2439164e60610081651c7ca92c8011947e2f92e7 # Parent ea780a2a88b2ef3f68a14fad6cac9e59ea189ba3 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit dea56622eb32b82c87dc87567dc89db3a787033d diff -r ea780a2a88b2 -r 2439164e6061 macros.xml --- a/macros.xml Wed Sep 27 08:59:39 2017 -0400 +++ b/macros.xml Sat Oct 28 04:16:34 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 ea780a2a88b2 -r 2439164e6061 searchgui.xml --- a/searchgui.xml Wed Sep 27 08:59:39 2017 -0400 +++ b/searchgui.xml Sat Oct 28 04:16:34 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"/> -