Skip to content

tools.bwa.filter_sam_on_alignment_score is a memory hog #21

@dpark01

Description

@dpark01

tools.bwa.filter_sam_on_alignment_score populates a python dict for every read ID it sees on input. This means that simple tasks like spike-in counting on a >10-100M read bam file will fail on a 7GB RAM machine. Ideally convert to an O(1) implementation if possible, or, failing that, convert to a sqlite disk-backed solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions