Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 532 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 532 Bytes

PoaGo

PoaGo (pōgō) is a Golang implementation of the Partial Order Alignment algorithm described by Lee 2002. This implementation was also inspired by a blog post by the SimpsonLab.

Install

go build

Example

./PoaGo -f ./examples/example4.fa

Output is default to CLUSTAL format. Input can be fastQ or fastA.

TODOs:

  1. Profile
  2. Concurrent DP ... I'm sure there's more