Skip to content

Commit 28eea60

Browse files
author
Manuel Caceres
committed
Fix typo
1 parent 22cd7a9 commit 28eea60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute_summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def parse_gaf(raw_gaf, vertex_labels):
201201
ll = ''.join({'A': 'T', 'T': 'A', 'C': 'G', 'G': 'C', 'N': 'N'}[b] for b in ll[::-1])
202202
last_node_off += original_length
203203
else:
204-
last_node_off -= original_lengthß
204+
last_node_off -= original_length
205205

206206
seqs.append(ll)
207207

0 commit comments

Comments
 (0)