Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@reedacartwright reedacartwright released this 21 Apr 00:22
· 314 commits to develop since this release
  • FEATURE: When building with cmake, users have the option to download and install dependencies.
    Just run cmake -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 and dng phaser caused by invalid commandline arguments
  • CHANGE: HTSLIB 1.2+ is now required.
  • Miscellaneous improvements to the build system