https://github.com/4ment/beaglepy
hms cutie beagle pie
https://github.com/4ment/beaglepy
beagle phylogenetics pybind11 python
Last synced: about 1 month ago
JSON representation
hms cutie beagle pie
- Host: GitHub
- URL: https://github.com/4ment/beaglepy
- Owner: 4ment
- License: gpl-3.0
- Created: 2020-09-01T11:08:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T23:35:59.000Z (about 3 years ago)
- Last Synced: 2026-01-03T03:51:53.163Z (5 months ago)
- Topics: beagle, phylogenetics, pybind11, python
- Language: C++
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beaglepy: python binding for BEAGLE
[](https://github.com/4ment/beaglepy/actions/workflows/test_linux.yml)
[](LICENCE)
beaglepy is a Python package for calculating phylogenetic likelihoods of sequence evolution.
Under the hood, beaglepy utilizes the high performance library [BEAGLE](https://github.com/beagle-dev/beagle-lib) and can therefore make use of highly-parallel processors such as those in graphics cards (GPUs) found in many PCs.
## Install
beaglepy can be installed on Linux or Mac (potentially on Windows), with the following prerequisites:
* [Python](https://www.python.org) 3.7 or newer
* [BEAGLE](https://github.com/beagle-dev/beagle-lib)
* [pybind11](https://github.com/pybind/pybind11) >= 2.5.0
* A compiler compatible with pybind11 (see [requirements](https://github.com/pybind/pybind11))