Muscle 3.8.31

From HPCwiki
Revision as of 20:07, 15 March 2014 by Megen002 (talk | contribs) (Created page with "'''[http://www.drive5.com/muscle/ MUSCLE]''' MUSCLE is one of the best-performing multiple alignment programs according to published benchmark tests, with accuracy and speed t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MUSCLE MUSCLE is one of the best-performing multiple alignment programs according to published benchmark tests, with accuracy and speed that are consistently better than CLUSTALW. MUSCLE can align hundreds of sequences in seconds. Most users learn everything they need to know about MUSCLE in a few minutes—only a handful of command-line options are needed to perform common alignment tasks.

Module file

The module file can be found in this location:

 /cm/shared/modulefiles/SHARED/
#%Module1.0#######################################################################
## Muscle 3.8.31 modulefile
##
proc ModulesHelp { } {

        puts stderr "\tAdds Muscle 3.8.31 to your environment"
}

module-whatis   "Adds Muscle 3.8.31 to your environment"

set             muscle3_8_root        /cm/shared/apps/SHARED/Muscle/muscle3.8.31/
prepend-path     PATH             $muscle3_8_root

Installation details

Downloaded as pre-compiled binary:

  http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86linux64.tar.gz

See also

External links