Installing refgenie
Download and install the wheel from any release found here: https://github.com/refgenie/refgenie1/releases
pip install refgenie1-*.whlVerify installation
Section titled “Verify installation”refgenie1 --versionOptional extras
Section titled “Optional extras”Install with dashboard support (local web UI for browsing assets):
pip install refgenie1[dash]Install with server support (includes dash plus background scheduling):
pip install refgenie1[server]Development install
Section titled “Development install”To install from a local clone for development:
pip install -e ".[dash]"Upgrading from legacy refgenie
Section titled “Upgrading from legacy refgenie”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:
pip install refgenie-upgraderefgenie-upgrade /path/to/genome_config.yamlSee the upgrade tutorial for the full walkthrough.
Next steps
Section titled “Next steps”Configure refgenie!
For more information on how to configure refgenie, see the Configuration documentation.