Skip to content
/ canu Public
forked from marbl/canu

A single molecule sequence assembler for genomes large and small.

Notifications You must be signed in to change notification settings

rchikhi/canu

 
 

Repository files navigation

Canu

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

Canu is a hierarchical 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

Install:

The easiest way to get started is to download a release.

Alternatively, you can also build the latest unreleased from github:

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

The unreleased tip has not undergone the same testing as a release and so may have unknown bugs or issues generating sub-optimal assemblies. We recommend the release version for most users.

Learn:

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

Run:

Brief command line help:

../<architecture>/bin/canu

Full list of parameters:

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

Citation:

About

A single molecule sequence assembler for genomes large and small.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 51.0%
  • C 39.4%
  • Perl 8.3%
  • Makefile 0.9%
  • Shell 0.2%
  • CSS 0.2%