minimap2
minimap2 copied to clipboard
[mappy] DP alignment score in Alignment objects
Hi Heng (and Minimap2 team). Thank you for this fantastic resource!
Minimap2 is the backbone of a Python program I am working on but I'm trying to replace running it as a subprocess with mappy
.
Using Minimap2 alignments, I have a scoring algorithm that relies on the DP alignment score parsed from the "AS:i" tag, however I can't see this in the mappy.Alignment
objects.
Am I missing something or is there a way to calculate this with mappy
?
Thanks in advance :)