This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to extract vcf.gz and vcf.gz.tbi

Hi everyone can somone tell me how to extract under terminal this two files

resources_broad_hg38_v0_1000G_phase1.snps.high_confidence.hg38.vcf.gz

and

resources_broad_hg38_v0_1000G_phase1.snps.high_confidence.hg38.vcf.gz.tbi
snp sequence gene

extract what ? the first file is a bgzip file, the second file is its' index.

@OP: There is no point in extracting or viewing or doing any thing with .tbi. It is an index file of vcf.gz. For extracting .gz file, do gzip -d resources_broad_hg38_v0_1000G_phase1.snps.high_confidence.hg38.vcf.gz. This would extract vcf which would be larger. However, do not extract unless there is a valid reason to do so.

0 answers

No answers yet.

Log in to answer this question.