High-Performance Computing at the NIH

RSS Feed
MIRA

MIRA, developed by B. Chevreux etc., is a Whole Genome Shotgun and EST Sequence Assembler.

Features:

The environment variable(s) need to be set properly first. The easiest way to do this is by using the modules commands as in the example below.

$ module avail mira
---------------------- /usr/local/Modules/3.2.9/modulefiles --------------------------------
mira/3.2.1            mira/3.4.0            mira/3.4.1.1(default)


$ module load mira

$ module list
Currently Loaded Modulefiles:
1) mira/3.4.1.1 $ module unload mira $ module load mira/3.4.1.1 $ module list Currently Loaded Modulefiles: 1) mira/3.4.1.1 $ module show mira ------------------------------------------------------------------- /usr/local/Modules/3.2.9/modulefiles/mira/3.4.1.1: module-whatis Sets up mira 3.4.1.1 prepend-path PATH /usr/local/apps/mira/3.4.1.1/bin -------------------------------------------------------------------

 

Usage

A bunch of sample input files are put under /usr/local/apps/mira/current/minidemo/ .There are many analysis can be run by MIRA, below is just a small demo job regarding what MIRA can do.

$ mkdir /data/$USER/mira/
$ cp -rL /usr/local/apps/mira/demo /data/$USER/mira/
$ cd /data/$USER/mira/demo
$ module load mira
$ mira -job=denovo,genome,normal,sanger -MI:sonfs=no -DI:trt=/scratch -lowqualitydata -LR:eq=scf SANGER_SETTINGS -LR:ft=fofnexp:mxti=no | tee log_assembly.txt

Documentation

http://www.chevreux.org/mira_manuals.html