User Tools

Site Tools


muscle-software

This is an old revision of the document!


Table of Contents

MUSCLE

MUSCLE is a multiple alignment program with accuracy and speed that are consistently better than CLUSTALW.

Information

Usage

See versions of muscle which are available:

$ module avail muscle

Load a particular version into your environment and run it:

$ module load muscle/3.8.1551
$ muscle -version
MUSCLE v3.8.1551 by Robert C. Edgar

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget http://www.drive5.com/muscle/muscle_src_3.8.1551.tar.gz
$ mkdir muscle
$ tar xf muscle_src_3.8.1551.tar.gz -C muscle
$ cd muscle
$ sudo yum install glibc-static
$ scl enable devtoolset-7 bash
$ make
$ sudo mkdir -p /export/apps/muscle/3.8.1551
$ sudo cp muscle /export/apps/muscle/3.8.1551

If you get an error about inability to link against -lm you need to install glib-static.

muscle-software.1587030462.txt.gz · Last modified: 2020/04/16 09:47 by aorth