From ef5ba0cc2c3ee1ded1758d314db1f195cecfb84b Mon Sep 17 00:00:00 2001 From: chhylp123 Date: Fri, 31 Jul 2020 21:32:02 -0400 Subject: [PATCH] update help/man --- CommandLines.cpp | 2 +- CommandLines.h | 2 +- hifiasm.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CommandLines.cpp b/CommandLines.cpp index 45de44e..271b712 100644 --- a/CommandLines.cpp +++ b/CommandLines.cpp @@ -78,7 +78,7 @@ void Print_H(hifiasm_opt_t* asm_opt) asm_opt->purge_overlap_len); fprintf(stderr, " --purge-cov INT\n"); fprintf(stderr, " coverage upper bound of Purge-dups [auto]\n"); - fprintf(stderr, " --high-het enable this mode for high heterozygosity sample\n"); + fprintf(stderr, " --high-het enable this mode for high heterozygosity sample [experimental, not stable]\n"); fprintf(stderr, "Example: ./hifiasm -o NA12878.asm -t 32 NA12878.fq.gz\n"); diff --git a/CommandLines.h b/CommandLines.h index f483d84..3cab7ee 100644 --- a/CommandLines.h +++ b/CommandLines.h @@ -3,7 +3,7 @@ #include -#define HA_VERSION "0.10-r298" +#define HA_VERSION "0.10-r299" #define VERBOSE 0 diff --git a/hifiasm.1 b/hifiasm.1 index 450594e..2bb0d61 100644 --- a/hifiasm.1 +++ b/hifiasm.1 @@ -267,7 +267,7 @@ If the coverage of a contig is higher than this bound, don't apply Purge-dups. .TP .BI --high-het \ INT Enable this mode for high heterozygosity sample, which will increase running time. -For ordinary samples, no need to enable this mode. +For ordinary samples, no need to enable this mode [experimental, not stable]. .SS Debugging options