Closed DmitriiSeverinov closed 7 months ago
There is some work in progress that would replace the current code with a smarter version that will use quite a bit less RAM.
(561485, 478562)
and (552519, 95713)
still look way to big if you only have 14k cells.
Hi @ghuls ,
I am sorry, I think I found the issue for my case, I had the valid_bc
parameter being commented...
Sorry for bothering.
Best, Dmitrii
Hi all,
I want to create a cisTopic object and for this I'm running
And I'm getting the following error
Obviously, there is a memory issue here. My dataset has only 14k cells in total. They are distributed across 2 conditions: condition 1 ~6.5k, condition 2 ~7.5k
It was working fine on this dataset before. The only thing I've changed is the cell type annotation. Before it was a crude one with only 14 cell types. Now, I want to go a little bit more in details, therefore I made it more fine-grained, resulting in 28 cell types.
I work now on a cluster with 500Gb RAM. Apparently, this is not enough. I have an option switching to the server with more RAM available, but my concern is that soon I will get more data and I can't increase RAM indefinitely.
Version information
pycisTopic: '2.0a0'
Best, Dmitrii