marbl / merqury

k-mer based assembly evaluation
Other
272 stars 19 forks source link

Error reported when run meryl, but looks like it has run fine #39

Closed SheepwormJM closed 3 years ago

SheepwormJM commented 3 years ago

Hi, I've just been running meryl on some fastq.gz files, and for one of the files I got the following errors in the log. But it looks like it has completed fine, and I have the output files. Can I just ignore it?

gzip: ERR126028_2.fastq.gz: invalid compressed data--crc error

gzip: ERR126028_2.fastq.gz: invalid compressed data--length error

Thanks, Jenni

arangrhie commented 3 years ago

Hi Jenni,

Could you try unzipping first, and run meryl on the fastq file? I wonder if the gz file was corrupted, and meryl just silently ignored the sequences past that corrupted bit. If this was the case, the unzipping will tell you if the gz file was corrupted, or the meryl db size would be different.

SheepwormJM commented 3 years ago

Thanks Arang, I’ll give that a go. Jenni

From: Arang Rhie @.> Sent: 25 March 2021 14:39 To: marbl/merqury @.> Cc: Jennifer McIntyre @.>; Author @.> Subject: Re: [marbl/merqury] Error reported when run meryl, but looks like it has run fine (#39)

Hi Jenni,

Could you try unzipping first, and run meryl on the fastq file? I wonder if the gz file was corrupted, and meryl just silently ignored the sequences past that corrupted bit. If this was the case, the unzipping will tell you if the gz file was corrupted, or the meryl db size would be different.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/marbl/merqury/issues/39#issuecomment-806867939, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANH2WOWZ4RLH522T3EHTHULTFNDGTANCNFSM4ZZLOIEQ.

SheepwormJM commented 3 years ago

Hi Arang, Just to update...

gunzip didn't work and produced the same errors. I re-downloaded the file from ENA and was able to gunzip the new file. I ran meryl on this, and the merylIndex file is about 30k larger.

I'll run merge using this new file.

Thanks very much for your help! Jenni