changeset 1:2bac556aa73f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_infernal_1_1 commit 6692e3a4fa1bf6e9a407735afdbb2454ed32b316
author iuc
date Thu, 28 Jan 2016 02:59:47 -0500
parents b5c01b683dc9
children
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sat Dec 07 04:59:03 2013 -0500
+++ b/tool_dependencies.xml	Thu Jan 28 02:59:47 2016 -0500
@@ -3,10 +3,10 @@
     <package name="infernal" version="1.1">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">ftp://selab.janelia.org/pub/software/infernal/infernal-1.1.tar.gz</action>
-                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
-                <action type="shell_command">make</action>
-                <action type="shell_command">make install</action>
+                <action type="download_by_url" sha256sum="d1f2f70e952e8a8a9ba3bae8a7b45666049dddca3bfc5e1fb9e8e845e0ed995b">
+                    https://depot.galaxyproject.org/software/infernal/infernal_1.1_src_all.tar.gz
+                </action>
+                <action type="autoconf"/>
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 </action>