macOS
brew install echtvarlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de echtvar pour les workflows d'agents IA.
installation
brew install echtvarlocal Homebrew formula metadata
aperçu
Rapid variant annotation and filtering
historique
echtvar is a Rust command-line tool for rapid genomic variant annotation and filtering. Its package relevance is specialized but clear: it turns large population VCF resources into compact searchable archives that can annotate cohort VCF/BCF files quickly.
The public repository was created in November 2021, and the first GitHub release, v0.1.0, was published in January 2022. The README describes echtvar as efficiently encoding variant allele frequency and other information from huge population datasets for rapid annotation at about one million variants per second.
The project is backed by a Nucleic Acids Research article and is developed in the Jeroen de Ridder lab. Its README explains the core design: chunking the genome, encoding variants into compact integers when possible, using zip files, delta encoding, integer compression, and lookup tables for selected integer, float, or low-cardinality string fields.
echtvar's adoption path is a scientific-tool path rather than a broad developer-tool path: users can download static binaries and pre-encoded gnomAD v3.1.2 resources from GitHub releases, or build the Rust project themselves. Homebrew packaging makes it easier to install the executable on developer and analysis workstations.
The project is niche compared with general bioinformatics standards such as htslib, but it fills a practical need for fast annotation/filtering against large population datasets.
A common workflow is to encode a population VCF once with echtvar encode, then reuse the resulting .echtvar.zip archive for many annotation runs with echtvar anno. The README shows annotation with multiple -e archive arguments and optional filtering expressions such as allele-frequency thresholds.
Encode configuration uses JSON5 to select and rename VCF fields, while annotation consumes decomposed and normalized VCF/BCF inputs and can stream from stdin.
echtvar is interesting because it packages a paper-backed bioinformatics data structure as a small Rust CLI. Package managers help users get the executable, while GitHub releases carry large precomputed domain data that would not belong inside a formula.
Its dependency story is also typical of modern bioinformatics packaging: htslib/rust-htslib for VCF/BCF I/O, compression libraries for speed, and a command-line interface meant to slot into pipelines.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
echtvar | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/brentp/echtvar
métadonnées d'installation
| Clé du paquet | brew:echtvar |
|---|---|
| Version | 0.2.4 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/echtvar |
| Page d'accueil | https://academic.oup.com/nar/advance-article/doi/10.1093/nar/gkac931/6775383 |
| Dépôt | https://github.com/brentp/echtvar |
| Docs amont | https://academic.oup.com/nar/advance-article/doi/10.1093/nar/gkac931/6775383 |
| Licence | MIT |
| Archive source | https://github.com/brentp/echtvar/archive/refs/tags/v0.2.4.tar.gz |
| Dernière mise à jour | 2026-04-30T17:38:56Z |
| Pulse | updated |
| Dépendances | openssl@3 |
| Dépendances de compilation | cmake, pkgconf, rust |
| Bibliothèques fournies par macOS | bzip2 |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | echtvar |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.