macOS
brew install fastq-toolslocal Homebrew formula metadata
brew
fastq-tools のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install fastq-toolslocal Homebrew formula metadata
概要
Small utilities for working with fastq sequence files
履歴
fastq-tools is a compact suite of Unix-style utilities for FASTQ sequencing files, including tools for sorting, grepping, k-mer counting, local sequence matching, quality-score tabulation and adjustment, sampling, and duplicate counting.
Daniel C. Jones published fastq-tools under an MIT-style license in 2011. The README presents it as a collection of small and efficient programs for common tasks with high-throughput sequencing data in FASTQ format.
The package follows the older autotools-era scientific CLI model: generated configure scripts for release tarballs, autogen.sh for git checkouts, and a short dependency list of PCRE and zlib. The GitHub repository remained active through later tags, with v0.8.3 listed among its published tags.
fastq-tools is niche compared with later all-in-one preprocessors, but it fills a durable command-line niche for people who want small composable tools over a single workflow application. Its Homebrew packaging reflects that Unix-toolbox use case.
The suite works with ordinary and gzipped FASTQ files. Users pick individual commands such as fastq-sort, fastq-grep, fastq-kmers, fastq-sample, fastq-uniq, and fastq-qual rather than configuring a long-running application.
No persistent configuration or credentials file is documented; behavior is driven by command-line options and the input FASTQ streams or files.
fastq-tools is significant as a small-binary, many-command package: it packages the FASTQ format as a shell-friendly toolkit. That makes it closer to classic text-processing utilities than to GUI or report-heavy bioinformatics applications.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fastq-grep | cli | グローバル実行可能ファイル | |
fastq-kmers | cli | グローバル実行可能ファイル | |
fastq-match | cli | グローバル実行可能ファイル | |
fastq-qscale | cli | グローバル実行可能ファイル | |
fastq-qual | cli | グローバル実行可能ファイル | |
fastq-qualadj | cli | グローバル実行可能ファイル | |
fastq-sample | cli | グローバル実行可能ファイル | |
fastq-sort | cli | グローバル実行可能ファイル | |
fastq-uniq | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/dcjones/fastq-tools
インストールメタデータ
| パッケージキー | brew:fastq-tools |
|---|---|
| バージョン | 0.8.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/fastq-tools |
| ホームページ | https://github.com/dcjones/fastq-tools |
| リポジトリ | https://github.com/dcjones/fastq-tools |
| 上流ドキュメント | https://github.com/dcjones/fastq-tools#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/dcjones/fastq-tools/archive/refs/tags/v0.8.3.tar.gz |
| 依存関係 | pcre |
| ビルド依存関係 | autoconf, automake, libtool |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fastq-tools |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.