That is a misunderstanding.
- QIIME 2 has multiple different approaches to trimming available.
- For manual trimming we usually recommend trimming where quality drops off below a threshold (my rule of thumb is where median Q drops < 20), not just arbitrarily wherever quality begins dropping.
One reason why we usually recommend manual trimming at a specific site is because otherwise identical sequences trimmed to different lengths will be considered different ASVs/OTUs, skewing diversity estimates. This is less of a concern with paired-end sequences, as sequences are being merged back into complete amplicons or dropped if they are too short.
You can do that in QIIME 2 as well! See the quality-filter plugin. Additionally, dada2 has a --p-trunc-q
parameter to perform this type of trimming (e.g., see here).
Yes, if your primers are still in the sequence (they aren't always, depending on the sequencing protocol you used).
I hope that helps!