zwdzwd / transvar

TransVar - multiway annotator for precision medicine
Other
115 stars 34 forks source link

Fix TypeError in deletion.py #15

Closed annadcunningham closed 6 years ago

annadcunningham commented 7 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()
zwdzwd commented 6 years ago

Thanks for the fixing! and sorry for delayed action.