commit/galaxy-central: greg: Restrice display of certain tool dependency columns when in the tool shed.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/3674685eeb0d/ changeset: 3674685eeb0d user: greg date: 2013-01-11 21:09:33 summary: Restrice display of certain tool dependency columns when in the tool shed. affected #: 1 file diff -r 1bd3e09417b16e31d2ecce606ac1db5f5564e887 -r 3674685eeb0d171b9f4c0b01e2c7f56cfba86ce7 templates/webapps/community/repository/common.mako --- a/templates/webapps/community/repository/common.mako +++ b/templates/webapps/community/repository/common.mako @@ -507,10 +507,12 @@ ${version_str | h} </${cell_type}><${cell_type}>${tool_dependency.type | h}</${cell_type}> - %if is_missing: - <${cell_type}>${tool_dependency.installation_status | h}</${cell_type}> - %elif tool_dependency.install_dir: - <${cell_type}>${tool_dependency.install_dir | h}</${cell_type}> + %if trans.webapp.name == 'galaxy': + %if is_missing: + <${cell_type}>${tool_dependency.installation_status | h}</${cell_type}> + %elif tool_dependency.install_dir: + <${cell_type}>${tool_dependency.install_dir | h}</${cell_type}> + %endif %endif </tr><% 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