Skip to content

Installing refgenie

Download and install the wheel from any release found here: https://github.com/refgenie/refgenie1/releases

Terminal window
pip install refgenie1-*.whl
Terminal window
refgenie1 --version

Install with dashboard support (local web UI for browsing assets):

Terminal window
pip install refgenie1[dash]

Install with server support (includes dash plus background scheduling):

Terminal window
pip install refgenie1[server]

To install from a local clone for development:

Terminal window
pip install -e ".[dash]"

If you are migrating from legacy refgenie (v0.3/v0.4), you do not need to rebuild your assets. After installing, use the refgenie-upgrade tool to migrate your existing data and configuration:

Terminal window
pip install refgenie-upgrade
refgenie-upgrade /path/to/genome_config.yaml

See the upgrade tutorial for the full walkthrough.

Configure refgenie!

For more information on how to configure refgenie, see the Configuration documentation.