Automic VaultAutomic Vault

brew

any2fasta mit Homebrew, apt installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für any2fasta in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install any2fasta

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install any2fasta

Debian stable package indexes · any2fasta · Quelle: deb.debian.org

Überblick

Paketzusammenfassung

Convert various sequence formats to FASTA

Befehle und Aliase

  • any2fasta

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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.

Quellen

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

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 1 Plattformziele verfügbar.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
any2fastacliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version0.8.1
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv0.8.1

https://github.com/tseemann/any2fasta

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:any2fasta
Version0.8.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/any2fasta
Homepagehttps://github.com/tseemann/any2fasta
Repositoryhttps://github.com/tseemann/any2fasta
Upstream-Dokumentationhttps://github.com/tseemann/any2fasta#readme
LizenzGPL-3.0-only
Quellarchivhttps://github.com/tseemann/any2fasta/archive/refs/tags/v0.8.1.tar.gz
Von macOS bereitgestellte Bibliothekenperl
Bottleverfügbar (auf all)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

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