Skip to content

High Memory Consumption During QC Process #198

@Keep-Raining

Description

@Keep-Raining

When running the QC step, the RAM usage spikes unexpectedly, leading to the process being killed by the operating system.
I am using the polars branch of pycisTopic and the code is in the below:

pycistopic qc \
    --fragments data/E11.5_part2.bed.gz \
    --regions outs2/consensus_peak_calling/E11.5_consensus_regions.bed \
    --tss outs2/qc_part2/mm10-tss_modified.bed \
    --output outs2/qc_part2/E11.5_part2

I also tried setting n_threads to 2 but it doesn't work neither.
And there is about 100,000 cells in my data and I have ~350GB memory
I wonder how much memory should I request to run the QC step with large datasets?

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