htsjdk
htsjdk copied to clipboard
IOUtil.openFileForMd5CalculatingWriting() puts the md5 file in the wrong place.
It looks like I introduced a bug in IOUtil.openFileForMd5CalculatingWriting()
. It appears to resolve filename/.md5
instead of filename.md5
. We never noticed because it doesn't have tests.