Realign BAM to get better Indel calling (Genome Analysis Toolkit)
While I agree that you should run this step, the process is designed to give better mapping in regions that contain mismatches due to the presence of indels, not to get better indel calling.
This overall workflow is called the GATK Best Practices workflow which you can see here: https://www.broadinstitute.org/gatk/guide/best-practices.php
It is best to modify some steps based on your particular sequencing types - I.e. the marking duplicate step is not appropriate for amplicon based sequencing.
There are many different ways to call SNPs as well. GATK's HaplotypeCaller is one, but also other programs such as samtools can do this too. It just depends on the sensitivity and specificity you want. If you do a literature search, you'll see that many benchmarking comparisons of variant callers have been performed.
You can download the data to an Excel .csv file which gives columns for 6 major populations groups totalling 61,000 individuals (about half of which are European and the other half are Finnish, East Asian, South Asian, Latino and African).
Search "TLR4", and then Downloads - Download data for this region - agregates by population.
This will give you SNP counts for 26 population groups, but only totalling ~2,500 individuals so is only really of use for fairly common variants. The downloaded data will be in VCF format which will be harder to interpret, but you should still be able to view it as a spreadsheet..