Repository 'package_hmmer_3_1'
hg clone https://toolshed.g2.bx.psu.edu/repos/lionelguy/package_hmmer_3_1

Changeset 0:007c736bf7e8 (2013-09-04)
Commit message:
Uploaded
added:
tool_dependencies.xml
b
diff -r 000000000000 -r 007c736bf7e8 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Wed Sep 04 10:08:24 2013 -0400
b
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="hmmer" version="3.1b1">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://selab.janelia.org/software/hmmer3/3.1b1/hmmer-3.1b1.tar.gz</action>
+                <!-- Make -->
+ <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
+ <action type="shell_command">make</action>
+ <action type="shell_command">make install</action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+This installs hmmer 3.1b1. See http://hmmer.janelia.org/ for more details.
+        </readme>
+    </package>
+</tool_dependency>
+