Hello,
I have been getting the following error after the denoising step:
An error was encountered while running DADA2 in R (return code 1), please inspect stdout and stderr to learn more.
I gave the following command
qiime dada2 denoise-paired \
> --i-demultiplexed-seqs paired-end-demux.qza \
> --o-table table \
> --o-representative-sequences rep-seqs \
> --p-trim-left-f 13 \
> --p-trim-left-r 13 \
> --p-trunc-len-f 150 \
> --p-trunc-len-r 150
I was not encountering this problem before.This came suddenly. It would be great if anyone could guide me.
The qiime 2 version that am using is qiime2 2017.10 and my R version is also 3.3.