Previous changeset 7:ef3a3904007d (2017-05-19) Next changeset 9:ee187d1e0798 (2017-05-19) |
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 ef3a3904007d -r 3be453a69e70 tool_dependencies.xml --- a/tool_dependencies.xml Fri May 19 12:12:53 2017 -0400 +++ b/tool_dependencies.xml Fri May 19 15:57:41 2017 -0400 |
b |
@@ -75,7 +75,9 @@ <environment_variable action="set_to" name="HOME">$INSTALL_DIR/jbrowse</environment_variable> </action> <action type="shell_command"> - ./setup.sh + + HOME="${INSTALL_DIR}/jbrowse" ./setup.sh + </action> <action type="move_directory_files"> <source_directory>.</source_directory> |