# 使用 Homebrew, apt, Nix 安装 abpoa

查看 abpoa 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:abpoa
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install abpoa
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install abpoa
```

  证据: Debian stable package indexes: abpoa from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#abpoa
```

  证据: nixpkgs package indexes: pkgs/by-name/ab/abpoa/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:abpoa
- **软件包管理器:** Homebrew
- **版本:** 1.5.6
- **来源摘要:** SIMD-based C library for fast partial order alignment using adaptive band
- **主页:** <https://github.com/yangao07/abPOA>
- **仓库:** <https://github.com/yangao07/abPOA>
- **最后更新:** 2026-05-26T23:37:46-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- abpoa (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.5.6
## 项目历史与用法

abPOA is a C library and command-line tool for adaptive-banded partial-order alignment, multiple sequence alignment, and consensus generation. Package maintainers care about it because it exposes a performance-sensitive bioinformatics primitive as a small buildable C package with command-line, conda, Homebrew, and Python-facing usage.

### 项目历史

The first GitHub release, v1.0.0, was published on April 15, 2020. The project was described in Bioinformatics later in 2020 as an SIMD-based C library for fast partial order alignment using adaptive banding, and the upstream README presents it as an extended version of partial-order alignment with adaptive banded dynamic programming and SIMD implementation.

### 采用历史

The README documents installation via conda and Homebrew, source builds, prebuilt Linux and macOS binaries, and a pyabpoa Python package. The input metadata also shows distribution packaging in Homebrew, Debian, Nix, and Ubuntu, which is typical for bioinformatics tools that need both reproducible workflows and local command-line execution.

### 使用方式

abPOA accepts FASTA, FASTQ, and gzip-compressed FASTA/FASTQ input, performs sequence-to-graph alignment, emits consensus FASTA by default, and can also emit row-column MSA, GFA graph output, amino-acid consensus, and graph plots. The README documents global, local, and extension alignment modes plus linear, affine, and convex gap penalties.

### 为什么软件包爱好者会关心

The package is significant because it turns a common long-read consensus and MSA building block into a portable SIMD-aware command-line dependency. Its release notes continue to mention packaging-facing work such as pyproject.toml for pyabpoa and SIMD dispatch.

### 时间线

- 2020: First public GitHub release v1.0.0.
- 2020: Bioinformatics article published for abPOA.
- 2025: v1.5.4 added SIMD dispatch and Python 3.13 installation fixes.
- 2026: v1.5.6 added easier incremental MSA and pyproject.toml for pyabpoa.

### Related projects

- The README explicitly frames abPOA as an extension of partial-order alignment and references heaviest bundling for consensus generation. It also ships pyabpoa for Python users and connects to Bioconda and Homebrew packaging for workflow installation.

### 来源

- <https://doi.org/10.1093/bioinformatics/btaa963>
- <https://github.com/yangao07/abPOA#readme>
- <https://github.com/yangao07/abPOA/releases>
- input source_facts.package-manager


## 安全说明

library-like package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- library-like package without higher-risk signals

## 其他软件包管理器记录

- Debian apt - abpoa - 1.5.3-1+b4: normalized package name match | Debian stable package indexes: abpoa from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | adaptive banded Partial Order Alignment | https://github.com/yangao07/abPOA
- Debian apt - python3-pyabpoa - 1.5.3-1+b4: normalized package name match | Debian stable package indexes: python3-pyabpoa from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | adaptive banded Partial Order Alignment - python3 module | https://github.com/yangao07/abPOA
- Nix - abpoa: normalized package name match | nixpkgs package indexes: pkgs/by-name/ab/abpoa/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - abpoa - 1.5.1-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: abpoa from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | adaptive banded Partial Order Alignment | https://github.com/yangao07/abPOA
- Ubuntu apt - python3-pyabpoa - 1.5.1-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-pyabpoa from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | adaptive banded Partial Order Alignment - python3 module | https://github.com/yangao07/abPOA


## Combined YAML source

View the package source record on GitHub. [combined/abpoa.yml](https://github.com/mxcl/pkgdb/blob/main/combined/abpoa.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
