caused by multithreading problems
During conda installation: use additional channels to solve multithreading problems
conda create -n dada2-v1.14 -c conda-forge -c bioconda -c defaults --override-channels bioconductor-dada2
see also: → conda install
Set multithreading to 'FALSE' in learnError of the DADA2 workflow
errF <- learnErrors(filtFs, multithread=FALSE)
errR <- learnErrors(filtRs, multithread=FALSE)
read more