Tool for estimating the Felsenstein Bootstrap support of phylogenetic trees
Project description
EBG: Educated Bootstrap Guesser
Documentation: https://github.com/wiegertj/EBG/wiki
Description
EBG is a Python tool for predicting the Felsenstein Bootstrap Support of phylogenies inferred by RAxML-NG. It was trained on empirical datasets from TreeBASE and can use both AA and DNA data.
Installation
Using conda
The latest version of EBG can easily be installed via conda:
conda install ebg -c conda-forge
Using pip
pip install ebg
Usage Example
A simple command line call of EBG looks like this:
ebg -msa /test/example.fasta -tree /test/example.bestTree -model /test/example.bestModel -t b -o test
This command will use the MSA in fasta format, and the best tree inferred with RAxML-NG and the model.
By selecting -t b
(oth) EBG will output the bootstrap predictions as well as the probabilities for exceeding different bootstrap thresholds (70, 75, 80, 85).
The results will be stored in a folder called test.
Please keep in mind that EBG requires an installation of RAxML-NG. By default, it uses the command raxml-ng
.
If your RAxML-NG installation is not part of the PATH variable, you can specify the path to the RAxML-NG binary file with the parameter -raxmlng PATH_TO_RAXMLNG
.
References
- A. M. Kozlov, D. Darriba, T. Flouri, B. Morel, and A. Stamatakis (2019) RAxML-NG: a fast, scalable and user-friendly tool for maximum likelihood phylogenetic inference Bioinformatics, 35(21): 4453–4455. https://doi.org/10.1093/bioinformatics/btz305
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ebg-0.12.1.tar.gz
.
File metadata
- Download URL: ebg-0.12.1.tar.gz
- Upload date:
- Size: 5.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b08359eb164527c72943d333d907e3f9ae5cd11ea1ae39a8bdc555f4c1aeb2b0 |
|
MD5 | 05d5c739a58a353abb42efcaf3552cce |
|
BLAKE2b-256 | 188069c88ad88809cd4b1e489ed29245f7baeca505480c68499919123dedb893 |
Provenance
File details
Details for the file ebg-0.12.1-py3-none-any.whl
.
File metadata
- Download URL: ebg-0.12.1-py3-none-any.whl
- Upload date:
- Size: 5.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45a14bd66f0f8787880368c63247e99668f4a6df9f1763305f8e27ffc0b83bac |
|
MD5 | 5c591da8990f16c0ff799c0027fa46d9 |
|
BLAKE2b-256 | d63e7ca04d565e8715409469a1df327bbb1e3df9969d03fe085442d197033139 |