tabix on 1000genome files
2
0
Entering edit mode
3.9 years ago
switch.reem ▴ 40

hi all,

i am trying to extract some data using tabix on the 1000genome files.

i downloaded the files using wget ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/ALL.chr16.phase3_shapeit2_mvncall_integrated_v5a.20130502.genotypes.vcf.gz ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/ALL.chr16.phase3_shapeit2_mvncall_integrated_v5a.20130502.genotypes.vcf.gz.tbi

but then the tabix command below did not give me any results. any idea what did i do wrong?

tabix ALL.chr16.phase3_shapeit2_mvncall_integrated_v5a.20130502.genotypes.vcf.gz -h ch16:16000000-18000000

tabix vcf 1000genome • 1.3k views
ADD COMMENT
1
Entering edit mode
3.9 years ago

the chromosome notation doesn't use the 'chr' prefix. try with 16:16000000-18000000

ADD COMMENT
0
Entering edit mode

Thank you so much. It worked. Totally didn’t see it coming

ADD REPLY
1
Entering edit mode
3.9 years ago

1000G chromosomes are encoded without "chr" as prefix.

Try with 16:16000000-18000000

Also you can directly use tabix on the ftp stored files as :

tabix ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/ALL.chr16.phase3_shapeit2_mvncall_integrated_v5a.20130502.genotypes.vcf.gz 16:16000000-18000000
ADD COMMENT

Login before adding your answer.

Traffic: 1995 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6