commit/galaxy-central: greg: Make sure metata is set for repositories in the tool shed that contain only invalid tools.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/564c49962741/ changeset: 564c49962741 user: greg date: 2013-01-04 15:17:47 summary: Make sure metata is set for repositories in the tool shed that contain only invalid tools. affected #: 1 file diff -r 8d7d70348e526c64168392501922aa56f45d0a84 -r 564c49962741608b073e9c3fb87b57f7e8aa454b lib/galaxy/util/shed_util_common.py --- a/lib/galaxy/util/shed_util_common.py +++ b/lib/galaxy/util/shed_util_common.py @@ -1056,6 +1056,7 @@ tool, valid, error_message = load_tool_from_config( app, full_path ) if tool is None: if not valid: + invalid_tool_configs.append( name ) invalid_file_tups.append( ( name, error_message ) ) else: invalid_files_and_errors_tups = check_tool_input_params( app, files_dir, name, tool, sample_file_copy_paths ) 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