Skip to content

Commit

Permalink
r039: do not pop large complex bubbles
Browse files Browse the repository at this point in the history
  • Loading branch information
xfengnefx committed Apr 13, 2021
1 parent 9523cc5 commit d87e83d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CommandLines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void init_opt(hifiasm_opt_t* asm_opt)
asm_opt->fp_relevant_reads = NULL;
asm_opt->is_mode_low_cov = 0;
asm_opt->write_new_graph_bins = 0;
asm_opt->gc_superbubble_tig_max_length = -1;//100000;
asm_opt->gc_superbubble_tig_max_length = 100000;
// end of hamt
asm_opt->bed_inconsist_rate = 0; // hamt: disable
}
Expand Down
2 changes: 1 addition & 1 deletion CommandLines.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <pthread.h>

#define HA_VERSION "0.13-r308"
#define HAMT_VERSION "0.1-r038"
#define HAMT_VERSION "0.1-r039"


// #define VERBOSE 1
Expand Down

0 comments on commit d87e83d

Please sign in to comment.