Skip to content

Commit 8fea989

Browse files
authored
STY: update case label in sequence alignment example
1 parent d0854c1 commit 8fea989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/align_sequences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def main() -> None:
1313
"""Main function to demonstrate sequence alignment."""
1414

15-
# --- CASE 2 ---
15+
# --- CASE 1 ---
1616
# Simple equality scoring ACGT
1717
objs = list("ACGT-")
1818
sm, _ = create_substituion_matrix_dynamically(objs)

0 commit comments

Comments
 (0)