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 errF <- learnErrors(filtFs, multithread=FALSE) errR <- learnErrors(filtRs, multithread=FALSE) read more |