Mercurial > repos > fubar > tool_factory_2
comparison docker/post-start-actions.sh @ 42:b938475235e3 draft
Uploaded
author | fubar |
---|---|
date | Sun, 16 Aug 2020 08:33:09 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
41:f8c1694190f0 | 42:b938475235e3 |
---|---|
1 #!/bin/bash | |
2 # hook to install tf demo workflow | |
3 echo "#### post start actions.sh hook happening" | |
4 chown $GALAXY_USER $GALAXY_ROOT/workflows/TF_example_wf.ga | |
5 workflow-install -w $GALAXY_ROOT/workflows/TF_example_wf.ga -g http://localhost -a fakekey --publish_workflows |