https://github.com/walterxie/packageviewer
Summarise BEAST 2 packages
https://github.com/walterxie/packageviewer
beast2
Last synced: 2 months ago
JSON representation
Summarise BEAST 2 packages
- Host: GitHub
- URL: https://github.com/walterxie/packageviewer
- Owner: walterxie
- Created: 2018-04-12T02:13:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T02:01:48.000Z (almost 7 years ago)
- Last Synced: 2025-02-02T02:28:00.168Z (4 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`.