yangao07 / abPOA

abPOA: an SIMD-based C library for fast partial order alignment using adaptive band
MIT License
111 stars 18 forks source link

Feature request: allow passing phred scores in python interface #54

Open shenker opened 8 months ago

shenker commented 8 months ago

I want to use the python API but be able to input quality scores, either as phred score strings or as a list of uint8 arrays. It would be great to get phred scores for the output consensus/MSA, too.