Skip to content

Commit

Permalink
Update CFEIntact errors table
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jul 27, 2024
1 parent 2b9a7b6 commit e68bfe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gene_splicer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,8 @@ def align(target_seq,
'InsertionInOrf',
'InternalStopInOrf',
'FrameshiftInOrf',
'MutatedStopCodon',
'MutatedStartCodon',
]

def iterate_hivintact_verdicts_1(directory: Path, intact: Set[str] = set()) -> Iterable[Tuple[str, str]]:
Expand Down

0 comments on commit e68bfe5

Please sign in to comment.