Skip to content

Commit

Permalink
fixed bugs for trio-binning
Browse files Browse the repository at this point in the history
  • Loading branch information
chhylp123 committed May 17, 2020
1 parent 7f6725e commit d36e1e7
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 72 deletions.
1 change: 1 addition & 0 deletions Assembly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,7 @@ int ha_assemble(void)
ovlp_loaded = 1;
fprintf(stderr, "[M::%s::%.3f*%.2f] ==> loaded corrected reads and overlaps from disk\n", __func__, yak_realtime(), yak_cpu_usage());
if (!(asm_opt.flag & HA_F_SKIP_TRIOBIN) && !(asm_opt.flag & HA_F_VERBOSE_GFA)) ha_triobin(&asm_opt);
///if (!(asm_opt.flag & HA_F_SKIP_TRIOBIN)) ha_triobin(&asm_opt);
if (asm_opt.flag & HA_F_WRITE_EC) Output_corrected_reads();
if (asm_opt.flag & HA_F_WRITE_PAF) Output_PAF();
}
Expand Down
2 changes: 1 addition & 1 deletion CommandLines.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <pthread.h>

#define HA_VERSION "0.5-dirty-r247"
#define HA_VERSION "0.7"

#define VERBOSE 0

Expand Down
Loading

0 comments on commit d36e1e7

Please sign in to comment.