Repository 'package_hmmer_3_1b2'
hg clone https://toolshed.g2.bx.psu.edu/repos/aafc-mbb/package_hmmer_3_1b2

Changeset 0:bccac727ef9e (2016-03-14)
Commit message:
Uploaded
added:
tool_dependencies.xml
b
diff -r 000000000000 -r bccac727ef9e tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Mon Mar 14 16:08:58 2016 -0400
b
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<tool_dependency>
+ <package name="hmmer" version="3.1b2">
+ <install version="1.0">
+ <actions os="linux" architecture="x86_64">
+ <action type="download_by_url">http://eddylab.org/software/hmmer3/3.1b2/hmmer-3.1b2-linux-intel-x86_64.tar.gz</action>
+ <action type="move_directory_files">
+ <source_directory>binaries</source_directory>
+ <destination_directory>$INSTALL_DIR</destination_directory>
+ </action>
+ <action type="set_environment">
+ <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
+ </action>
+ </actions>
+ </install>
+ <readme> 
+ Software: HMMER
+ Version: 3.1b2
+ Source: https://www.ebi.ac.uk/Tools/hmmer/
+ Supported OS: Linux x86_64
+
+ For more info, contact: mbb@agr.gc.ca
+ </readme>
+ </package>
+</tool_dependency>
+