Skip to content

A single molecule sequence assembler for genomes large and small.

Notifications You must be signed in to change notification settings

reihaneh-torkzadehmahani/Tiol-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

Citation:

How to run My-Toil-Canu:

    git clone https://github.com/reihaneh-torkzadehmahani/canu.git
    sudo chmod 755 ./canu/RunScript.sh
    cd canu
    ./RunScript.sh
  
    cd Linux-amd64/bin/
    python ToilCanu.py -c """/home/ubuntu/canu/Linux-amd64/bin/""" -o '-p ecoli -d ecoil-oxford2 genomeSize=4.8m corMinCoverage=0 corMaxEvidenceErate=0.22 "corMhapOptions=--threshold 0.8 --num-hashes 512 --ordered-sketch-size 1000 --ordered-kmer-size 14"  -nanopore-raw oxford.fasta'

About

A single molecule sequence assembler for genomes large and small.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 50.7%
  • C 37.8%
  • Perl 9.8%
  • Makefile 0.9%
  • Python 0.3%
  • Shell 0.3%
  • CSS 0.2%