I am currently trying to denoise data using paired end read option of DADA2. I am trying to multi-thread with 12 threads, however when I set this using --p-n- INTEGER, I am getting an error that "no such option --p-n-threads"
Below is the script I am trying to run this with. Any help would be appreciated. I am running qiime2-2018.6.
qiime tools import --type SampleData[PairedEndSequencesWithQuality] --input-path fastqmanifest_new.csv --output-path paired-end-demux.qza --source-format PairedEndFastqManifestPhred33 --p-n-threads 12