What's Changed
- updated slow5lib to 1.3 to support ex-zd compressed blow5
- fix unnecessary tab being printed in resquiggle tsv output [see #180 ]
- improvements to error/warning messages
- f5c now supports AMD GPUs (ROCM/HIP) - implemented with @BonsonW in #206
Experimental ROCM binaries are also available, which require an O/S with GLIBC >=2.27 (e.g., Ubuntu 22, Red Hat 8). ROCM runtime v5.7 is included in the binaries, so a driver compatible with this would work. Tested on GPUs MI250X, Radeon 7900XTX and Radeon 780M. Help us test by running the commands below and reporting any issues:wget https://github.com/hasindu2008/f5c/releases/download/v1.6/f5c-v1.6-rocm-binaries-experimental.tar.gz && tar xf f5c-v1.6-rocm- binaries-experimental.tar.gz cd f5c-v1.6 && mv f5c_x86_64_linux_rocm f5c scripts/test.sh
Full Changelog: v1.5...v1.6