Difference between revisions of "Exonerate"

From UFRC
Jump to navigation Jump to search
m (Text replace - "<!--Location--> {{App_Location|app={{#var:app}}|{{#var:ver}}}}" to "")
m (Text replace - "==Running the application using modules==" to "==Execution Environment and Modules==")
Line 29: Line 29:
 
* 2.2
 
* 2.2
 
<!--Modules-->
 
<!--Modules-->
{{#if: {{#var: mod}}|==Running the application using modules==
+
{{#if: {{#var: mod}}|==Execution Environment and Modules==
 
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}
 
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}
 
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below-->
 
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below-->

Revision as of 02:02, 10 August 2012

Description

exonerate website  

  • Exonerate is a generic tool for pairwise sequence comparison.
  • It allows you to align sequences using a many alignment models, using either exhaustive dynamic programming, or a variety of heuristics.
  • If you have questions, you can email the Author.

Available versions

  • 2.2

Execution Environment and Modules

To use exonerate with the environment modules system at HPC the following commands are available:

Get module information for exonerate:

$module spider exonerate

Load the default application module:

$module load exonerate

The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:

  • HPC_EXONERATE_DIR - directory where exonerate is located.