Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.41 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.41 KB

Canu

Canu is a fork of the Celera Assembler, designed for high-noise single-molecule sequencing (such as the PacBio RS II or Oxford Nanopore MinION).

Canu is a hierachical assembly pipeline which runs in four steps:

  • Detect overlaps in high-noise sequences using MHAP
  • Generate corrected sequence consensus
  • Trim corrected sequences
  • Assemble trimmed corrected sequences

Build:

git clone https://github.com/marbl/canu.git
cd canu/src
make -j <number of threads>

Run:

Brief command line help:

../<achitechture>/bin/canu

Full list of parameters:

../<architecture>/bin/canu -options

Learn:

The quick start will get you assembling quickly, while the tutorial explains things in more detail.

Citation: