Closed mbstadler closed 3 months ago
Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.
Thanks for integrating Codecov - We've got you covered :open_umbrella:
I think that getReadDataForRegion()
has become obsolete and superseded by readModBam()
, which should do the same thing but more efficiently. If you agree, I'll remove it.
I am opening this PR because it would be great to get your input on what you think about this.
The workhorse function
read_modbam_cpp()
is in C++ (so it will add a few dependencies) and seems to do what it needs, although I get a minority subset of probabilities that differ when comparing to the ones returned bymodkit
.It would also be good to integrate filtering (at the moment, no filtering is performed, thus many more positions are returned than by
modkit
).