Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.