16S课程 02.feature_table #16S 分析 deblur

attachments-2025-08-3qaIyMVf68af00a9c6e6e.png运行代码报错


#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.





请先 登录 后评论