Skip to content

Commit 73f5054

Browse files
author
timoast
committed
Fixed indel counting in refine step
1 parent abd6e9e commit 73f5054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tepy/tepy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def process_missed(data, indel, concordant, split_alignments, name_indexed, acc,
198198
try:
199199
iterator
200200
except NameError:
201-
iterator = get_last_id(acc, indel)
201+
iterator = get_last_id(acc, indel) + 1
202202
else:
203203
iterator += 1
204204
write_te(te_file, read_file, i[0], read_names, iterator)

0 commit comments

Comments
 (0)