–o-denoising stats: command not found

now I get this error on denoising step
error: Missing option: --o-denoising-stats
–o-denoising stats: command not found
the command I use is as below;
“qiime dada2 denoise-paired-
–i-demultiplexed-seqs paired-end-demux.qza
–denoising-stats satats-dada2.qza”

@farhad63,
The issue is that your command is separated onto multiple lines. Put your entire command on a single line like to prevent this issue from occurring.

Alternatively, put a backslash character (\) at the end of each line to let the computer know that your command continues onto the next line. You will note this is what is done in the QIIME 2 documentation — breaking up the command onto multiple lines makes it easier to read in the tutorial, but requires the backslashes to the computer does not think each line is a separate command!

Good luck.

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