EDIT: The population code for each individual is listed elsewhere and is found on the 1000Genomes site, so the question's essentially been answered
I've been looking through phased vcf data from 1000 Genomes, specifically these files: ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/
This has been a helpful resource so far for deciphering vcf format: https://samtools.github.io/hts-specs/VCFv4.2.pdf
However, I still have questions about identifying which population code each individual in the data belongs to. For example, what population code does individual HG00096 belong to? Is it possible to find all individuals from group GBR? In column INFO, it lists the allele frequency for each super population for each of the recorded positions, though I'm looking for information about the more specific population codes.
I think VCFtools may allow me to accomplish this, I've looked through the manual here: https://vcftools.github.io/man_latest.html I haven't found the answer to my question yet, but I'm still searching through it.
So how can I use VCFtools to find which population codes individuals in a vcf file belong to? If VCFtools can't do this, where else can I get this information?
Yes, thank you. I'd already found the population codes elsewhere but your additional information was very helpful too.