This repository contains Jupyter notebooks describing metabolic pathways for Saccharomyces cerevisiae using python and pydna.
These notebooks and other files accompany the publication:
These notebooks can be visualized in a number of ways. Each notebook is accompanied by a HTML file with the same name that is a static version that can be opened in a browser without installing any software.
The notebooks are the files ending in .ipynb
. These can be opened in the browser through the nbviewer service
here
or directly in Github here.
The index.ipynb notebook has links to the other notebooks and is the place to start.
Each notebook contain links (usually in the end) to the resulting sequences in Genbank flat file format.
These notebooks are tested on the github action build service.
This means that the notebook outputs are reexecuted and compared with saved results. If the badge below is green, all tests gave the expected results.
If you would like to have your own copy of this repository, the best solution is to get a Github account and then make your own fork. If you would like to download all files to your computer as a zip file, Click here
Executing these notebooks require pydna (version 3.1.1 or later) and pygenome 3.1.0. or later.