Skip to content

thegitrogmonster/structural_bioinformatics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Structural Bioinformatics

Teaching materials for the course "Structural Bioinformatics" at FHWN.

Installation

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

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

conda

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

pip

Using pip:

pip install -r requirements.txt

License

BY-NC-SA

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

this is forked from yerkoescalona

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%