Skip to content

Commit

Permalink
Removed discrepencies in translation
Browse files Browse the repository at this point in the history
Siddharth Annaldasula committed Mar 22, 2021
1 parent 6f36b06 commit 4c1e749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/translation_to_protein.py
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ def translate(seq, i):
while(translating):
if (len(seq) < 3):
translating = False
aa += "*"
#aa += "*"
else:
codon = seq[0:3]
if (codon_table[codon] == "_"):

0 comments on commit 4c1e749

Please sign in to comment.