ktrns / scrnaseq

Workflow for single-cell RNA-seq analysis using Seurat
MIT License
37 stars 15 forks source link

Future multicore vs multisession #94

Open andpet0101 opened 3 years ago

andpet0101 commented 3 years ago

Check performance with the different future parallelization options. Right now we are using "multicore" but it may be better (and recommended) to switch to "multisession". However, this depends on how it works for our computers.