Skip to content

Commit 68302fc

Browse files
committed
Bugfix: lenient mode did not report i7/i5 flips
1 parent e43d8f4 commit 68302fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

anglerfish/anglerfish.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def run_demux(args):
186186
f" Lenient mode: Reverse complementing {best_flip} index for adaptor {adaptor_name} found at least {args.lenient_factor} times more matches"
187187
)
188188
no_matches, matches = flipped[best_flip]
189+
flipped_i7, flipped_i5 = flips[best_flip].values()
189190
else:
190191
log.info(
191192
f" Lenient mode: using original index orientation for {adaptor_name}"

0 commit comments

Comments
 (0)