commit/galaxy-central: greg: Another fix for the ToolDataTableManager for handling configured directories.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/ea2fbfe6d9db/ changeset: ea2fbfe6d9db user: greg date: 2012-06-14 22:26:13 summary: Another fix for the ToolDataTableManager for handling configured directories. affected #: 1 file diff -r 6498eb3e409adb8ce71241f8e3b94bb23891f30f -r ea2fbfe6d9db5b9eac1830a7e9de1aea0dcf5806 lib/galaxy/util/shed_util.py --- a/lib/galaxy/util/shed_util.py +++ b/lib/galaxy/util/shed_util.py @@ -1151,7 +1151,10 @@ error = False message = '' try: - new_table_elems = app.tool_data_tables.add_new_entries_from_config_file( filename, app.config.tool_data_table_config_path, persist=persist ) + new_table_elems = app.tool_data_tables.add_new_entries_from_config_file( config_filename=filename, + tool_data_path=app.config.tool_data_path, + tool_data_table_config_path=app.config.tool_data_table_config_path, + persist=persist ) except Exception, e: message = str( e ) error = True 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.
participants (1)
-
Bitbucket