ccbio / canu

A single molecule sequence assembler for genomes large and small.

Home Page:http://canu.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Installing with a 'package manager' is not encouraged.

  • Alternatively, you can use the latest unreleased version from the source code. This version 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.

      git clone https://github.com/marbl/canu.git
      cd canu/src
      make -j <number of threads>
    
  • An unsupported Docker image made by Frank Förster is at https://hub.docker.com/r/greatfireball/canu/.

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.

http://canu.readthedocs.io/


Languages

Language:C++ 55.4%Language:C 33.5%Language:Perl 9.6%Language:Makefile 0.9%Language:Shell 0.3%Language:CSS 0.2%Language:Python 0.1%