Skip to content

DPDmancul/closed-unitigs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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