Previous changeset 8:3be453a69e70 (2017-05-19) Next changeset 10:91b3558fa73f (2017-05-31) |
Commit message:
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit d583ac16a6c6942730ea536eb59cc37941816030-dirty |
modified:
tool_dependencies.xml |
b |
diff -r 3be453a69e70 -r ee187d1e0798 tool_dependencies.xml --- a/tool_dependencies.xml Fri May 19 15:57:41 2017 -0400 +++ b/tool_dependencies.xml Fri May 19 16:32:23 2017 -0400 |
b |
@@ -75,9 +75,7 @@ <environment_variable action="set_to" name="HOME">$INSTALL_DIR/jbrowse</environment_variable> </action> <action type="shell_command"> - - HOME="${INSTALL_DIR}/jbrowse" ./setup.sh - + export HOME=$INSTALL_DIR/jbrowse && ./setup.sh </action> <action type="move_directory_files"> <source_directory>.</source_directory> |