Closed gitamahm closed 3 years ago
This looks to me to be a problem with the input files.
Do you have an MD5 hash for the files you can check against?
Also, what is the output of
$ gzip -t -v ./raw_reads/TSP1_exopancreas1_3_S21_L003_R1_001.fastq.gz
and
$ gzip -t -v ./raw_reads/TSP1_exopancreas1_3_S21_L003_R2_001.fastq.gz
This was indeed the problem since I would get "unexpected end of file" error by running those commands. Thanks!
On Tue, Feb 9, 2021 at 3:21 AM Ian Sudbery notifications@github.com wrote:
This looks to me to be a problem with the input files.
Do you have an MD5 hash for the files you can check against?
Also, what is the output of
$ gzip -t -v ./raw_reads/TSP1_exopancreas1_3_S21_L003_R1_001.fastq.gz
and
$ gzip -t -v ./raw_reads/TSP1_exopancreas1_3_S21_L003_R2_001.fastq.gz
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CGATOxford/UMI-tools/issues/456#issuecomment-775867633, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJZ5KA5KPIFAL65NY4VPALS6ELC5ANCNFSM4XJ2KENA .
Hi, I have tried to run the extract command, but I get the following error (see log below, edited to contain relative paths for easier viewing). I have no problems running the extract example in the UMI-tools tutorial. Any help would be much appreciated.