Hi there,
After demultiplexing I have 3302 sequences of length 240-457.
However after dad2 I have 16 sequences and they are all exactly 250 bp in length
I have pasted my commands below, please let me know if I am missing something.
Thanks
qiime tools import
--type 'SampleData[PairedEndSequencesWithQuality]'
--input-path Manifest_16S.tsv
--output-path paired-end-demux.qza
--input-format PairedEndFastqManifestPhred33V2
generate a summary of the demultiplexing
qiime demux summarize
--i-data paired-end-demux.qza
--o-visualization paired-end-demux.qzv
qiime tools view paired-end-demux.qzv
added cons , as this is fairly conservative
forward sequences have good quality until 240, but reverse only 220
qiime dada2 denoise-paired
--i-demultiplexed-seqs paired-end-demux.qza
--p-trim-left-f 15
--p-trunc-len-f 240
--p-trim-left-r 15
--p-trunc-len-r 220
--o-representative-sequences rep-seqs-cons-dada2.qza
--o-table table-cons-dada2.qza
--o-denoising-stats stats-cons-dada2.qza
paired-end-demux.qzv (288.8 KB) rep-seqs-cons-dada2.qzv (197.2 KB)
- Have you reviewed the QIIME 2 Forum Glossary?
- Version of QIIME 2 you are running, and how it is installed (e.g. Virtualbox, conda, etc.)
- What is the exact command or commands you ran? Copy and paste please.
- What is the exact error message, if applicable? If you didn't run the command with the
--verbose
flag, please re-run and copy-and-paste the results.