Previous changeset 3:60119b3b5dfe (2019-06-27) Next changeset 5:8dc6db5b3b2e (2019-06-27) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
diff -r 60119b3b5dfe -r 153346f259e9 tool_dependencies.xml --- a/tool_dependencies.xml Thu Jun 27 04:49:05 2019 -0400 +++ b/tool_dependencies.xml Thu Jun 27 05:00:21 2019 -0400 |
b |
@@ -3,7 +3,8 @@ <package name="profrep_databases" version="1.0"> <install version="1.0"> <actions> - <action type="shell_command">touch /tmp/galaxy_installation_check</action> + <action type="shell_command">env > /tmp/galaxy_installation_check</action> + <action type="shell_command">pwd >> /tmp/galaxy_installation_check</action> </actions> </install> <readme> |