Compare commits

..

6 Commits

Author SHA1 Message Date
chhylp123
ef5ba0cc2c update help/man 2020-07-31 21:32:02 -04:00
chhylp123
8bdc21799c update READMEN 2020-07-31 12:42:27 -04:00
chhylp123
7c385e219a update version number 2020-07-31 12:36:37 -04:00
chhylp123
d92f9519ae Merge branch 'master' of https://github.com/chhylp123/Long_read_assembly 2020-07-31 12:34:49 -04:00
chhylp123
6ca9d01f06 update version number 2020-07-31 12:28:30 -04:00
chhylp123
23f0a8b020 Merge pull request #23 from chhylp123/hifiasm_high_het
Hifiasm high het
2020-07-31 12:24:43 -04:00
3 changed files with 8 additions and 2 deletions

View File

@@ -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");

View File

@@ -3,7 +3,7 @@
#include <pthread.h>
#define HA_VERSION "0.9-r297"
#define HA_VERSION "0.10-r299"
#define VERBOSE 0

View File

@@ -264,6 +264,12 @@ Min number of overlapped reads for duplicate haplotigs that should be purged [1]
Coverage upper bound of Purge-dups, which is inferred automatically in default.
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 [experimental, not stable].
.SS Debugging options
.TP 10