Skip to content

Commit

Permalink
r57
Browse files Browse the repository at this point in the history
  • Loading branch information
xfengnefx committed Feb 5, 2022
1 parent d8e471c commit 9ebb3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommandLines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ebb3a4

Please sign in to comment.