BaronKoy / eva-training

Training materials for the European Variation Archive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EVA Training Materials

Training materials for the European Variation Archive.

Install and Run

Python 3+ is a prerequisite. The other requirements are listed in requirements.txt, the primary one being Jupyter.

You can install and run everything as follows:

# Clone the repo
git clone git@github.com:EBIvariation/eva-training.git

# Install the requirements in a virtual environment
cd eva-training
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt

# Run the notebook server
cd notebooks
jupyter notebook

Contact

Email our helpdesk for support or feedback.

About

Training materials for the European Variation Archive

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%