Skip to content

Commit

Permalink
woops rm commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorreiter committed Jun 24, 2024
1 parent da898cd commit f878cf7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/utils.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
from Bio import SeqIO
from Bio.Seq import Seq

# def verify_translation(nucleotide_seq, amino_acid_seq, to_stop):
# """Verify that a nucleotide sequence translates correctly to its amino acid sequence."""
# translated_seq = Seq(str(nucleotide_seq)).translate(to_stop=to_stop)
# return str(translated_seq) == str(amino_acid_seq)


def verify_translation(nucleotide_seq, amino_acid_seq, to_stop, allow_wildcard_x=False):
"""
Expand Down

0 comments on commit f878cf7

Please sign in to comment.