Hi, I am using the trimmed illumina PairedEnd sequences to import using qiime tools import. got this error:
qiime tools import --type SampleData[PairedEndSequencesWithQuality] --input-path rawData-trimmed/ --output-path st-all_fastq.qza
/home/gilbert/anaconda3/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
There was a problem importing rawData-trimmed/:
Missing one or more files for SingleLanePerSamplePairedEndFastqDirFmt: '.+_.+_L[0-9][0-9][0-9]_R[12]_001\.fastq\.gz'
Earlier I was using qiime 2024 and imported same data to .qza with no error.
qiime tools import --type 'SampleData[PairedEndSequencesWithQuality]' --input-path manifest.tsv --input-format PairedEndFastqManifestPhred33V2 --output-path st-all_reads.qza
/home/gilbert/anaconda3/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
Imported manifest.tsv as PairedEndFastqManifestPhred33V2 to st-all_reads.qza