You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
running version 2.4 with python 3(.11).
HLA calling gets stuck during/after the 2nd iteration of non-class determination with the output below.
Thanks for any help :)
The digital haplotype is written into [filename]-ClassI-nonclass.digitalhaplotype3
Took 0.5041732788085938 seconds
Traceback (most recent call last):
File "seq2HLA.py", line 791, in
main()
File "seq2HLA.py", line 786, in main
pipe.run()
File "seq2HLA.py", line 152, in run
self.call_HLA(
File "seq2HLA.py", line 304, in call_HLA
if fourDigit_solutions1[locus] > 1:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '>' not supported between instances of 'str' and 'int'
The text was updated successfully, but these errors were encountered:
Kaddea
changed the title
v2.3 failed run
v2.4 failed run
Feb 9, 2024
Hi,
running version 2.4 with python 3(.11).
HLA calling gets stuck during/after the 2nd iteration of non-class determination with the output below.
Thanks for any help :)
The digital haplotype is written into [filename]-ClassI-nonclass.digitalhaplotype3
Took 0.5041732788085938 seconds
Traceback (most recent call last):
File "seq2HLA.py", line 791, in
main()
File "seq2HLA.py", line 786, in main
pipe.run()
File "seq2HLA.py", line 152, in run
self.call_HLA(
File "seq2HLA.py", line 304, in call_HLA
if fourDigit_solutions1[locus] > 1:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '>' not supported between instances of 'str' and 'int'
The text was updated successfully, but these errors were encountered: