exactly, i had tried many times and it doesnt work!!!:
~/installation/vcftools/bin/./tabix -f -h ALL.chr22.phase1_intergrated_calls.20101123.snps_indels_svs.genotypes.vcf.gz > chr22.vcf
any idea?many thanks :)
Hi,
I suspect recent 1000 genomes release 20110521 file is corrupted:
ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20110521/
I am not able to unzip it either using gunzip, tabix or zcat. anyone ever try to unzip it before?
Can help to enlighten?
thanks
J
It uses a modified gzip format called bgzip so it can be indexed with tabix: http://samtools.sourceforge.net/tabix.shtml
See also: How To Decompress 1000Genomes Bgzip-Compressed Files Using Java
exactly, i had tried many times and it doesnt work!!!:
~/installation/vcftools/bin/./tabix -f -h ALL.chr22.phase1_intergrated_calls.20101123.snps_indels_svs.genotypes.vcf.gz > chr22.vcf
any idea?many thanks :)
and the error message:
[tabix] was bgzip used to compress this file? ALL.chr22.phase1_intergrated_calls.20101123.snps_indels_svs.genotypes.vcf.gz
In my folder i have two files:
ALL.chr22.phase1_intergrated_calls.20101123.snps_indels_svs.genotypes.vcf.gz 1.8 GB
ALL.chr22.phase1_intergrated_calls.20101123.snps_indels_svs.genotypes.vcf.gz.tbi
Sorry I didn't see you used 'tabix'.
What does file ALL.chr22.phase1_intergrated_calls.20101123.snps_indels_svs.genotypes.vcf.gz says?
and what is the size of the file compared to the one hosted on ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20110521/
Hi,
my command:
~/installation/vcftools/bin/./tabix -f -h ALL.chr22.phase1_intergrated_calls.20101123.snps_indels_svs.genotypes.vcf.gz
it's the same as per what i downloaded
Some authors even suggest this:
~/installation/vcftools/bin/./tabix -f -h ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20110521/ALL.chr22.phase1_intergrated_calls.20101123.snps_indels_svs.genotypes.vcf.gz > output.vcf
In two steps (?) first tabix -f file.vcf and then tabix -h [region]
In two steps (?) first tabix -p vcf -f file.vcf and then tabix -h [region]
In one step or two steps, it doesn't work either:
~/installation/vcftools/bin/./tabix -f ALL.chr22.phase1_intergrated_calls.20101123.snps_indels_svs.genotypes.vcf.gz
[tabix] was bgzip used to compress this file? ALL.chr22.phase1_intergrated_calls.20101123.snps_indels_svs.genotypes.vcf.gz
~/installation/vcftools/bin/./tabix -h ALL.chr22.phase1_intergrated_calls.20101123.snps_indels_svs.genotypes.vcf.gz
[tabix] the index file exists. Please use '-f' to overwrite.
help...
I tried tabix -p vcf but doesn't work:
~/installation/vcftools/bin/./tabix -p vcf -f ALL.chr22.phase1_intergrated_calls.20101123.snps_indels_svs.genotypes.vcf.gz
[tabix] was bgzip used to compress this file? ALL.chr22.phase1_intergrated_calls.20101123.snps_indels_svs.genotypes.vcf.gz
help help please????
i guess the file was corrupted during the download. i re-download it and it works...thanks :)
Log in to answer this question.