When "fastq.gz" files are given as input, one of the files in the "input4cellranger" directory is compressed and the other is not.
This results in errors when Cell Ranger extracts the FASTQ files. Unclear if filename or file format is the issue.
File "/home/user/local/cellranger-3.0.2.9001/miniconda-cr-cs/4.3.21-miniconda-cr-cs-c10/lib/python2.7/gzip.py", line 319, in _read
uncompress = self.decompress.decompress(buf)
error: Error -3 while decompressing: invalid distance too far back
File "/home/user/local/cellranger-3.0.2.9001/cellranger-cs/3.0.2/mro/stages/common/setup_chunks/__init__.py", line 50, in validate_fastq_lists
martian.log_info('%s files: %s.' % (read_description, str(filename_lists[read_type])))
KeyError: 'R'
User reported issue:
When "fastq.gz" files are given as input, one of the files in the "input4cellranger" directory is compressed and the other is not.
This results in errors when Cell Ranger extracts the FASTQ files. Unclear if filename or file format is the issue.