All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.2 - 2024-07-07
- Add a missing import to fix Bioconda build 19e3063
1.4.1 - 2024-07-05
- Refactor flake to use flake-parts
- Add treefmt
- Allow to statically compile dragmap by @gambalab in #12
1.4.0 - 2023-12-07
- CI Action to build (#1)
- Add v2 FASTA masks from Illumina from ckandoth. (DRAGMAP #32)
- Add nix flake (#4)
- Add initial Rust infrastructure
- Add new Bioconda recipe (#5)
- Remove useless space in @PG from lindenb. (DRAGMAP #14)
- Fix overflow TableCount from tomofumisaka. (DRAGMAP #55)
- Fix overflow number of reference contig from tomofumisaka. (DRAGMAP #56)
- Fix "Assertion `inputR2.eof()' failed." error from lgruen. (DRAGMAP #53)
- Fix intel compiler build break from fo40225. (DRAGMAP #48)
- Use gnu99 instead of c99from lgruen. (DRAGMAP #10)
- Add treefmt (#6)
1.3.1 - 2022-12-08
- mapq0 fix