Entering edit mode
7.5 years ago
saiprabhask4
•
0
I want to try DADA2 pipeline for the data analysis, but I got the following error
"Error in mcmapply(fastqPairedFilter, mapply(c, fwd, rev, SIMPLIFY = FALSE), :
'mc.cores' > 1 is not supported on Windows"
Can anyone please help in resolving this issue. Thanks in advance.
Please look at the initial code
When I ran this code, I got the error that I mentioned in the question. I couldnt find mcmapply anywhere in the code so I was intrigued.
I have formatted your code correctly. In future use the icon shown below (after highlighting the text you want to format as code) when editing (Screenshot courtsey of @Wouter).
Can you try this please ?
Ya same here , I also get this error. Can somebody help on this matter. If your suggesting to try as mc.cores = 1 , how to enter this code ? Because in the code there is nothing to set the cores.