Teaching materials for the course "Structural Bioinformatics" at FHWN.
After some minor research, google colab is the best option. I have downgraded the notebooks to the GoogleColab versions for compatibility.
Despite of it, you are free to use the notebooks in your local machine.
Google colab is a free service that allows you to run jupyter notebooks in the cloud.
Link | Description |
---|---|
crash_course | Crash course for Bio Data Scientists |
ex01 | Exercise 01 |
ex02 | Exercise 02 |
ex03 | Exercise 03 |
Create a new environment with conda:
conda env create -f environment.yml
This will create an environment called structbioinfo. Activate it using:
conda activate structbioinfo
For upcoming modifications of the environment execute:
conda activate structbioinfo
conda env update --file environment.yml --prune
Using pip:
pip install -r requirements.txt
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.