Skip to content

Commit

Permalink
remove long-deletion TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed May 30, 2023
1 parent 22ef441 commit 32b905f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions intact/intact.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ def has_long_deletion(sequence, alignment):
reference and query sequence.
"""
# NOTE: This is the same check that HIVSeqInR uses.
# TODO: However, it does not actually imply a long deletion
# in consecutive positions. Make sure that it is fine.
if len(sequence.seq) < 8000:
return IntactnessError(sequence.id,
LONGDELETION_ERROR,
Expand Down

0 comments on commit 32b905f

Please sign in to comment.