Hi, congratulations for the work with qiime2. The facility use qiime1 to demultiplex the run according to each user and send the R1 and R2 .fastq files to us. I tried different combinations to import it ex.:
"An unexpected error has occured:
No transformation from <class
'qiime2.plugin.model.directory_format.QIIME1DemuxDirFmt'> to <class 'q
2_types.per_sample_sequences._format.SingleLanePerSampleSingleEndFastq
DirFmt'> "
How is the best way to import R1 and R2 .fastq files demultiplexed by qiime1 to qiime2? thanks!
Hi @daniel_rl --- looks like you were successfully able to import your already demultiplexed sequences --- that means that they don't need to be run through qiime demux (because that is for demultiplexing multiplexed samples). If you are following along with the Moving Pictures tutorial, you can skip the demux emp-* step in the "Demultiplexing Sequences" section, and proceed directly to the summarize step, to visualize your sequence quality scores. Keep us posted on your progress!
It makes sense, thank you for the answer. My only doubt is about how to combine the R1 and R2 files (did the previous command assembled the R1 and R2 contigs)? thanks
Hi @daniel_rl - qiime demux emp-* does not combine (or merge) the forward and reverse reads. If you decide to use q2-dada2, the DADA2 protocol will perform the merging for you. I believe q2-deblur only operates on the forward reads, even if you provide paired-end sequences - so merging isn't necessary here. Either way you go, you should be all set!