Hello,
I am running fish skin swabs for 16s rRNA 515F/806R sequences using Illumina MiSeq, V2, 500 cycle kit (2x250).
I am having an issue with the merging step in DADA2. Around 30% of my samples have 50% loss at the merging step. I have tried to truncate at different lengths, and it all results in the same outcome. Furthermore, the quality plots are pretty good! I have already used cut adapt to remove the primers. If there is anything else someone can think of that would be helpful. I am currently thinking that there most be a lot of issues with the actually sequences that isn't showing on the quality plots causing the forward and reverse reads to be different and fail at merging.
#tried p-trunc-len-f 200, 220, 230, 170
#tried p-trunc-len-r 120,210, 220, 170
qiime dada2 denoise-paired \
--i-demultiplexed-seqs paired-demux-16S-adapter-trim.qza \
--p-trunc-len-f 200 \
--p-trunc-len-r 120 \
--o-representative-sequences rep-seqs.qza \
--o-table table.qza \
--o-denoising-stats denoising-stats.qza \
--p-n-threads 16 \
--verbose

