Closed annadcunningham closed 6 years ago
This pull request fixes a bug in deletion.py that causes a TypeError:
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/transvar/deletion.py", line 203, in annotate_deletion_protein if q.end*3 > t.cdslen: TypeError: unorderable types: int() > method()
Thanks for the fixing! and sorry for delayed action.
This pull request fixes a bug in deletion.py that causes a TypeError: