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.
go build
./PoaGo -f ./examples/example4.fa
Output is default to CLUSTAL format. Input can be fastQ or fastA.
TODOs:
- Profile
- Concurrent DP ... I'm sure there's more