Searching for “DADA2 -9” on the forum should yield a lot of results. This exit code 99.9% of the time means that your process was killed. This can be because you are using a scheduler and hit walltime limits, or more commonly your ran out of memory in a virtual-box situation. In any case, something killed your process (be that you, a scheduler, or the operating system itself).
Yes that should be enough for most things in QIIME 2 except for training some classifiers, but we have pre-trained ones available since that’s a pretty common problem to have
Thank you so much. Finally I finished DADA2 with my 28million reads of 212samples within 48hours with my Macbook pro(double core, 8GB RAM).
Now I can predict running time roughly with my macbook.
(Unfortunately I couldn’t finished analysis with my ubuntu, because the analysis with macbook was finished earlier.)