Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 354 Bytes

usage.md

File metadata and controls

14 lines (9 loc) · 354 Bytes

Usage

For full details on python modules and Ensembl API repositories required see install section.

Environment setup

python3.10 -m venv path/to/virtual_env
. path/to/virtual_env/bin/activate
pip install -e .

Do not forget to load this environment by sourcing virtual_env/bin/activate in order to run ensembl-genomio pipeline(s).