/Users/Jewelna/miniconda3/envs/qiime2-2017.9/lib/python3.5/site-packages/skbio/io/registry.py:922: FormatIdentificationWarning: '_fastq_sniffer' has encountered a problem.
Please send the following to our issue tracker at
https://github.com/biocore/scikit-bio/issues
Traceback (most recent call last):
File "/Users/Jewelna/miniconda3/envs/qiime2-2017.9/lib/python3.5/site-packages/skbio/io/registry.py", line 914, in wrapped_sniffer
return sniffer(fh)
File "/Users/Jewelna/miniconda3/envs/qiime2-2017.9/lib/python3.5/site-packages/skbio/io/format/fastq.py", line 320, in _fastq_sniffer
if split_length == 10 and description[1] in 'YN':
IndexError: list index out of range
FormatIdentificationWarning)
There was a problem importing extracted/metagseqs_fastq:
extracted/metagseqs_fastq/G1_S35_L001_R2_001.fastq.gz is not a(n)
FastqGzFormat file
Hi @Jewelna_Osei-Poku! Sounds like scikit-bio, which is being used behind the scenes to handle processing your fastq files is upset! It looks like the description portion of the fastq records aren't formatted in a way that scikit-bio is expecting to see. Do you think you could provide at least the first few records of G1_S35_L001_R2_001.fastq.gz? That would really help us lock-down the issue. Thanks!
To add on to @thermokarst's answer. We did end up swapping out some of this code in 2017.10. Since you are using 2017.9, I would recommend upgrading. That should also fix the issue.
Thank you @thermokarst for the response. Kindly find below to the records requested for the file in question. However, I should say that the error pops up with other files names when I re-run the command, so it is not always the same file that gives the error.