• v1.1.40
    Release / create-release (push) Successful in 5m58s
    Release / build-macos-arm64 (push) Successful in 2m47s
    Release / build-linux-x86_64 (push) Successful in 8m50s
    CI / build (pull_request) Canceled after 5m42s
    Stable

    coissac released this 2026-08-10 23:01:39 +00:00 | 61 commits to main since this release

    feat: add multi-genome SNP pseudo-alignment and CLI export

    Introduces a SnpAlignment struct and helper methods to construct per-genome SNP pseudo-alignments from sibling k-mer data, filtering monomorphic families and encoding bases as IUPAC ambiguity codes. Exposes the type at the crate root for simplified imports. Adds a --snp CLI flag to compute and export these alignments as an IUPAC-coded FASTA file. Updates theory documentation to propose a multi-genome framing approach for joint phylogenetic inference, resolving pairwise correspondence ambiguities through positional homology and partial coverage thresholds. Bumps crate version to 1.1.40.

    Downloads