Open whdmstjr0702 opened 5 years ago
Oh, wow. You are probably the first one trying to use it on Windows... :) It is possible to dig in the code and change the parallelization to packages supported by windows (now I'm using pbmcapply, which is not supported). Maybe in future versions.
The other error does not seem to be related to the number of cores. I think this happens when none of the references data genes is found in the single-cell data. You can see that it already starts pretty low - only 947 genes are used in the first round (in Immgen this is usually over 2000 genes), so the fine-tuning step has very low number of genes to work with. Why is it so low?
Hello,
Thank you for quick reply.
So I guess, likely I have to run it in Mac for now.
In regards to number of genes, I am trying to figure that out through Seurat GitHub.
Thank you.
Ed
I also get this error and the process is very slow:
Yes, it is pretty slow.
Windows doesn't support the parallelization, so you need to use numCores = 1
if you are on Windows OS.
Hello,
I am using SingleR package v0.2.2 in Window.
If I try to run the code:
Than I get following error message:
If I do manually assign number of CPU core to 1, I still get following error message:
Is there no other way to increase number of cores to use in Window?
Also, can you take a look at the error message regarding missing TRUE/FALSE value?
Thank you.