We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
search_limit_recovery
1 parent 52cdc18 commit 08b7e31Copy full SHA for 08b7e31
src/main.rs
@@ -460,7 +460,7 @@ fn build_alignment_parameters(arg_matches: &ArgMatches) -> AlignmentParameters {
460
gap_dist_ends: *arg_matches
461
.get_one("gap_dist_ends")
462
.expect("Presence ensured by CLI definition"),
463
- stack_limit_abort: arg_matches.get_flag("stack_limit_abort"),
+ stack_limit_abort: arg_matches.get_flag("search_limit_recovery"),
464
max_num_gaps_open: *arg_matches
465
.get_one("max_num_gaps_open")
466
0 commit comments