abpoa

abpoa 1.5.6

SIMD-based C library for fast partial order alignment using adaptive band

https://github.com/yangao07/abPOA
MIT License
main program: abpoaprograms: abpoa
Platforms (46)
x86_64-darwini686-freebsdmips64el-linuxpowerpc-linuxriscv64-linuxaarch64-freebsdloongarch64-linuxs390-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  abpoa
];
Ad-hoc shell
nix-shell -p abpoa
Flake (nix run)
nix run nixpkgs#abpoa