Input formatting guidelines

All numbers are separated by a space or tab. Enter the population name (cannot contain spaces), latitude, longitude, then number of samples of each haplotype (including zeros). One population's data per line. Lat and longs should be in decimal degrees.

Input format:

pop1_namepop1_latitude(in degrees)pop1_longitude(in degrees)pop1_hap1_countpop1_hap2_countpop1_hap3_countpop1_hap4_count...
pop2_namepop2_latitude(in degrees)pop2_longitude(in degrees) pop2_hap1_countpop2_hap2_countpop2_hap3_countpop2_hap4_count...
pop3_namepop3_latitude(in degrees)pop3_longitude(in degrees)pop3_hap1_countpop3_hap2_countpop3_hap3_countpop3_hap4_count...
popX_name..._latitude(in degrees)..._longitude(in degrees)..._hap1_count..._hap2_count..._hap3_count..._hap4_count...

Example:

pop1 35.929673 -78.948237	3	2	5
pop2 38.889510 -77.032000	5	1	4
pop3 38.032120 -78.477510	0	1	9
pop4 36.379450 -75.830290	7	2	1