Entering edit mode
3.6 years ago
HB
▴
30
Hi,
I downloaded the file 00-All.vcf.gz from https://ftp.ncbi.nih.gov/snp/organisms/human_9606_b151_GRCh38p7/VCF/ by using the wget command:
wget ftp://ftp.ncbi.nih.gov/snp/organisms/human_9606_b151_GRCh38p7/VCF/00-All.vcf.gz
When I try to gunzip the file:
gunzip -k 00-All.vcf.gz
I get the error:
gzip: 00-All.vcf.gz: invalid compressed data--crc error
gzip: 00-All.vcf.gz: invalid compressed data--length error
I tried to redownload but the problem persists.
Any thoughts on how to solve this?
Hadas
and
also worked fine on my machine.
Thanks, I changed the prefix of the link from ftp:// to https:// and it worked!