galaxy-dist commit cf8bef68e8be: Correction to docstring for Tool.build_param_dict() -- from peter@maubp.freeserve.co.uk
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User jeremy goecks <jeremy.goecks@emory.edu> # Date 1288810958 14400 # Node ID cf8bef68e8befb8b6631578b71ff69f701fc0d4d # Parent b1ec8342053f3cdcd0a081ff28f077a76bd188cc Correction to docstring for Tool.build_param_dict() -- from peter@maubp.freeserve.co.uk --- a/lib/galaxy/tools/__init__.py +++ b/lib/galaxy/tools/__init__.py @@ -1333,7 +1333,7 @@ class Tool: line. Each value is wrapped in a `InputValueWrapper`, which allows all the attributes of the value to be used in the template, *but* when the __str__ method is called it actually calls the - `to_param_dict_value` method of the associated input. + `to_param_dict_string` method of the associated input. """ param_dict = dict() # All parameters go into the param_dict
participants (1)
-
commits-noreply@bitbucket.org