Scientific Supercomputing at the NIH

MIRA

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

Features:

Version

2.9.26

Usage

A bunch of sample input files are put under /usr/local/mira/minidemo/spneut4demo_assemblies/assemblies. It is highly recommended that users read manual first since there are many analysis can be run by MIRA, below is just a small demo job regarding what MIRA can do.

Example for 454 assembly (replace 'user' with your own helix id):

% mkdir /data/user/mira/run1
% cd /data/user/mira/run1
% cp -r /usr/local/mira/minidemo/spneut4demo_assemblies/assemblies/40kb_454only .
% cd 40kb_454only

In the '40kb_454only' directory, there is a file called runme.sh. This file contains basic commands to run mira. Users can modify the commands in this file later to customize their own mira jobs. User can also run the command directly at the prompt, for example:

% cd /data/user/mira/run1/40kb_454only
% /usr/local/mira/bin/mira -project=spneu_t4_40kb_454only --job=denovo,genome,normal,454 --noclipping -OUT:otc=yes >&log_assembly.txt

Documentation

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