Mercurial > repos > yating-l > jbrowsearchivecreator
changeset 28:0c075fac6719 draft
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 691e5366893905d30943a3cb8cdfb6341f0f5362-dirty
| author | yating-l |
|---|---|
| date | Fri, 13 Oct 2017 15:32:35 -0400 |
| parents | ea9af411907c |
| children | f5fbe894af85 |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Oct 13 14:51:10 2017 -0400 +++ b/tool_dependencies.xml Fri Oct 13 15:32:35 2017 -0400 @@ -83,6 +83,10 @@ <package name="apollo_api" version="3.0.3"> <install version="1.0"> <actions> + <action type="make_directory">$INSTALL_DIR/apollo</action> + <action type="set_environment"> + <environment_variable action="set_to" name="HOME">$INSTALL_DIR/apollo</environment_variable> + </action> <action type="setup_virtualenv"> apollo==3.0.3 </action>
