Skip to content

Commit

Permalink
Update jabba.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxinye committed Jul 8, 2024
1 parent c8ca6a3 commit 6a9ce91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fABBA/jabba/jabba.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def symbolsAssign(clusters, alphabet_set=0):
'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v',
'w', 'x', 'y', 'z']

elif isinstance(alphabet_set, list) and len(alphabets):
elif isinstance(alphabet_set, list):
alphabets = alphabet_set

else:
Expand Down

0 comments on commit 6a9ce91

Please sign in to comment.