Skip to content

Commit

Permalink
Add transcript prioritization #256
Browse files Browse the repository at this point in the history
  • Loading branch information
antonylebechec committed Aug 28, 2024
1 parent 49206a8 commit 33bed01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion howard/objects/variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9376,7 +9376,6 @@ def transcripts_prioritization(
if transcripts_table is None:
msg_err = "No Transcripts table availalble"
log.error(msg_err)
#return False
raise ValueError(msg_err)

# Get transcripts columns
Expand Down

0 comments on commit 33bed01

Please sign in to comment.