Short read de novo assembler using de Bruijn graphs, as published in: D.R. Zerbino and E. Birney. 2008. Velvet: algorithms for de novo short read assembly using de Bruijn graphs. Genome Research, 18: 821-829
License
dzerbino/velvet
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
PermalinkREADME.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, as published in: D.R. Zerbino and E. Birney. 2008. Velvet: algorithms for de novo short read assembly using de Bruijn graphs. Genome Research, 18: 821-829