Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: reduce memory usage of comparing alignments #158

Open
balajtimate opened this issue Jan 18, 2024 · 0 comments
Open

refactor: reduce memory usage of comparing alignments #158

balajtimate opened this issue Jan 18, 2024 · 0 comments
Labels
future Will not be worked on for now low_priority Not urgent

Comments

@balajtimate
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently, the _align_mates function in get_library_type.py uses a lot of memory to store the alignments from both input samples and compare them to find concordant mates.

Describe the solution you'd like
Implement a memory-efficient solution to compare alignments on the fly without the need to actually store both alignments in memory.

@balajtimate balajtimate added low_priority Not urgent future Will not be worked on for now labels Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future Will not be worked on for now low_priority Not urgent
Projects
None yet
Development

No branches or pull requests

1 participant