Releases: epi2me-labs/fastcat
Releases · epi2me-labs/fastcat
v0.4.11
Changed
fastcat
will exit non-zero if an input file (named or recursed) cannot be opened
v0.4.10
Fixed
- Use of uninitialized memory in thread pool init, leading to memory leak.
v0.4.9
Fixed
- Handle BAM_CEQUAL and BAM_CDIFF that some aligners like to use.
v0.4.8
Fixed
- Doubled tab in output header.
v0.4.7
Changed
- Build conda package using bioconda's htslib.
Fixed
- Occasional hanging on exit.
v0.4.6
Fixed
- Missing tab character in output header.
v0.4.5
Changed
- Pin openssl version in conda build to that which work across Python versions.
v0.4.4
Fixed
- Removed libdeflate from conda build which caused issues with threading.
v0.4.3
Changed
- Only multithread BAM decompression.
v0.4.2
Added
- Multithreading to
bamstats
for improved throughput.