Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 670 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 670 Bytes

article-notebooks

This repository contains the Jupyter notebooks from the 2023 journal article 'Biotite: New tools for a versatile Python bioinformatics library'. The notebooks demonstrate sequence and structure analysis using Biotite and its extension packages on the example of human hemoglobin.

Setup

The environment.yml provides a Conda environment including the dependencies for these notebooks. The environment can be created with

conda env create -f environment.yml

and activated with

conda activate biotite-article

Then the Jupyter notebooks can be accessed via

jupyter notebook