Qiime demux summarize error with NextSeq data

Hi @ylor,

Do you have some reference sequences (and their associated taxonomy)? Also, what is your target amplicon here? There are some other options that don't require training a classifier like:

  classify-consensus-blast    BLAST+ consensus taxonomy classifier
  classify-consensus-vsearch  VSEARCH consensus taxonomy classifier

Just to clarify, classify-consensus-blast is taxonomy assignment. As far as comparing OTU picking this tutorial is what you'll want to look at.

Since the input is just a feature-table and some representative sequences, you actually have two ways you can do this:

  • You can either do dereplication (and chimera checking) directly on your SampleData[Sequences...] (similar to QIIME 1).

  • or you can perform OTU picking on your DADA2 ASVs.

The two aren't mutually exclusive either, so you could try both as well.

Let me know if that helps!