Releases: ultimatesource/denovogear
Releases · ultimatesource/denovogear
v1.1.1
- FEATURE: When building with cmake, users have the option to download and install dependencies.
Just runcmake -DBUILD_EXTERNAL_PROJECTS=1 ..
- FEATURE:
dng help
now fully implemented - FEATURE: more information added to
dng call
output - BUGFIX: When running
dng call
with HTSLIB 1.2.1, the following error message was being
emitted: "FIXME: dirty header not synced". This has been fixed. - BUGFIX:
dng call
now outputs correct 1-based site locations. - BUGFIX: a segfault was fixed in
dng dnm
anddng phaser
caused by invalid commandline arguments - CHANGE: HTSLIB 1.2+ is now required.
- Miscellaneous improvements to the build system
v1.1.0
Added experimental 'dng call' module.
DeNovoGear now requires HTSLib, CMake 3.1+, Boost 1.47+, and Eigen 3+.
Update documentation
v1.0.2
Fix the failure of dng.sh to work on Debian and FreeBSD.
v1.0.1
Fix version number display.
v1.0.0: Merge pull request #3 from gatoravi/master
Update documentation.