I'm using QIIME2 version 2018.2 to perform bacterial community analysis.
All went well and I got the qzv file after denoising and QC filtering ( file attached). However, when i try to do the filtering, merging and removal of quimeras with DADA2, all reads are removed (sudo docker run -t -i -v $(pwd):/data -w /data Quay qiime dada2 denoise-paired --i-demultiplexed-seqs cutadapt_adapters/trimmed_sequences.qza --p-trunc-len-f 0 --p-trunc-len-r 0 --p-max-ee 2 --p-n-threads 4 --o-representative-sequences seqs-dada2.qza --o-table table-dada2.qza --verbose > stdout-dada2.txt)
I tried changing the parameters - increased number of errors, select trunc at 240 and 200, but it still happens.
I installed the newest version of Qiime, however, and even following the pipeline when i get to the filtering and merging point I still loose all the sequences.
Can you post a screenshot of the length distribution tables in the demux visualizer? It might be the case that the your truncation position parameter is causing all reads to be removed.