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)
mips-linuxx86_64-redoxi686-cygwinpowerpc-linuxarc-linuxi686-linuxx86_64-darwinloongarch64-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