Correction to docstring for Tool.build_param_dict
Hi all, Here is a small fix to the docstring for Tool.build_param_dict. Peter diff -r 53d1fa98fa05 lib/galaxy/tools/__init__.py --- a/lib/galaxy/tools/__init__.py Thu Oct 21 16:10:26 2010 -0400 +++ b/lib/galaxy/tools/__init__.py Fri Oct 22 13:32:31 2010 +0100 @@ -1333,7 +1333,7 @@ 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
Included in galaxy-central changeset 4528:cf8bef68e8be Thanks, J. On Fri, Oct 22, 2010 at 8:35 AM, Peter <peter@maubp.freeserve.co.uk> wrote:
Hi all,
Here is a small fix to the docstring for Tool.build_param_dict.
Peter
diff -r 53d1fa98fa05 lib/galaxy/tools/__init__.py --- a/lib/galaxy/tools/__init__.py Thu Oct 21 16:10:26 2010 -0400 +++ b/lib/galaxy/tools/__init__.py Fri Oct 22 13:32:31 2010 +0100 @@ -1333,7 +1333,7 @@ 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 _______________________________________________ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-dev
participants (2)
-
Jeremy Goecks
-
Peter