From 9ebb3a40c9f2250eb211d1a2e81781c9f116a34a Mon Sep 17 00:00:00 2001 From: xfeng Date: Fri, 4 Feb 2022 22:06:21 -0500 Subject: [PATCH] r57 --- CommandLines.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommandLines.cpp b/CommandLines.cpp index 2d1e2af..94e1825 100644 --- a/CommandLines.cpp +++ b/CommandLines.cpp @@ -175,7 +175,7 @@ void init_opt(hifiasm_opt_t* asm_opt) asm_opt->is_mode_low_cov = 0; asm_opt->write_new_graph_bins = 0; asm_opt->gc_superbubble_tig_max_length = 100000; - asm_opt->gc_tangle_max_tig = 200; // set to -1 to disable the limit + asm_opt->gc_tangle_max_tig = 500; // set to -1 to disable the limit asm_opt->is_aggressive = 0; asm_opt->use_ha_bin = 0; // end of hamt