macOS
brew install veryfasttreelocal Homebrew formula metadata
sudo port install veryfasttreeMacPorts ports tree · science/veryfasttree/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für veryfasttree in AI-Agent-Workflows.
Installation
brew install veryfasttreelocal Homebrew formula metadata
sudo port install veryfasttreeMacPorts ports tree · science/veryfasttree/Portfile · Quelle: api.github.com
sudo apt install veryfasttreeDebian stable package indexes · veryfasttree · Quelle: deb.debian.org
nix profile install nixpkgs#veryfasttreenixpkgs package indexes · pkgs/by-name/ve/veryfasttree/package.nix · Quelle: api.github.com
Überblick
Efficient phylogenetic tree inference for massive taxonomic datasets
Verlauf
VeryFastTree is a phylogenetic tree inference tool for very large sequence alignments. It is a tuned implementation of FastTree-2 that keeps the same broad methods and command-line interface while adding parallelization, vectorization, deterministic execution, and later memory-management improvements.
The project began publicly in 2019 and was introduced in a 2020 Bioinformatics paper by researchers at CiTIUS, Universidade de Santiago de Compostela. The paper framed VeryFastTree as a response to FastTree-2's limited scalability: FastTree-2 was already a successful large-phylogeny tool, but important maximum-likelihood rearrangement and posterior-distribution steps did not scale well across threads.
VeryFastTree v3.0 refactored and optimized the FastTree-2 code in C++ with OpenMP, added more complete vector-instruction support, parallelized major tree-improvement phases, and made same-thread-count parallel runs deterministic. The authors reported that a 330,000-sequence alignment could be processed in 4.5 hours on a standard server, substantially faster than FastTree-2 in their benchmark.
Version 4.0, described in a 2024 GigaScience paper, pushed the same idea to million-taxon datasets. It parallelized more tree traversal operations, including subtree pruning and regrafting moves, added compressed and new file-format support, improved compatibility, and introduced disk-computing functionality for users without enough RAM for the largest jobs.
The project deliberately preserved FastTree-2's command-line arguments so researchers could replace a FastTree-2 invocation with `VeryFastTree` and keep the same workflow. That compatibility is an important adoption mechanism in bioinformatics, where command lines are often embedded in scripts, notebooks, and pipeline definitions.
The 2024 paper and project README point to research-community adoption by emphasizing availability, packaging in scientific software channels, and Python bindings. Its relevance grew with the scale of modern sequencing datasets, where tree-building for hundreds of thousands or millions of taxa is a practical bottleneck rather than an edge case.
VeryFastTree is used to infer approximate maximum-likelihood phylogenies from nucleotide or protein alignments in formats such as FASTA, FASTQ, NEXUS, and PHYLIP. Users typically pass the same options they would pass to FastTree-2, adding VeryFastTree-specific controls when tuning thread count, deterministic mode, vector extensions, disk computing, or GPU-related experimental paths.
Its package-nerd appeal is that it is a drop-in performance replacement rather than a new workflow to learn. In a field full of heavyweight scientific tools, keeping the old command surface while changing the performance envelope is a practical way to get into existing pipelines.
VeryFastTree matters because it turns a known scientific workhorse into something more suitable for current dataset sizes. It preserves the pragmatic FastTree-2 tradeoff of fast approximate maximum-likelihood inference, but makes that tradeoff viable on larger multicore servers and, with v4.0, on million-taxon alignments.
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 |
|---|---|---|---|
VeryFastTree | 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/citiususc/veryfasttree
Installationsmetadaten
| Paketschlüssel | brew:veryfasttree |
|---|---|
| Version | 4.0.5 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/veryfasttree |
| Homepage | https://github.com/citiususc/veryfasttree |
| Repository | https://github.com/citiususc/veryfasttree |
| Upstream-Dokumentation | https://github.com/citiususc/veryfasttree |
| Lizenz | GPL-3.0-only AND BSD-3-Clause AND MPL-2.0 |
| Quellarchiv | https://github.com/citiususc/veryfasttree/archive/refs/tags/v4.0.5.tar.gz |
| Abhängigkeiten | libomp |
| Build-Abhängigkeiten | boost, cmake, robin-map, xxhash |
| Von macOS bereitgestellte Bibliotheken | bzip2 |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | veryfasttree |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
veryfasttree 4.0.4+dfsg-2
Speeding up the estimation of phylogenetic trees from sequences
https://github.com/citiususc/veryfasttree
sudo apt install veryfasttreeveryfasttree
nix profile install nixpkgs#veryfasttreeveryfasttree 4.0.3+dfsg-1
Speeding up the estimation of phylogenetic trees from sequences
https://github.com/citiususc/veryfasttree
sudo apt install veryfasttreeveryfasttree
sudo port install veryfasttreeQuellspur
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.