Hello,
I recently updated to qiime2-amplicon-2026.1 (linux version, installed on a local server).
I am in the process of processing, filtering and training a new Silva classifier for Silva 138.2.
I’ve been following the steps in Processing, filtering, and evaluating the SILVA database (and other reference sequence data) with RESCRIPt pretty much verbatim except with a different primer set (515F-926R).
When I get to the second dereplicate step
qiime rescript dereplicate \
--i-sequences silva-138.2-ssu-nr99-seqs-515f-926r.qza \
--i-taxa silva-138.2-ssu-nr99-tax-derep-uniq.qza \
--p-mode 'uniq' \
--o-dereplicated-sequences silva-138.2-ssu-nr99-seqs-515f-926r-uniq.qza \
--o-dereplicated-taxa silva-138.2-ssu-nr99-tax-515f-926r-derep-uniq.qza
I get the following plugin error.
Plugin error from rescript:
'LN680001.946678.948224'
Any ideas why this might be happening and how I might fix it so can press on with building the classifier? I’m uploading the log file as well. From looking around it seems like this might be because a reference sequence does or does have a matching entry in the taxonomy file.
qiime2-q2cli-err-0he1ds_s.log.txt (5.0 KB)
Here are the exact steps I have run
rescript-2026.1-steps-silva.txt (2.0 KB)
Also as an aside, after updating to this version of qiime2 I keep getting the following message with every command I run.
/home/username/miniconda3/envs/qiime2-amplicon-2026.1/lib/python3.10/site-packages/unifrac/_init_.py:9: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
Is there a way that I can fix this to prevent this message from showing up everytime I run anything in qiime2?
Thank you!