Hi!
I have a set of data I am trying to import to run QIIME2 on, and it keeps getting stuck at the importing step.
Below is what I have for the import command:
qiime tools import --type 'SampleData[PairedEndSequencesWithQuality]' --input-path MC72_Sequences --input-format CasavaOneEightSingleLanePerSampleDirFmt --output-path demux-paired-end.qza
I have used QIIME2 successfully before with the exact same command as above, but I cannot seem to get over this error message with my current dataset.
When I look at the log, it says: "zlib.error: Error -3 while decompressing data: invalid distance too far back
An unexpected error has occurred:Error -3 while decompressing data: invalid distance too far back"
I tried looking on this forum but I could not find how to figure this error out.
Any help would be appreciated!
Thank you.