Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Sep 27, 2023
1 parent 8830259 commit 189e5f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions util/find_orf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ def find_candidate_positions(aligned_sequence, e):
n = len(aligned_sequence.this.seq) - 1
visited_set = set()
query_aminoacids_table = get_query_aminoacids_table(aligned_sequence.this)
if isinstance(query_aminoacids_table, Exception):
raise query_aminoacids_table

for frame in range(3):
aminoacids = query_aminoacids_table[frame]
Expand Down
3 changes: 0 additions & 3 deletions util/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
logger = logging.getLogger()
logging.basicConfig(level=logging.INFO, format=FORMAT)

def error(error):
logger.error(error)

def info(info):
logger.info(info)

0 comments on commit 189e5f9

Please sign in to comment.