Mercurial > repos > greg > genotype_population_info
changeset 3:535bb27f798f draft
Uploaded
author | greg |
---|---|
date | Fri, 09 Nov 2018 14:11:39 -0500 |
parents | 822169cfc355 |
children | 5923e3420a04 |
files | genotype_population_info.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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