That information is now stored in an artifact, if you look at this step of the moving pictures tutorial there's a command qiime metadata tabulate which will render out the denoising-stats artifact.
This does require QIIME 2 2018.4 if I recall correctly.
Hey!
Thanks for the information. QIIME 2 2018.4 does have this function, but I have done the analysis using QIIME 2 2018.2. Is there any other way where I can make it work using the current version of QIIME2 2018.2 or I have to update it?
Secondly, I used this command for denoise (QIIME 2 2018.2 version )-
qiime dada2 denoise-paired --i-demultiplexed-seqs demux-paired-end.qza --o-table table --o-representative-sequences rep-seqs --p-trim-left-f 6 --p-trim-left-r 6 --p-trunc-len-f 270 --p-trunc-len-r 200 --p-n-threads 20 --verbose &> dada2.log
If I use the same command in QIIME 2 2018.4 version, do I get the same result?