User Tools

Site Tools


velvet-software

This is an old revision of the document!


Table of Contents

Velvet

Sequence assembler for very short reads.

Information

Usage

See versions of velvet which are available:

module avail velvet

Memory Estimating

The following tool may be helpful in estimating memory requirements for your velvet run:

Make sure you substitute in the correct value for "k" based on the MAXKMERLENGTH used in your Velvet build.

Extra information

Installation

Notes from the sysadmin during installation:

wget https://www.ebi.ac.uk/~zerbino/velvet/velvet_1.2.10.tgz
tar xf velvet_1.2.10.tgz
cd velvet_1.2.10
scl enable devtoolset-1.1 bash
sed 's/MAXKMERLENGTH=[0-9].*$/MAXKMERLENGTH=64/' Makefile > Makefile.kmer64
make -f Makefile.kmer64
make -f Makefile.kmer64 cleanobj
sudo cp -r . /export/apps/velvet/1.2.10-kmer64
velvet-software.1401186227.txt.gz · Last modified: 2014/05/27 10:23 by aorth