Skip to content
Snippets Groups Projects
Commit 2b72e76e authored by Schneider Leo's avatar Schneider Leo
Browse files

df oktoberfest

parent e4b7e4fe
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ def alphabetical_to_numerical(seq): ...@@ -42,6 +42,7 @@ def alphabetical_to_numerical(seq):
dec = 0 dec = 0
for i in range(len(seq) - 2 * seq.count('-')): for i in range(len(seq) - 2 * seq.count('-')):
if seq[i + dec] != '-': if seq[i + dec] != '-':
print(seq)
num.append(ALPHABET_UNMOD[seq[i + dec]]) num.append(ALPHABET_UNMOD[seq[i + dec]])
else: else:
if seq[i + dec + 1:i + dec + 4] == 'CaC': if seq[i + dec + 1:i + dec + 4] == 'CaC':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment