EDePasquale / DoubletDecon

A tool for removing doublets from single-cell RNA-seq data
69 stars 19 forks source link

Fix potential issue with cores in parallel #20

Open pieterjanvc opened 4 years ago

pieterjanvc commented 4 years ago

The number of cores used in parallel processing is no longer set to the max available, but chosen by the user (default is 4).

No UI implementation yet (if this should be needed)