Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walterxie/packageviewer
Summarise BEAST 2 packages
https://github.com/walterxie/packageviewer
beast2
Last synced: 27 days ago
JSON representation
Summarise BEAST 2 packages
- Host: GitHub
- URL: https://github.com/walterxie/packageviewer
- Owner: walterxie
- Created: 2018-04-12T02:13:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T02:01:48.000Z (over 6 years ago)
- Last Synced: 2024-10-19T09:33:37.888Z (3 months ago)
- Topics: beast2
- Language: JavaScript
- Homepage: https://walterxie.github.io/PackageViewer/
- Size: 301 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Package Viewer
The GUI to summarise BEAST 2 packages from [CBAN](https://github.com/CompEvol/CBAN)## Javascript
## Python analysis
Usage:
```bash
Packages.py working_dir
```_working_dir_ is the directory to contain all GitHub repositories (packages).
Uncomment `packages.update_projects()` will trigger the git command.
If source URL is not available, one solution is to copy *.src.jar and uncompress it
under _working_dir_. See `def get_latest_version_packages(...)` in `Packages`.