You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: