macOS
brew install any2fastalocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für any2fasta in AI-Agent-Workflows.
Installation
brew install any2fastalocal Homebrew formula metadata
sudo apt install any2fastaDebian stable package indexes · any2fasta · Quelle: deb.debian.org
Überblick
Convert various sequence formats to FASTA
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
any2fasta | cli | globales Executable |
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.
https://github.com/tseemann/any2fasta
Installationsmetadaten
| Paketschlüssel | brew:any2fasta |
|---|---|
| Version | 0.8.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/any2fasta |
| Homepage | https://github.com/tseemann/any2fasta |
| Repository | https://github.com/tseemann/any2fasta |
| Upstream-Dokumentation | https://github.com/tseemann/any2fasta#readme |
| Lizenz | GPL-3.0-only |
| Quellarchiv | https://github.com/tseemann/any2fasta/archive/refs/tags/v0.8.1.tar.gz |
| Von macOS bereitgestellte Bibliotheken | perl |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | any2fasta |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
any2fasta 0.4.2-2
convert various sequence formats to FASTA
https://github.com/tseemann/any2fasta
sudo apt install any2fastaany2fasta-examples 0.4.2-2
convert various sequence formats to FASTA (example data)
https://github.com/tseemann/any2fasta
sudo apt install any2fasta-examplesany2fasta 0.4.2-2
convert various sequence formats to FASTA
https://github.com/tseemann/any2fasta
sudo apt install any2fastaany2fasta-examples 0.4.2-2
convert various sequence formats to FASTA (example data)
https://github.com/tseemann/any2fasta
sudo apt install any2fasta-examplesQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.