Releases: cancerit/CaVEMan
Releases · cancerit/CaVEMan
split memory bug hotfix
Fix a bug that would occasionally cause split to crash when running with a single thread. Also add debug option to setup.sh
What's Changed
- fix index crash due to bad chr_name malloc (and other things as I went) by @blex-max in #124
- merge for hotfix release by @blex-max in #125
Full Changelog: 1.15.4...1.15.5
1.15.4 - normal panel generation bugfix
Fixed bugs in normal panel generation, i.e. generateCavemanUMNormVCF executable, and eased install process. Core caveman executable remains unchanged compared to tag 1.15.3, but has changed since previous release 1.14.0
What's Changed
- updated htslib by @rulixxx in #102
- ease and modernise installation a bit by @blex-max in #119
- Feature/umn bughunt by @blex-max in #120
- 1.15.4 - fixes to install process and unmatched normal panel generation by @blex-max in #121
- Release/1.15.4 by @blex-max in #122
New Contributors
Full Changelog: 1.14.0...1.15.4
1.14.0 - Speed improvements
Hotfix - 1.13.8
- Use gzputs instead of gzprintf when writing reference contig lines
Hotfix - 1.13.7
- fix extra space in zlib version get command in
setup.sh
Hotfix - 1.13.6
- modify how zlib version is detected in the
setup.sh
script
Hotfix - 1.13.5
- Remove printf that causes all contigs to be printed to stderr.
Hotfix - 1.13.4
- Fix incorrect file path introduced in 1.13.3
- Fixes #82
Hotfix - 1.13.3
- Add gzbuffer call after gzopen to ensure we don't hit the limit where many contigs are printed
- Added unit test for additional methods
- Fixes #77
- Update license dates
1.13.1 - Hotfix
1.13.1
- Ensure all
sentinel
calls return non-zero exit code.