Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.47 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.47 KB

Closed unitigs

Generates the closed unitigs starting from a BCALM generated FASTA file representing a de Bruijn graph of sequencing data.

What are closed unitigs?

Usage

closed-unitigs INPUT

Workflow example

  1. Generate the de Bruijn graph with BCALM:
bcalm -in list.fa -kmer-size 16 -max-memory 1000 -all-abundance-counts 
  1. Generate the closed unitigs:
closed-unitigs list.unitigs.fa

Download builds