Notable changes:
-
New feature: added the
memsubcommand to mimic the bwa-mem command-line
interface (CLI). Most input/output options and commonly used options are
retained; unsupported or incompatible bwa-mem options are silently ignored.
For commonly used bwa-mem command lines, replacing "bwa mem" with "minibwa
mem" often gives comparable outputs. -
New feature: added option
-Hto inject arbitrary header lines. -
New feature: added the
XAtag to encode secondary alignments if there are
not too many (#25). -
Bugfix: SAM header was outputted to stdout even if an output file is
specified. -
Bugfix: seed sorting was incorrectly implemented (#39).
-
Bugfix: compiled mimalloc missed the
aligned_allocfunction in C11 (#30). -
Bugfix: methylation index was incorrectly generated under the low-memory
indexing mode (#42).
(0.3: 28 June 2026, r391)