Hi @RENUKA! @colinbrislawn is correct: we don’t have direct/official support for nanopore sequence data and it isn’t something we’ve explored yet. If you want to experiment with these data in QIIME 2, here’s what I’d recommend:
-
Since your FASTQ file(s) are multiplexed with barcodes in the sequences, demultiplex them following the instructions in the q2-cutadapt Community Tutorial.
-
Perform some quality filtering on the demultiplexed sequences using
q2-quality-filter
. -
Dereplicate the sequences and cluster them into OTUs following the instructions in the q2-vsearch OTU picking Community Tutorial.
-
Optionally perform chimera filtering following the instructions in the chimera filtering tutorial.
Note: DADA2 is currently not suitable for nanopore data. I’m unsure whether Deblur is appropriate for these data. @wasade or @antgonza, what are your recommendations for Deblurring nanopore data?
@RENUKA, if you haven’t already, I highly recommend working through the Getting Started guide and the Moving Pictures tutorial to gain familiarity with QIIME 2.