Mercurial > repos > galaxyp > openms_idfilter
diff IDFilter.xml @ 1:446ad4533f19 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 820d990f9217706e693b8a2f1da91e13c09cb0fb
author | galaxyp |
---|---|
date | Tue, 18 Apr 2017 16:07:53 -0400 |
parents | 2372910eff0d |
children | b6ec0f32ad4e |
line wrap: on
line diff
--- a/IDFilter.xml Wed Mar 01 12:30:51 2017 -0500 +++ b/IDFilter.xml Tue Apr 18 16:07:53 2017 -0400 @@ -126,7 +126,12 @@ -mz:error $param_mz_error #end if #if $param_mz_unit: - -mz:unit $param_mz_unit + -mz:unit + #if " " in str($param_mz_unit): + "$param_mz_unit" + #else + $param_mz_unit + #end if #end if #if $param_best_n_peptide_hits: -best:n_peptide_hits $param_best_n_peptide_hits