https://github.com/pblischak/hyde_cpp
Legacy version of HyDe in C++
https://github.com/pblischak/hyde_cpp
Last synced: 9 months ago
JSON representation
Legacy version of HyDe in C++
- Host: GitHub
- URL: https://github.com/pblischak/hyde_cpp
- Owner: pblischak
- License: mit
- Archived: true
- Created: 2017-12-15T21:46:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T22:01:27.000Z (about 8 years ago)
- Last Synced: 2025-02-17T07:44:47.841Z (10 months ago)
- Language: C++
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## `hyde_cpp`
### **Deprecated**
**Hybridization detection using phylogenetic invariants.**
This is a legacy C++ version of the program HyDe. Users are encouraged
to use the more up-to-date Python package (>= v0.4.0): [HyDe](https://github.com/pblischak/HyDe).
We don't plan to update this package, but are keeping it here for users who may have
started using it.
`hyde_cpp` requires a C++11 compliant compiler.
```bash
# Clone from GitHub
git clone https://github.com/pblischak/hyde_cpp.git
cd hyde_cpp
# Compile and install
make && sudo make install
# To see run options type
hyde_cpp -h
```