Releases: voutcn/megahit
Releases · voutcn/megahit
v1.1.4
- Fixed a bug in 1-pass mode causing
make test
failure
v1.1.3
- Fix a bug in atomic bit vector that may cause a race condition
v1.1.2
- hotfix of an integer overflow bug
v1.1.1
- Added
-f
option to force overwrite output directory
- Added
--bubble-level
option to control bubble merging; though level 3 (i.e. super bubble) is not mature (default level is 2)
- Optimized the speed of tips removal
1.1-beta
- Added components to better handle high depth errors
- Added components to merge super bubbles
- Fine tuning k-mer sizes to support longer reads (150bp)
- In general, it produces longer contigs compared to previous versions
v1.0.6.1
Hotfix of GCC6 compilation problem.
v1.0.6
- Fixed a bug that ignores edge multiplicity at all. This bug existed since v1.0.4-beta
v1.0.5
- Removed the requirement for CPU_thread >= 2.
- Added the
--tmp-dir
option
- More user-friendly error message when seeing bad pair-end files
- Fixed a bug that may stop an assembly earlier
v1.0.3
- Fixed number of tip nodes in SdBG 32 bit integer overflow