Skip to content

xtmgah/canu

 
 

Repository files navigation

Canu

Canu is a fork of the Celera Assembler designed for high-noise single-molecule sequencing (such as the PacBio RSII or Oxford Nanopore MinION). The software is currently alpha level, feel free to use and report issues encountered.

Build

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

For a quick user-quide, run:

../<achitechture>/bin/canu

For full list of options, run:

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

Docs

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

Read the documentation

About

A single molecule sequence assembler for genomes large and small

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.5%
  • C++ 1.3%
  • Perl 0.2%
  • Makefile 0.0%
  • Shell 0.0%
  • CSS 0.0%