Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Implement BRI instead of pysam for BAM reading #107

Open
a-slide opened this issue Dec 18, 2019 · 0 comments
Open

Implement BRI instead of pysam for BAM reading #107

a-slide opened this issue Dec 18, 2019 · 0 comments

Comments

@a-slide
Copy link
Owner

a-slide commented Dec 18, 2019

The current pysam method load the entire bam file in memory.
Using Jared's bri package would allow to load reads one at the time => https://github.com/jts/bri
Using the ONT python wrapper is probably the easiest way to go: https://github.com/nanoporetech/bripy

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant