pySCENIC
pySCENIC copied to clipboard
[BUG]pySCENIC for Rat
Hi - Recently, I am running pySCENIC on Rat. As for the MOTIF_ANNOTATIONS file, I replace the genes in “motifs-v9-nr.mgi-m0.001-o0.0.tbl” with Rat's genes, but the process was broken like the image shown.
So what can I do for running it smoothly?

@Chengshu21 Limit the number of workers. Probably you ran out of memory and the OOM killer killed one of the python processes.
@Chengshu21 Limit the number of workers. Probably you ran out of memory and the OOM killer killed one of the python processes.
Thank you for your reply! But we tried in species of Human and mice, the same process ran successfully....So what can I do more to fix this problem?
Try also client_or_address='custom_multiprocessing' in the prune2df function. This could workaround some dask issues, if that's what is causing this.