运行代码报错
#16S 分析 deblur
qiime deblur denoise-16S \
--i-demultiplexed-seqs ../01.import_data/demux-joined-filtered.qza \
--p-trim-length 400 \
--p-sample-stats \
--p-jobs-to-start 10 \
--p-min-reads 2 \
--o-representative-sequences deblur-repset-seqs.qza \
--o-table deblur-table.qza \
--o-stats deblur-stats.qza
There was a problem loading '../01.import_data/demux-joined-filtered.qza' as an artifact:
It looks like you have an Artifact but are missing the plugin(s) necessary to load it. Artifact has type 'SampleData[JoinedSequencesWithQuality]' and format 'SingleLanePerSampleSingleEndFastqDirFmt'
See above for debug info.