pkg.soopen package index

brew / 排名 8024

使用 Homebrew 安装 fastga

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install fastga

local Homebrew formula metadata

概览

软件包摘要

Pairwise whole genome aligner

命令和别名

  • ALNchain
  • ALNplot
  • ALNreset
  • ALNshow
  • ALNtoPAF
  • ALNtoPSL
  • ANOshow
  • ANOstat
  • ANOtoBED
  • BEDtoANO
  • FAtoGDB
  • FastGA
  • FastKS
  • GDBshow
  • GDBstat
  • GDBtoFA
  • GIXcp
  • GIXmake
  • GIXmv
  • GIXrm
  • GIXshow
  • ONEalnTEST
  • ONEview
  • PAFtoALN
  • PAFtoPSL

历史

项目历史与用法

FASTGA is a pairwise whole-genome aligner by Gene Myers and Chenxi Zhou. It compares two genomes, or a genome against itself, and outputs alignments in formats such as `.1aln`, PAF, and PSL.

项目历史

The FASTGA README identifies the authors, gives May 10, 2023 as the first date, and describes the tool as a fast genome aligner for high-quality, nearly complete genomes. Its design builds on adaptive seed finding and the wave-based local alignment approach associated with Myers' earlier DALIGNER work.

The package is more than one binary. It includes conversion, indexing, viewing, plotting, annotation, and file-management utilities around genome databases, genome indexes, ONEcode alignment files, PAF, PSL, BED, and ANO files.

The README's version notes show active development through 2025, including soft masking, log-file support for HPC cluster use, improved GIXmake memory behavior, faster conversion utilities, a ONEaln C library, and ANO annotation-file support.

采用历史

FASTGA is niche scientific software rather than a general developer tool, but its official README includes Bioconda and Anaconda badges and Homebrew packages it as a formula. That places it in the practical bioinformatics packaging ecosystem where command-line tools are installed into reproducible analysis environments.

Its adoption case is strongest for users who already understand genome alignment workflows and want a performant aligner with reusable intermediate genome databases and indexes. The README emphasizes comparing large genomes quickly, keeping compact binary alignment outputs, and converting to common exchange formats when needed.

使用方式

Basic usage can be as simple as `FastGA A B` for two FASTA or ONEcode sequence inputs, streaming PAF output by default. The tool can also compare a genome against itself, keep persistent GDB and GIX intermediates, output PSL or binary ONEcode ALN files, and convert results with helper tools such as ALNtoPAF and ALNtoPSL.

FASTGA's workflow creates or reuses genome databases and genome indexes, then records alignments in a compact `.1aln` representation. Users handling repeated comparisons can prebuild GDB and GIX files to avoid repeated conversion and indexing costs.

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

FASTGA is package-nerd interesting because bioinformatics packages often ship a constellation of small command-line utilities rather than one executable. The Homebrew formula exposes a whole toolkit for converting, indexing, aligning, inspecting, plotting, and translating genome alignment data.

Its significance is also in file formats: GDB, GIX, `.1aln`, ONEcode, PAF, PSL, BED, and ANO support make it useful in pipelines where compact intermediate storage and standards-adjacent interchange formats both matter.

时间线

  • 2023: The README records May 10, 2023 as the first date for FASTGA.
  • 2025: Version 1.3 added soft masking and log-file support.
  • 2025: Version 1.4 added the ONEaln C library.
  • 2025: Version 1.5 added ONEcode ANO-file support.

Related projects

  • DALIGNER is cited by FASTGA as an earlier Myers aligner whose wave-based local aligner influenced FASTGA.
  • ONEcode is used for FASTGA's genome database and alignment encodings.
  • PAF and PSL are common output formats FASTGA can emit or convert to.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
ALNchaincli全局可执行文件
ALNplotcli全局可执行文件
ALNresetcli全局可执行文件
ALNshowcli全局可执行文件
ALNtoPAFcli全局可执行文件
ALNtoPSLcli全局可执行文件
ANOshowcli全局可执行文件
ANOstatcli全局可执行文件
ANOtoBEDcli全局可执行文件
BEDtoANOcli全局可执行文件
FAtoGDBcli全局可执行文件
FastGAcli全局可执行文件
FastKScli全局可执行文件
GDBshowcli全局可执行文件
GDBstatcli全局可执行文件
GDBtoFAcli全局可执行文件
GIXcpcli全局可执行文件
GIXmakecli全局可执行文件
GIXmvcli全局可执行文件
GIXrmcli全局可执行文件
GIXshowcli全局可执行文件
ONEalnTESTcli全局可执行文件
ONEviewcli全局可执行文件
PAFtoALNcli全局可执行文件
PAFtoPSLcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-04
管理器版本1.5
管理器更新时间2026-08-02
本地数据OK
上游当前
检测到的最新版本v1.5

https://github.com/thegenemyers/FASTGA

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:fastga
版本1.5
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/fastga
主页https://github.com/thegenemyers/FASTGA
仓库https://github.com/thegenemyers/FASTGA
许可证BSD-3-Clause AND MIT
源码归档https://github.com/thegenemyers/FASTGA/archive/refs/tags/v1.5.tar.gz
最后更新2026-08-02T16:35:31+09:00
Pulseupdated
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namefastga
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation