Releases: chhylp123/hifiasm
Releases · chhylp123/hifiasm
Hifiasm-0.15.4 (r343)
- Integrate the option '--l-msjoin' to detect misjoined unitigs before Hi-C phasing.
- Further reduce hamming error rate for Hi-C phased assembly.
Hifiasm-0.15.3 (r339)
- Reduce the hamming error/switch error rate of samples with low heterozygosity rate for both Hi-C phased assemblies and trio-based assemblies.
Hifiasm-0.15.2 (r334)
- Improved the ability to generate better chromosome-level phased assemblies with Hi-C.
Hifiasm-0.15.1 (r328)
- Fixed minor bugs for perturbation of Hi-C partition.
- Fixed bugs for bubble popping when handling complex bubbles, especially for polyploidy samples.
- In Hi-C phasing module, incorporated the option '--n-weight', which might be more important than '--n-perturb' and '--f-perturb'.
- Note: the bin files for Hi-C alignment of previous versions cannot be reused.
Hifiasm-0.15 (r327)
- Improved Hi-C phasing module. Incorporated the options '--n-perturb', '--f-perturb' and '--seed' for Hi-C phasing module.
- Changed the default outputs of hifiasm. Hifiasm outputs a primary assembly and two balanced haplotypes in default. Incorporated the option '--primary' to output primary assembly and alternate assembly.
- Improved purge_dups module which keeps more hard regions. It applies '-l3' for purge_dups in default.
- Reduced false duplications in haplotype-resolved assemblies.
- Note: the bin files for Hi-C alignment of previous versions cannot be reused.
- Note: please avoid using 0.15 since it is extremely slow when handling complex bubbles.
Hifiasm-0.14.2 (r315)
- Slightly reduce misassemblies.
Hifiasm-0.14.1 (r314)
This release is mainly used to fix a serious bug.
- Fixed the serious bug that may duplicate some regions in contigs, especially when doing haplotype-resolved assembly.
- Incorporated the option '-l3' which is able to purge samples with high heterozygosity rate.
- Remove the option '--high-het'.
Hifiasm-0.14 (r312)
- Improved contig N50, and reduced hamming error rate/switch error rate of haplotype-resolved assembly (trio/Hi-C phased).
- Incorporated the options '--b-cov', '--h-cov' and '--m-rate' to break contigs at potential misassemblies.
- Incorporated experimental Hi-C phased mode for diploid samples. See the options '--h1' and '--h2'.
- Incorporated the option '--min-hist-cnt' to ignore noise when analyzing the k-mer spectrum. See 'man ./hifiasm.1'.
- Fixed bugs for purge_dups and circle length.
- Make the option '-z' work.
Hifiasm-0.13 (r308)
- Improved base accuracy (QV) of assembly.
- Incorporated the option '--lowQ' to print contig regions with low base accuracy and related reads. It might be useful for polishing.
- Fixed the bug that cannot output circles.
Hifiasm-0.12 (r304)
- Fixed small bug for primary assembly.