changeset 3:24009970003a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_augustus_3_1 commit a07cb10e840db61500822627bf8c8addf29d9f4f
author iuc
date Tue, 20 Oct 2015 14:19:29 -0400
parents 71bb72c60987
children
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jul 17 10:07:06 2015 -0400
+++ b/tool_dependencies.xml	Tue Oct 20 14:19:29 2015 -0400
@@ -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>