1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f7235d0ad14f/ Changeset: f7235d0ad14f Branch: stable User: jmchilton Date: 2015-01-15 18:20:34+00:00 Summary: Skip extra wrapping around template-style macros. Cheetah wants these to be strings. Affected #: 1 file diff -r 33cdbd98c2398f08a2d776813a8128134f90c6db -r f7235d0ad14fd90b8977e88f68715a7dedc5bab9 lib/galaxy/tools/evaluation.py --- a/lib/galaxy/tools/evaluation.py +++ b/lib/galaxy/tools/evaluation.py @@ -348,7 +348,7 @@ Note: this method follows the style of the similar populate calls, in that param_dict is modified in-place. """ # chromInfo is a filename, do not sanitize it. - skip = [ 'chromInfo' ] + skip = [ 'chromInfo' ] + self.tool.template_macro_params.keys() if not self.tool or not self.tool.options or self.tool.options.sanitize: for key, value in param_dict.items(): if key not in skip: Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.