# fgbio を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:fgbio
```

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

### macOS

- Homebrew (100%):

```sh
brew install fgbio
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:fgbio
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/fgbio>
- **バージョン:** 4.1.0
- **ソース概要:** Tools for working with genomic and high throughput sequencing data
- **ホームページ:** <https://fulcrumgenomics.github.io/fgbio/>
- **リポジトリ:** <https://github.com/fulcrumgenomics/fgbio>
- **上流ドキュメント:** <https://fulcrumgenomics.github.io/fgbio>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/fulcrumgenomics/fgbio/releases/download/4.1.0/fgbio-4.1.0.jar>
- **最終更新:** 2026-05-20T05:30:27Z
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

- fgbio (cli)
- fgbio (エイリアス)

## 依存関係

- openjdk

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 4.1.0
- マネージャ更新日: 2026-05-20
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/fulcrumgenomics/fgbio
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

fgbio is a Fulcrum Genomics toolkit for analyzing genomic and high-throughput sequencing data. It is a command-line collection aimed at read-level and variant-level workflows, with a particular emphasis on robust NGS processing, molecular indexes, and consensus-read generation.

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

The GitHub repository was created in March 2016, and the first release listed by the GitHub API is 0.1.0 later that month. The README describes fgbio as a set of tools for genomic data analysis with a focus on next-generation sequencing.

The project is written in Scala, built with sbt, and distributed as an executable jar or through package managers. Its README says the repository README is mostly for developers and builders, while the project website carries detailed user documentation, per-tool usage pages, and metrics documentation.

The toolkit's stated goals are robust, well-tested tools, an easy command line, clear documentation, and open-source development for the community and Fulcrum Genomics clients. The tool list shows the project expanding into UMI handling, consensus reads, FASTQ/BAM manipulation, QC metrics, contig-name rewriting, and synthetic mixture VCF creation.

### 採用の歴史

fgbio has a narrower package footprint than general-purpose CLIs, but it is visible in bioinformatics distribution channels. Its README advertises Bioconda, Maven Central, Javadocs, Zenodo DOI metadata, and installation through conda or a minimal conda package; the batch package facts show a Homebrew formula as well.

The project README says the tools are used by Fulcrum Genomics customers and others for ad-hoc analysis and production pipelines. That positions fgbio as a practical pipeline component rather than only a reference implementation.

### 使われ方

Users run fgbio as a command-line toolkit over FASTQ, SAM/BAM, VCF/BCF, and related genomic data. Common documented areas include UMI annotation and correction, grouping reads by UMI, calling molecular or duplex consensus reads, filtering and clipping BAMs, sorting and updating read groups, collecting QC metrics, and manipulating contig names.

The README documents `java -jar target/scala-2.13/fgbio-<version>.jar` for command discovery when building locally, while normal users are directed to the hosted tools documentation and package-manager installation.

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

fgbio matters to package maintainers because it packages a JVM/Scala genomics toolkit as a reproducible command-line dependency for sequencing pipelines. Its useful surface is a large family of subcommands, so packaging quality is about making one executable reliably available with the right Java runtime rather than exposing a single algorithm.

### タイムライン

- 2016: GitHub repository created and 0.1.0 released.
- 2024: Zenodo DOI metadata was present in the project README badge.
- 2026: GitHub API showed release 4.1.0 and recent repository activity.

### Related projects

- fgbio relates to bioinformatics tools and formats around FASTQ, SAM/BAM, VCF/BCF, Unique Molecular Index workflows, and Fulcrum Genomics' Rust fqtk demultiplexing work mentioned in the README.

### ソース

- <https://github.com/fulcrumgenomics/fgbio>
- <https://api.github.com/repos/fulcrumgenomics/fgbio>
- <https://api.github.com/repos/fulcrumgenomics/fgbio/releases>
- <https://fulcrumgenomics.github.io/fgbio>
- <https://fulcrumgenomics.github.io/fgbio/tools/latest>
- <https://formulae.brew.sh/formula/fgbio>


## セキュリティノート

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


## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** fgbio
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://www.automicvault.com/ja/pkg/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [openjdk](https://www.automicvault.com/ja/pkg/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [bbtools](https://www.automicvault.com/ja/pkg/brew/bbtools/) - Shares av.db curated category or tags: bioinformatics, cli, genomics, science, sequencing.
- [bowtie2](https://www.automicvault.com/ja/pkg/brew/bowtie2/) - Shares av.db curated category or tags: bioinformatics, cli, genomics, science, sequencing.
- [cutadapt](https://www.automicvault.com/ja/pkg/brew/cutadapt/) - Shares av.db curated category or tags: bioinformatics, cli, ngs, science, sequencing.
- [htslib](https://www.automicvault.com/ja/pkg/brew/htslib/) - Shares av.db curated category or tags: bioinformatics, cli, genomics, science, sequencing.
- [sambamba](https://www.automicvault.com/ja/pkg/brew/sambamba/) - Shares av.db curated category or tags: bioinformatics, cli, genomics, science, sequencing.
- [samtools](https://www.automicvault.com/ja/pkg/brew/samtools/) - Shares av.db curated category or tags: bioinformatics, cli, genomics, science, sequencing.
- [sickle](https://www.automicvault.com/ja/pkg/brew/sickle/) - Shares av.db curated category or tags: bioinformatics, cli, ngs, science, sequencing.
- [abricate](https://www.automicvault.com/ja/pkg/brew/abricate/) - Shares av.db curated category or tags: bioinformatics, cli, genomics, science.
- [fastqc](https://www.automicvault.com/ja/pkg/brew/fastqc/) - Local package facts share a topical domain. Shared terms: bioinformatics, cli, data, high, openjdk.

## Combined YAML source

View the package source record on GitHub. [combined/fgbio.yml](https://github.com/automic-vault/db/blob/main/combined/fgbio.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
