changeset 0:7adf47fb049c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_hmmer_3_1b2 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
author iuc
date Fri, 09 Oct 2015 05:29:07 -0400
parents
children 5a204dd4d79e
files tool_dependencies.xml
diffstat 1 files changed, 39 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Fri Oct 09 05:29:07 2015 -0400
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="hmmer" version="3.1b2">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">ftp://selab.janelia.org/pub/software/hmmer3/3.1b2/hmmer-3.1b2.tar.gz</action>
+                <action type="autoconf" />
+                <action type="change_directory">easel/miniapps/</action>
+                <action type="make_install" />
+                <action type="set_environment">
+                    <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+HMMER is used for searching sequence databases for homologs of protein
+sequences, and for making protein sequence alignments. It implements methods
+using probabilistic models called profile hidden Markov models (profile HMMs).
+
+Compared to BLAST, FASTA, and other sequence alignment and database search
+tools based on older scoring methodology, HMMER aims to be significantly more
+accurate and more able to detect remote homologs because of the strength of its
+underlying mathematical models. In the past, this strength came at significant
+computational expense, but in the new HMMER3 project, HMMER is now essentially
+as fast as BLAST.
+
+As part of this evolution in the HMMER software, we are committed to making the
+software available to as many scientists as possible. Earlier releases of HMMER
+were restricted to command line use. To make the software more accessible to
+the wide scientific community, we now provide servers that allow sequence
+searches to be performed interactively via the Web.
+
+http://hmmer.janelia.org/
+        </readme>
+    </package>
+</tool_dependency>