Skip to content

Commit

Permalink
Database update
Browse files Browse the repository at this point in the history
  • Loading branch information
alinja committed Dec 13, 2022
1 parent a397934 commit 2b47cd1
Show file tree
Hide file tree
Showing 4 changed files with 138,193 additions and 96,951 deletions.
2 changes: 1 addition & 1 deletion haplomt.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def print_all(snpset, bt, do_print=True):
def print_data(do_print=True):
rep=''

rep += 'Based on data from yfull.com on 2022-01-14 (CC-BY) and phylotree.org\n'
rep += 'Based on data from yfull.com on 2022-12-04 (CC-BY) and phylotree.org\n'

if do_print:
print(rep)
Expand Down
2 changes: 2 additions & 0 deletions haploy_anno_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ def import_ftdna_chart(fname, info=''):
gri = -1
row = rows[0]
ths = row.find_all("th")
heading_mut = ''
heading_mut2 = ''
for i, th in enumerate(ths):
if 'Kit' in th.get_text():
kiti = i
Expand Down
Loading

0 comments on commit 2b47cd1

Please sign in to comment.