Hello,
I am trying to quality filter illumina data that I've imported via a manifest file for DADA2 denoising. The import (type SampleData[PairedEndSequencesWithQuality]) went well, no issues, summary looks good.
Basically, I'd just like to tell DADA2 to cut off (exclude) base reads below a certain quality score threshold. I'm not as concerned as actual positions are concerned.
When I tried this with my demux paired qza using quality-filter q-score, the filtered sequences output qza only had filtered data for the forward reads. No reverse reads were present.
If anyone has any info about this tool, or ways of fine-tuning quality control before or during denoising, I'd greatly appreciate it!
Many thanks,
Elliot