Exonerate 2.2.0: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
Megen002 (talk | contribs)
No edit summary
Megen002 (talk | contribs)
No edit summary
Line 19: Line 19:
prepend-path    PATH            $exonerate_220_root
prepend-path    PATH            $exonerate_220_root
</source>
</source>
 
== Installation details ==
Installed as pre- compiled libraries downloaded from the Exonerate [https://www.ebi.ac.uk/~guy/exonerate/exonerate-2.2.0-x86_64.tar.gz download page]


== See also ==
== See also ==

Revision as of 15:02, 21 December 2013

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.

Module file

The module file can be found in this location:

 /cm/shared/apps/WUR/ABGC/modulefiles
#%Module1.0#######################################################################
## exonerate 2.2.0-x86_64 modulefile
##
proc ModulesHelp { } {

        puts stderr "\tAdds exonerate 2.2.0-x86_64 to your environment"
}

module-whatis   "Adds exonerate 2.2.0-x86_64 to your environment"

set             exonerate_220_root        /cm/shared/apps/WUR/ABGC/exonerate/exonerate-2.2.0-x86_64/bin

prepend-path     PATH             $exonerate_220_root

Installation details

Installed as pre- compiled libraries downloaded from the Exonerate download page

See also

External links