Table of Contents

Team 3 Report: SGA (String Graph Assembler)

String Graph Assembler

User Experience

Algorithm

Assembly

  1. Construct FM Index
  2. Merge paths to reduce graph size
  3. Re-index
  4. Build string graph

The assembly algorithm queries the FM Index and follows (unambiguous) paths where one k-mer maps to a given end nucleotide and condenses these paths to a single read.

String Graph

Bubble Popping

Scaffolding

Current Progress

Future Goals