wwood / velvet

Short read de novo assembler using de Bruijn graphs

Home Page:www.ebi.ac.uk/~zerbino/velvet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README.TXT

VELVET SOURCE 
March 28 2008
Daniel Zerbino

NOTE: The PDF manual in this directory contains all the information contained
in this text file, plus much more!

> SUMMARY
	* A/ REQUIREMENTS
	* B/ COMPILING INSTRUCTIONS
	* C/ WHERE IS THE MANUAL?

----------------------------------------------------------------------------------
A/ REQUIREMENTS

	Velvet should function on any standard 64bit Linux environment with
gcc. A good amount of physical memory (12GB to start with, more is no luxury)
is recommended. 

----------------------------------------------------------------------------------
B/ COMPILING INSTRUCTIONS

Normally, with a GNU environment, just type:

> make

For colorspace Velvet replace that command with 

> make color

Otherwise compile each *.c file separately, then execute the default
instructions at the top of Makefile. 

----------------------------------------------------------------------------------
C/ WHERE IS THE MANUAL?

If you cannot find the PDF manual in the source directory (probably because
you downloaded Velvet through git), you can simply compile it:

> make doc

About

Short read de novo assembler using de Bruijn graphs

www.ebi.ac.uk/~zerbino/velvet/

License:GNU General Public License v2.0


Languages

Language:C 76.8%Language:C++ 8.1%Language:Assembly 3.7%Language:Perl 3.1%Language:Ada 2.3%Language:C# 1.5%Language:TeX 1.3%Language:Objective-C 1.2%Language:Oxygene 1.1%Language:Python 0.6%Language:CLIPS 0.2%Language:Shell 0.1%