https://github.com/walterxie/b2utils
Some tools for beast 2 projects
https://github.com/walterxie/b2utils
Last synced: 3 months ago
JSON representation
Some tools for beast 2 projects
- Host: GitHub
- URL: https://github.com/walterxie/b2utils
- Owner: walterxie
- Created: 2023-02-15T22:13:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T22:33:04.000Z (over 2 years ago)
- Last Synced: 2025-02-02T02:28:00.294Z (5 months ago)
- Language: Java
- Size: 5.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# B2Utils
Some tools for beast 2 projects:
1. Given an alignment in a string map, return a BEAST2 Alignment,
which is split to variable sites and constant sites,
with weights of constant sites if required.In dev ...