Skip to content

refactor: reduce memory usage of comparing alignments #158

@balajtimate

Description

@balajtimate

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    futureWill not be worked on for nowlow_priorityNot urgent

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions