Qiime dada2 denoise-single run error

Hi,

I am getting the following error when i run qiime dada2 denoise-single
(qiime2-2018.2) root§3209d9fe45ee:/data/qiime2-moving-pictures-tutorial£ qiime dada2 denoise-single --i-demultiplexed-seqs demux.qza --p-trim-left 0 --p-trunc-len 120 --o-representative-sequences rep-seqs-dada2.qza --o-table table-dada2.qza --o-denoising-stats stats-dada2.qza
Error: no such option: --o-denoising-stats

However, if I run the command without --o-denoising-stats , it works properly.
Any suggestions/comments

(qiime2-2018.2) root§3209d9fe45ee:/data/qiime2-moving-pictures-tutorial£ qiime dada2 denoise-single --i-demultiplexed-seqs demux.qza --p-trim-left 0 --p-trunc-len 120 --o-representative-sequences rep-seqs-dada2.qza --o-table table-dada2.qza
Saved FeatureTable°Frequencyé to: table-dada2.qza
Saved FeatureData°Sequenceé to: rep-seqs-dada2.qza

This output was added in QIIME 2 2018.4. If you install the latest version of QIIME 2 you will be able to get your hands on this output.

Hope that helps! :qiime2:

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.