Sorry, missed that point yesterday β if the data are already demultiplexed, you cannot go the first route. Would need to run dada2 and then use exclude-seqs
later. Or get the raw, multiplexed data from the sequencing center if that's even possible.
q2-cutadapt can still be used to trim the primers from each end on dual-indexed reads with the trim-paired
method. You are correct, though β demux-paired
cannot handle dual-indexed reads for demultiplexing.
You can, but you should not if you are using degenerate primers. Instead:
- Use q2-cutadapt
trim-paired
to trim primers twice (once for each of your two primer sets) - Run dada2
- Use
exclude-seqs
to exclude by alignment against each reference database. No primers required.