abpoa

abpoa 1.5.7.1

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

https://github.com/yangao07/abPOA
MIT License
main program: abpoaprograms: abpoa
Platforms (45)
i686-openbsdmips64-linuxs390-linuxaarch64-darwini686-freebsdi686-netbsdpowerpc-netbsdaarch64-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