Skip to content

Memory Usage #16

@MarkGrivainis

Description

@MarkGrivainis

Reads which fall within each target region are cached in order to find their pair.
Generally, this is not an issue, but, when the coverage is high this can result in the system running out of memory.

A solution would be to track the memory usage and process the cached reads once a certain capacity is reached. The downside of this approach is that the bam file will need to be iterated over multiple times, which is a very costly procedure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions