mofapy2 icon indicating copy to clipboard operation
mofapy2 copied to clipboard

Memory requirement for ~100k cells RNA+ATAC

Open wlason opened this issue 1 year ago • 1 comments

Hi! I am trying to use your package to integrate a dataset of RNA + ATAC, it is approximately 100k cells. I keep having issues with jobs getting OOM killed. So far I have tested up to 20 CPUs, 500GB RAM, but no luck, so I was wondering if you have done any testing and could give me an indication of how much memory I would need.

wlason avatar Aug 16 '24 10:08 wlason

Hey @wlason,

What is the amount of features you're using there as input? One way to make it work has been using only a subset of highly variable features. You can also try lower precision, i.e. float32, which should be the default now.

gtca avatar Oct 17 '24 09:10 gtca