Releases: chhylp123/hifiasm
Releases · chhylp123/hifiasm
Hifiasm-0.20.0-r639
This is a relatively large update for hifiasm with the new error correction component. The new error correction component generally allows hifiasm to produce more contiguous genome assemblies with higher quality values (QV) in a shorter amount of time.
Hifiasm-0.19.9-r616
Since Hifiasm-0.19.8 (r603):
- Fixed several issues that may lead to segmentation fault.
- To produce more T2T contigs/scaffolds, there are multiple new options that can keep telomeres at the ends of contigs/scaffolds, including
--telo-m
,--telo-p
,--telo-d
and--telo-s
. For instance, using--telo-m CCCTAA
for human genome assemblies. - Integrated
--ctg-n
to discard too small contigs.
Hifiasm-0.19.8-r603
Since Hifiasm-0.19.7 (r598):
- Fixed several issues like #461.
Hifiasm-0.19.7-r598
Since Hifiasm-0.19.6 (r595):
- Incorporated the option
--dual-scaf
to output scaffoldings. - Incorporated the option
--scaf-gap
to set the max gap size of scaffoldings.
Hifiasm-0.19.6-r595
Hifiasm-0.19.5-r587
Since Hifiasm-0.19.4 (r575):
- Fixed the bug during the UL integration (#441).
- Based on the Flagger result (https://github.com/mobinasri/flagger), fixed the bugs that the diploid assembly may have false duplications or miss some bases.
Hifiasm-0.19.4-r575
Since Hifiasm-0.19.3 (r572):
- Fixed the bug that haplotype-resolved assemblies may miss a few Mbs regions.
Hifiasm-0.19.3-r572
Since Hifiasm-0.19.1 (r559):
- Avoided potiential chromosome-level misassemblies for the UL-integration assembly.
- The assembly graph of polyploidy samples could keep more information.
Hifiasm-0.19.1-r559
Since Hifiasm-0.19.0 (r554):
- Incorporated two options
path-max
andpath-min
for the UL+HiFi assembly. For these two options, higher number may make the assembly cleaner, but may lead to more misassemblies. - Removed unnecessary outputs.
- Please note that to make full use of current release, the second round of UL bin files before hifiasm-0.19.0 (r554) should be reproduced. Given the bin files of HG00544 as an example, all bin files except
HG00544.ec.bin
,HG00544.ovlp.reverse.bin
,HG00544.ovlp.source.bin
, andHG00544.ul.ovlp.bin
should be deleted.
Hifiasm-0.19.0-r554
Since Hifiasm-0.18.9 (r527):
- Improved quality for the UL+HiFi assembly with better resoluton of hard-to-assembled regions.