Previous changeset 2:71bb72c60987 (2015-07-17) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_augustus_3_1 commit a07cb10e840db61500822627bf8c8addf29d9f4f |
modified:
tool_dependencies.xml |
b |
diff -r 71bb72c60987 -r 24009970003a tool_dependencies.xml --- a/tool_dependencies.xml Fri Jul 17 10:07:06 2015 -0400 +++ b/tool_dependencies.xml Tue Oct 20 14:19:29 2015 -0400 |
b |
@@ -3,7 +3,7 @@ <package name="augustus" version="3.1"> <install version="1.0"> <actions> - <action type="download_by_url">http://bioinf.uni-greifswald.de/augustus/binaries/augustus-3.1.tar.gz</action> + <action type="download_by_url">http://bioinf.uni-greifswald.de/augustus/binaries/old/augustus-3.1.tar.gz</action> <action type="shell_command">make</action> <action type="move_directory_files"> <source_directory>bin</source_directory> @@ -20,7 +20,6 @@ <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/scripts</environment_variable> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> - <environment_variable name="AUGUSTUS_CONFIG_PATH" action="set_to">$INSTALL_DIR/config</environment_variable> </action> </actions> </install> |