Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 361 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 361 Bytes

De-Bruijn-Graph-Assembly

Genome assembly refers to the process of putting nucleotide sequence into the correct order. Sequence assembly can be done using one of three approaches:

  • greedy
  • overlap-layout-consensus (OLC) and Hamiltonian path
  • de Bruijn graph and Eulerian path.

Here we use de Bruijn graph and Eulerian path for the string reconstruction.