STREAM
STREAM copied to clipboard
multicore option
I want to run about 50~ 200k cells trajectory. is there multicore or multithreading option?
Not all the steps support multicores but specifying the parameter n_jobs inst.dimension_reduction() should help speed up the slowest step. Similarly, you can find this parameter n_jobs in other functions to enable the parallel processing.