We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43d8f4 commit 68302fcCopy full SHA for 68302fc
anglerfish/anglerfish.py
@@ -186,6 +186,7 @@ def run_demux(args):
186
f" Lenient mode: Reverse complementing {best_flip} index for adaptor {adaptor_name} found at least {args.lenient_factor} times more matches"
187
)
188
no_matches, matches = flipped[best_flip]
189
+ flipped_i7, flipped_i5 = flips[best_flip].values()
190
else:
191
log.info(
192
f" Lenient mode: using original index orientation for {adaptor_name}"
0 commit comments