Entering edit mode
11.8 years ago
win
▴
990
Hi all, I wanted to know if someone was aware of how many exact number of samples are in the 1000 genomes VCF file?
Thanks in advance.
bcftools view -h ALL.chr22.phase3_shapeit2_mvncall_integrated_v5.20130502.genotypes.vcf.gz | grep "^#CHROM" | cut -f10- | awk '{print NF}'just as an update, latest 1000genomes September 2014 release contains 2504 samples.