Skip to content

Commit

Permalink
liting 2
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian committed Apr 9, 2024
1 parent a591823 commit 97baa1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions taranis/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,6 @@ def get_snp_information(
alt_sequence = alt_sequence[: len(alt_sequence) // 3 * 3]

alt_protein = str(Seq(alt_sequence).translate())


snp_line = []
# get the shortest sequence for the loop
length_for_snp = min(len(ref_sequence), len(alt_sequence))
Expand Down

0 comments on commit 97baa1b

Please sign in to comment.