changeset 1:bd0a14c43fc2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_infernal_1_1 commit 97a064489364118d108b0dd2cfb4d9bc53080837
author iuc
date Thu, 19 Nov 2015 13:31:36 -0500
parents 429f1a518beb
children 782189882ab5
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Nov 08 10:46:44 2013 -0500
+++ b/tool_dependencies.xml	Thu Nov 19 13:31:36 2015 -0500
@@ -4,9 +4,7 @@
         <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="autoconf"/>
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 </action>