Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python error when creating database #10

Open
teepean opened this issue Aug 5, 2024 · 0 comments
Open

Python error when creating database #10

teepean opened this issue Aug 5, 2024 · 0 comments

Comments

@teepean
Copy link
Contributor

teepean commented Aug 5, 2024

I get the following error:

FTDNA pos mismatch: Z3646/Y489022(H) 20132837 None {'l': 14, 'g': 'D-PAGES00003', 'raw': 'Z3646', 't': 'C', 'isog': '', 'ftg': 'D-PAGES00003', 'b36': '0', 'b37': '0', 'b38': '20132837'} {'f': '', 'isog': '', 't': '?', 'b38': 'None', 'b37': 'None'}
Traceback (most recent call last):
File "/home/user/snipsa/./haploy_db_import.py", line 32, in
haploy.import_yfull_tree()
File "/home/user/snipsa/haploy.py", line 1094, in import_yfull_tree
yfull_recurse_file('A0-T', 0)
File "/home/user/snipsa/haploy.py", line 1086, in yfull_recurse_file
yfull_recurse_list(ul, level, True)
File "/home/user/snipsa/haploy.py", line 1047, in yfull_recurse_list
yfull_recurse_list(ul, level+1, False)
File "/home/user/snipsa/haploy.py", line 1047, in yfull_recurse_list
yfull_recurse_list(ul, level+1, False)
File "/home/user/snipsa/haploy.py", line 1047, in yfull_recurse_list
yfull_recurse_list(ul, level+1, False)
[Previous line repeated 3 more times]
File "/home/user/snipsa/haploy.py", line 1055, in yfull_recurse_list
yfull_recurse_file(group, level)
File "/home/user/snipsa/haploy.py", line 1086, in yfull_recurse_file
yfull_recurse_list(ul, level, True)
File "/home/user/snipsa/haploy.py", line 1047, in yfull_recurse_list
yfull_recurse_list(ul, level+1, False)
File "/home/user/snipsa/haploy.py", line 1047, in yfull_recurse_list
yfull_recurse_list(ul, level+1, False)
File "/home/user/snipsa/haploy.py", line 1047, in yfull_recurse_list
yfull_recurse_list(ul, level+1, False)
[Previous line repeated 4 more times]
File "/home/user/snipsa/haploy.py", line 1010, in yfull_recurse_list
if is_unreliable_b38(dec['b38']):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/snipsa/haploy.py", line 833, in is_unreliable_b38
if int(loc) >= region[0] and int(loc) <= region[1]:
^^^^^^^^
ValueError: invalid literal for int() with base 10: 'None'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant