Description of feature
Hi!
When running DADA2 as a stand-alone pipeline in R on paired-end reads, I am able to specify a vector with two different values for maxEE during the filterAndTrim step - one for forward reads, and one for reverse reads. With nf-core/ampliseq, I can only set a single integer for the --max_ee parameter, applied to both forward and reverse reads simultaneously.
I have a data set with reads from several sequencing runs. For some runs, the Illumina NextSeq data has some quality drops along the entire read length of the reverse reads only (apparently a strange but known behaviour with this platform). I am specifying different --trunclenf and --trunclenr values, but I would also like to relax --max_ee for reverse reads only.
Seeing that vectors of integers can be set for example for the --binned_quality paramater, I don't see why this wouldn't be possible for --max_ee as well?
Just a thought!
Best
Nauras
Description of feature
Hi!
When running
DADA2as a stand-alone pipeline inRon paired-end reads, I am able to specify a vector with two different values formaxEEduring thefilterAndTrimstep - one for forward reads, and one for reverse reads. Withnf-core/ampliseq, I can only set a single integer for the--max_eeparameter, applied to both forward and reverse reads simultaneously.I have a data set with reads from several sequencing runs. For some runs, the Illumina NextSeq data has some quality drops along the entire read length of the reverse reads only (apparently a strange but known behaviour with this platform). I am specifying different
--trunclenfand--trunclenrvalues, but I would also like to relax--max_eefor reverse reads only.Seeing that vectors of integers can be set for example for the
--binned_qualityparamater, I don't see why this wouldn't be possible for--max_eeas well?Just a thought!
Best
Nauras