How to directly import merged fastq files downloaded from NCBI SRA?

Hi @Man ,

These files from SRA contain both the forward and reverse reads in a single file — you need to separate these reads before importing to QIIME 2. QIIME 2 does not have any actions for splitting these reads.

However, you could use q2-fondue to automatically download and import data from SRA. This plugin will perform the read splitting, but only as part of the download process. So I highly recommend using this for retrieving data from SRA:

Good luck!

3 Likes