Skip to content

lukeping/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

Stay tuned, more coming soon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Other 0.3%