nanoporetech/pyspoa

Can't generate multiple consensus sequences

Closed this issue · 2 comments

Hello! I want to generate more than one consensus sequence, but there seems to be no instruction for it.

Is there a way to do so? Thank you!

cjw85 commented

Hi @kcjavier21,

Can you expand on your question? The entire functionality of this library is documented in that usage section of the README. This is a very simple library that exposes that functionality of the C++ spoa library to compute an MSA and a corresponding consensus.

Hello! I've read this issue (rvaser/spoa#12) from SPOA repo and it seems like they haven't implemented the said feature. Thanks anyway.