v1.5.1
This is the first v1.5 patch release (v1.5.1) fixing a crucial bug causing Diamond runtime errors during the pseudogene detection step. A patch upgrade is highly recommended!
Improvements:
- Added a
--debug
option in order to keep temporary files for debugging purposes: #137 #141 (Thanks @EricDeveaud) - Bakta now obeys the number of available CPUs instead of mere CPU counts on Linux: #135 #139 (Thanks @EricDeveaud)
- The Docker image now allows the direct execution of Bakta via Singularity's
exec
mode in Nextflow: #138 #144 (Thanks @rujinlong & @lukasjelonek)
Bug fixes:
- Fixed an
IndexError
during the pseudogene detection: #130 #133 (Thanks @samnooij & @jhahnfeld) - Fixed an off-by-1 error: #131 (Thanks @jhahnfeld)