Table of Contents

Velvet

Sequence assembler for very short reads.

Information

Usage

See versions which are available:

$ module avail velvet

Load one version into your environment and run it:

$ module load velvet/1.2.10
$ velvetg

Extra information

Installation

Notes from the sysadmin during installation:

$ wget https://github.com/dzerbino/velvet/archive/refs/tags/v1.2.10.tar.gz
$ tar xf v1.2.10.tar.gz 
$ cd velvet-1.2.10
$ make OPENMP=1
$ make cleanobj
$ sudo cp -r . /export/apps/velvet/1.2.10