# HG changeset patch # User greg # Date 1541790699 18000 # Node ID 535bb27f798f684d51d8a5cb1e2abc80604dc510 # Parent 822169cfc35555fd1391fbb199996d79e5a262bf Uploaded diff -r 822169cfc355 -r 535bb27f798f genotype_population_info.py --- a/genotype_population_info.py Fri Nov 09 14:11:30 2018 -0500 +++ b/genotype_population_info.py Fri Nov 09 14:11:39 2018 -0500 @@ -41,8 +41,8 @@ csv_region = items[9] # Make sure the csv_sample_id is in the sample_list. loc = sample_list.index(csv_sample_id) - if loc >= 0: - region_list[loc] = csv_region + if loc >= 0: + region_list[loc] = csv_region # The output file will consist of columns: # Item #, Sample ID, Region