# spoa を Homebrew, apt でインストール

spoa のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:spoa
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install spoa
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install spoa
```

  証拠: Debian stable package indexes: spoa from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## パッケージ情報

- **パッケージキー:** brew:spoa
- **パッケージマネージャ:** Homebrew
- **バージョン:** 4.1.5
- **ソース概要:** SIMD partial order alignment tool/library
- **ホームページ:** <https://github.com/rvaser/spoa>
- **リポジトリ:** <https://github.com/rvaser/spoa>
- **最終更新:** 2026-06-21T00:20:16Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- spoa (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 4.1.5
## プロジェクトの歴史と使われ方

Spoa is a C++ SIMD implementation of partial order alignment, packaged as both a command-line tool and library for generating consensus sequences from biological sequence reads.

### プロジェクトの歴史

The official README defines Spoa as `SIMD POA`, an implementation of the partial order alignment algorithm used to generate consensus sequences. It supports local, global, and semi-global alignment modes, linear, affine, and convex gap modes, and SIMD acceleration through SSE4.1+, AVX2, SIMDe, and dispatching.

Spoa is tied to the long-read sequencing era: the README points to the original POA and consensus-sequence literature, while the project is also marked as published in Genome Research. In package form, it gives bioinformatics pipelines a small native executable and a linkable library rather than a large workflow framework.

### 採用の歴史

The supplied package-manager data lists Spoa in Homebrew and as `libspoa-dev` in Debian and Ubuntu. That packaging split reflects its dual role: command for direct FASTA/FASTQ processing and development library for other genomics tools.

### 使われ方

The `spoa` command reads FASTA or FASTQ sequences, including gzip-compressed input, and writes consensus or multiple-sequence-alignment FASTA output. Options select scoring, gap penalties, alignment mode, and result mode.

### パッケージ好きにとっての重要性

Spoa matters to package maintainers because it is a compact, performance-sensitive C++ bioinformatics dependency. Its optional SIMD/SIMDe paths and library install targets are exactly the kind of details that determine whether a formula or distro package is useful beyond a single architecture.

### タイムライン

- 2002: Partial order alignment is published in Bioinformatics, the algorithmic foundation cited by the Spoa README.
- 2003: Consensus sequence generation with partial order graphs is published, also cited by the Spoa README.
- 2017: Spoa is associated with a Genome Research publication badge in the official repository.
- Ongoing: The README documents CMake and Meson builds plus SIMD and portability options.

### Related projects

- The original POA algorithm and consensus-sequence papers are cited by the official Spoa README.
- SIMDe is listed as a portability option for SIMD support.
- bioparser and biosoup are listed as dependencies for the executable and tests.

### ソース

- <https://github.com/rvaser/spoa#readme>
- source_facts.package-manager


## セキュリティノート

library-like package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- library-like package without higher-risk signals

## 他のパッケージマネージャ記録

- Debian apt - libspoa-dev - 4.1.4-2+b1: normalized package name match | Debian stable package indexes: libspoa-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | SIMD partial order alignment library (development files) | https://github.com/rvaser/spoa
- Debian apt - libspoa7.0.0 - 4.1.4-2+b1: normalized package name match | Debian stable package indexes: libspoa7.0.0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | SIMD partial order alignment library | https://github.com/rvaser/spoa
- Debian apt - spoa - 4.1.4-2+b1: normalized package name match | Debian stable package indexes: spoa from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | SIMD partial order alignment tool | https://github.com/rvaser/spoa
- Ubuntu apt - libspoa-dev - 4.0.8-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libspoa-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | SIMD partial order alignment library (development files) | https://github.com/rvaser/spoa
- Ubuntu apt - libspoa7.0.0 - 4.0.8-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libspoa7.0.0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | SIMD partial order alignment library | https://github.com/rvaser/spoa
- Ubuntu apt - spoa - 4.0.8-1: normalized package name match | Ubuntu 24.04 LTS package indexes: spoa from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | SIMD partial order alignment tool | https://github.com/rvaser/spoa


## Combined YAML source

View the package source record on GitHub. [combined/spoa.yml](https://github.com/mxcl/pkgdb/blob/main/combined/spoa.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
