From e6b5b666a273e83b5839eaa451fc8bcbd75a3523 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sat, 11 Apr 2020 00:14:33 -0400 Subject: [PATCH] r224: versioning --- Assembly.cpp | 3 +-- CommandLines.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Assembly.cpp b/Assembly.cpp index f43f486..ec21c47 100644 --- a/Assembly.cpp +++ b/Assembly.cpp @@ -1156,8 +1156,7 @@ int ha_assemble(void) if (asm_opt.load_index_from_disk && load_all_data_from_disk(&R_INF.paf, &R_INF.reverse_paf, asm_opt.output_file_name)) { 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)) ha_triobin(&asm_opt); - 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) && !(asm_opt.flag & HA_F_VERBOSE_GFA)) 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(); } diff --git a/CommandLines.h b/CommandLines.h index 8db5b3d..3d50b46 100644 --- a/CommandLines.h +++ b/CommandLines.h @@ -3,7 +3,7 @@ #include -#define HA_VERSION "0.3.0-dirty-r221" +#define HA_VERSION "0.3.0-dirty-r224" #define VERBOSE 0