pySCENIC is a lightning-fast python implementation of the SCENIC pipeline (Single-Cell rEgulatory Network Inference and Clustering) which enables biologists to infer transcription factors, gene regulatory networks and cell types from single-cell RNA-seq data.
It reported below. what is wrong?
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruy while the future was running or pending.
You likely ran out of RAM and one of the subprocesses was killed. Try running on a node with more RAM and/or run with less number of concurent workers.
when I run the following codes:
It reported below. what is wrong? concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruy while the future was running or pending.