This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Error when unzipping .gz files from GATK?

Posting here because it seems to get a faster response. I get this error when trying to do gunzip /vcf.gz of the output of HaplotypeCaller:

gzip: /file: invalid compressed data--crc error

gzip: /file: invalid compressed data--length error

Anyone know what might be wrong? I double checked and they are indeed .gz files.

gatk

1 answer

Are you sure the file /vcf.gz exists? / is the root directory. Do you mean to uncompress ./vcf.gz?

Yes, that is what I meant.

Log in to answer this question.