I used the cat function to combine three fastq.gz files into one big one, for both the R1 and R2 files (ie 3 R1 files were combined, and 3 R2 files were combined) before import. Then, when attempting to import them with:
It sounds like you already have demultiplexed files which are ready to be imported into Qiime2 using the manifest option. Combining them together prior is not necessary nor recommended. Is there a particular reason you are doing this?
@msport469 - @Mehrbod_Estaki raises some good points here. Also, are you combining files from different runs? If so, that could also be a problem for steps like DADA2 denoising, which operate on a per-run basis.
My question is: are the reads (before concatenating) multiplexed, or demultiplexed. Your command implies demuxed, but the concatenation suggests otherwise to me.