Skip to content

tomdong2010/PoaGo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PO-MSA in #golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.0%
  • Makefile 2.0%