I am struggling with importing paired-end sequence files.
I tried importing my (demultiplexed) paired-end Miseq files and got the output file named 'paired-end-demux.qza'.
After that I tried [qiime demux summarize] but got an error.
Anybody knows what went wrong here
Thanks for posting the full command and error. Can you post that .log file too?
I’m guessing the key part of the error is: Compressed file ended before the end-of-stream marker was reached
This makes me think the file did not finish downloading or was corrupted in some way. But that log file should tell us more.
This error has come up many times on the forum, and it usually indicates that the .fastq.gz files that were initially imported are corrupted somehow. @Jeongsu_Kim, can you try re-importing the .fastq.gz files and rerunning qiime demux summarize? If that doesn’t solve the issue, it’s likely that your FASTQ files are corrupted (which QIIME 2 isn’t able to fix), so you’ll need to check each .fastq.gz file to make sure that they are valid gzipped files. As @colinbrislawn mentioned, the files may have been corrupted while downloading or transferring to your computer, so I’d try re-downloading them first to see if that was the issue.
Another question, which is likely unrelated to this specific problem: are you certain that the FASTQ files have PHRED 64 quality scores? Most Illumina data these days use PHRED 33; I rarely see PHRED 64 data unless it was generated a few years ago. If you choose the wrong PHRED offset, the quality scores won’t be interpreted correctly and will throw off your analyses.