# Installer any2fasta avec Homebrew, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de any2fasta pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:any2fasta
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install any2fasta
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install any2fasta
```

  Preuve: Debian stable package indexes: any2fasta from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Faits du paquet

- **Clé du paquet:** brew:any2fasta
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/any2fasta>
- **Version:** 0.8.1
- **Résumé source:** Convert various sequence formats to FASTA
- **Page d'accueil:** <https://github.com/tseemann/any2fasta>
- **Dépôt:** <https://github.com/tseemann/any2fasta>
- **Licence:** GPL-3.0-only
- **Archive source:** <https://github.com/tseemann/any2fasta/archive/refs/tags/v0.8.1.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- any2fasta (cli)
- any2fasta (alias)

## Bibliothèques fournies par macOS

- perl

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.8.1
- données locales: OK
- dépôt amont: https://github.com/tseemann/any2fasta
- dernière version détectée: v0.8.1 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **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:** stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - any2fasta - 0.4.2-2: normalized package name match | Debian stable package indexes: any2fasta from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | convert various sequence formats to FASTA | https://github.com/tseemann/any2fasta
- Debian apt - any2fasta-examples - 0.4.2-2: normalized package name match | Debian stable package indexes: any2fasta-examples from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | convert various sequence formats to FASTA (example data) | https://github.com/tseemann/any2fasta
- Ubuntu apt - any2fasta - 0.4.2-2: normalized package name match | Ubuntu 24.04 LTS package indexes: any2fasta from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | convert various sequence formats to FASTA | https://github.com/tseemann/any2fasta
- Ubuntu apt - any2fasta-examples - 0.4.2-2: normalized package name match | Ubuntu 24.04 LTS package indexes: any2fasta-examples from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | convert various sequence formats to FASTA (example data) | https://github.com/tseemann/any2fasta


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://pkg.so/fr/scientific-computing-tools/) - Matched scientific computing metadata.
- [abricate](https://pkg.so/fr/brew/abricate/) - Popular package that depends on this formula.
- [samtools](https://pkg.so/fr/brew/samtools/) - Shares pkgdb curated category or tags: bioinformatics, cli, genomics, science.
- [blast](https://pkg.so/fr/brew/blast/) - Shares pkgdb curated category or tags: bioinformatics, cli, genomics, science.
- [seqkit](https://pkg.so/fr/brew/seqkit/) - Shares pkgdb curated category or tags: bioinformatics, cli, fasta, science.
- [bedtools](https://pkg.so/fr/brew/bedtools/) - Shares pkgdb curated category or tags: bioinformatics, cli, genomics, science.
- [minimap2](https://pkg.so/fr/brew/minimap2/) - Shares pkgdb curated category or tags: bioinformatics, cli, genomics, science.
- [bbtools](https://pkg.so/fr/brew/bbtools/) - Shares pkgdb curated category or tags: bioinformatics, cli, genomics, science.
- [sambamba](https://pkg.so/fr/brew/sambamba/) - Shares pkgdb curated category or tags: bioinformatics, cli, genomics, science.
- [seqtk](https://pkg.so/fr/brew/seqtk/) - Shares pkgdb curated category or tags: bioinformatics, cli, fasta, science.
- [gffread](https://pkg.so/fr/brew/gffread/) - Local package facts share a topical domain. Shared terms: bioinformatics, cli, conversion, fasta, genomics.

## Combined YAML source

View the package source record on GitHub. [combined/any2fasta.yml](https://github.com/mxcl/pkgdb/blob/main/combined/any2fasta.yml)


## Sources

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