# chopper を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:chopper
```

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

### macOS

- Homebrew (100%):

```sh
brew install chopper
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:chopper
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.13.0
- **ソース概要:** Filter and trim long-read sequencing data by quality and length
- **ホームページ:** <https://github.com/wdecoster/chopper>
- **リポジトリ:** <https://github.com/wdecoster/chopper>
- **最終更新:** 2026-07-15T10:09:42Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- chopper (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

chopper is a Rust command-line program for filtering and trimming FASTQ reads from long-read sequencing platforms such as Oxford Nanopore and PacBio. It is designed as a faster reimplementation of functionality associated with the Python tools NanoFilt and NanoLyse.

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

The project's GitHub repository was created in August 2020. Its first published GitHub release was v0.1.0 in November 2022, and development has continued through later releases that expanded its filtering and trimming strategies.

### 採用の歴史

The project distributes ready-to-use binaries from GitHub Releases and documents installation through Bioconda. The supplied package metadata also records a Homebrew formula, making it available in both bioinformatics-focused and general-purpose package-manager workflows.

### 使われ方

chopper fits Unix sequencing pipelines by reading FASTQ from standard input and writing accepted reads to standard output. Common invocations set minimum quality and length thresholds, optionally crop or quality-trim reads, and pipe compressed data through gzip or pigz.

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

For package-oriented users, chopper is notable as a small Rust replacement for older Python tooling that preserves stream-based composition while offering standalone release binaries and Bioconda and Homebrew distribution. Its stdin/stdout interface makes it easy to slot into reproducible shell pipelines without project-specific configuration.

### タイムライン

- 2020: GitHub repository created.
- 2022: First GitHub release, v0.1.0.
- 2026: v0.13.0 released with split-window support for low-quality splitting.

### Related projects

- NanoFilt and NanoLyse are the Python tools whose functionality motivated chopper's Rust implementation.
- pigz is recommended in the official README for overlapping FASTQ compression or decompression with chopper's processing.

### ソース

- <https://api.github.com/repos/wdecoster/chopper>
- <https://api.github.com/repos/wdecoster/chopper/releases?per_page=100>
- <https://github.com/wdecoster/chopper#readme>
- source_facts.package-manager


## セキュリティノート

chopper に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## Combined YAML source

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


## ソース

- pkg.so package database
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
