pkg.soopen package index

brew / 排名 8850

使用 Homebrew, apt 安装 any2fasta

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install any2fasta

local Homebrew formula metadata

Linux

Debian apt已验证 · 92%
sudo apt install any2fasta

Debian stable package indexes · any2fasta · 来源: deb.debian.org

概览

软件包摘要

Convert various sequence formats to FASTA

命令和别名

  • any2fasta

历史

项目历史与用法

any2fasta is Torsten Seemann's small Perl command-line converter for turning common biological sequence formats into FASTA. Its appeal is deliberately unglamorous: one executable, core Perl modules only, compressed-file support, and output that fits Unix pipelines.

项目历史

The official README explains the motivation directly: existing tools such as readseq and EMBOSS seqret mangled identifiers containing characters like pipes or dots, and heavier libraries such as BioPerl and Biopython were more dependency-heavy and slower for the author's pipeline needs. any2fasta was written as a fast, dependency-light alternative focused on preserving useful IDs.

The tool supports GenBank, EMBL, GFF with sequence, FASTA, FASTQ, CLUSTAL, STOCKHOLM, GFA, and PDB input, with gzip, bzip2, zip, and other Perl IO::Uncompress-supported compression formats.

采用历史

any2fasta's adoption is mostly in bioinformatics packaging rather than broad developer-tool culture. The input facts list Homebrew, Debian, and Ubuntu packages, and the README advertises Bioconda installation and shows a Bioconda downloads badge.

Its portability comes from the constraint that it requires Perl 5.10 or higher and only core modules, so it is easy for Linux distributions, Conda channels, and Homebrew to ship without pulling in a scientific Python or BioPerl stack.

使用方式

The common usage is shell redirection: run any2fasta on a GenBank, FASTQ, GFF, PDB, or compressed input file and redirect FASTA output. The README examples include converting genome.gbk, seq.gbk.gz, protein.pdb.bz2, stdin, multiple inputs, and compressed FASTQ streams.

Options are intentionally small and pipeline-friendly: print help/version, quiet mode, skip bad inputs, normalize nucleotide case, replace non-AGTC characters with N, include GBK/EMBL version IDs, or strip FASTA/FASTQ descriptions.

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

any2fasta is a good example of the bioinformatics single-script package that earns its place because it avoids both heavyweight frameworks and subtle format-loss bugs. It is not a platform, but it is exactly the kind of executable that becomes sticky in Snakemake, Nextflow, and ad hoc lab pipelines.

For package managers, its simplicity is the feature: a Perl script, GPL-3.0 licensing, no CPAN dependency tree, and tests that can be run with bats.

时间线

  • 2010s: any2fasta is developed as a lightweight alternative to readseq, EMBOSS seqret, BioPerl, and Biopython for FASTA conversion.
  • 2020s: The project is packaged across Bioconda and OS package managers, including Homebrew, Debian, and Ubuntu in the input facts.
  • 2025: The public tag list reaches v0.8.1 in the official Git repository.

Related projects

  • readseq and EMBOSS seqret are named by upstream as tools any2fasta was designed to avoid for ID-preservation reasons.
  • BioPerl and Biopython are named by upstream as heavier libraries not needed for this script's conversion task.
  • Bioconda is an important distribution channel for bioinformatics users.

来源

  • Official README and source_facts.package-manager/license.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

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

可执行文件

已安装的可执行文件

命令类型暴露范围备注
any2fasta可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

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

页面生成时间2026-08-03
管理器版本0.8.1
管理器更新时间
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:any2fasta
版本0.8.1
软件包管理器Homebrew
主页https://github.com/tseemann/any2fasta
仓库https://github.com/tseemann/any2fasta
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

any2fasta 0.4.2-2

convert various sequence formats to FASTA

https://github.com/tseemann/any2fasta

sudo apt install any2fasta
  • Section: science
  • Architecture: all
  • 1 依赖
  • normalized package name match
  • 匹配方式:Any2fasta
Debian stable package indexes · deb.debian.org · Debian stable package indexes: any2fasta from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

any2fasta-examples 0.4.2-2

convert various sequence formats to FASTA (example data)

https://github.com/tseemann/any2fasta

sudo apt install any2fasta-examples
  • Section: science
  • Architecture: all
  • Source Package: any2fasta
  • normalized package name match
  • 匹配方式:Any2fasta
Debian stable package indexes · deb.debian.org · Debian stable package indexes: any2fasta-examples from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

any2fasta 0.4.2-2

convert various sequence formats to FASTA

https://github.com/tseemann/any2fasta

sudo apt install any2fasta
  • Section: universe/science
  • Architecture: all
  • 1 依赖
  • normalized package name match
  • 匹配方式:Any2fasta
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: any2fasta from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

any2fasta-examples 0.4.2-2

convert various sequence formats to FASTA (example data)

https://github.com/tseemann/any2fasta

sudo apt install any2fasta-examples
  • Section: universe/science
  • Architecture: all
  • Source Package: any2fasta
  • normalized package name match
  • 匹配方式:Any2fasta
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: any2fasta-examples from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

来源线索

由仓库数据生成

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

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation