1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d30b580ffbc5/ Changeset: d30b580ffbc5 User: greg Date: 2014-08-12 20:15:00 Summary: Do not include invalid tools when checking for "orphan" tool dependencies in the Tool Shed. Affected #: 1 file diff -r 264657dfe72d2aa1c2ec1f5ff1aa1f5c1ac16f91 -r d30b580ffbc5cdb5f9fe8fcefe7261152fab1303 lib/tool_shed/galaxy_install/dependency_display.py --- a/lib/tool_shed/galaxy_install/dependency_display.py +++ b/lib/tool_shed/galaxy_install/dependency_display.py @@ -153,7 +153,7 @@ # Updating should cause no problems here since a tool dependency cannot be included # in both dictionaries. tool_dependencies.update( orphan_tool_dependencies ) - if tool_dependencies and ( tools or invalid_tools ): + if tool_dependencies and tools: for td_key, requirements_dict in tool_dependencies.items(): if td_key == 'set_environment': # "set_environment": [{"name": "R_SCRIPT_PATH", "type": "set_environment"}] 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.