minimap2 icon indicating copy to clipboard operation
minimap2 copied to clipboard

[mappy] DP alignment score in Alignment objects

Open tomdstanton opened this issue 10 months ago • 0 comments

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 :)

tomdstanton avatar Apr 26 '24 09:04 tomdstanton