Different annotations for seqs and its corresponding reverse seqs

Hi @111,
Your sequence data are in mixed orientations.

As documented a few times on this forum, the classify-sklearn method specifically (but not other taxonomy classifiers) assumes that the data are in a single orientation.

Thus, you must orient your reads prior to classifying. Fortunately, we have a new plugin to achieve that, see the tutorial here:

Or use one of the other taxonomy classification methods in q2-feature-classifier.

Good luck!

1 Like