This work is licensed under a
Creative Commons Attribution-ShareAlike 4.0 International License
.
This webpage was adapted from https://net-science.github.io/ . You are free to share and adapt the material in any way, providing appropriate credit and distributing your modifications under the same license.
Hosted on GitHub Pages — Theme by orderedlist
Install SSH client
File transfer client
Integrated Genome Viewer (IGV)
Download and install R and RStudio
Please update R if you have it installed but you haven’t updated them in the last 6—12 months.
Please test that your installation works by downloading the two files in this folder.
To test that everything works correctly, open test_R.Rmd with RStudio and try to run it.
This section contains the steps and prompts you'll need to install the new Conda environment called BiomeFUN_2025, which will be used in the second part of this course (Days 3 and 4). The environment includes all the packages and tools you'll need (e.g. COBRApy, Equilibrator, Jupyter Notebook) and is designed to work independently of your existing system setup — so it won’t interfere with your global Python or other environments.
Videos available to help installing and using Python
Follow the steps below carefully. There is a video with instructions following these same steps in case you want to check it out first. If you run into trouble, don't hesitate to reach out to the instructor or TA.
Cmd + Space
→ type “Terminal”.yml
file. For example, if you saved it in Downloads, run:
cd ~/Downloads
.yml
file:
conda env create -f BiomeFUN_2025.yml
If you want to remove the environment, just run:
conda env remove --name BiomeFUN_2025
conda activate BiomeFUN_2025
python -m ipykernel install --user --name BiomeFUN_2025 --display-name "Python (BiomeFUN_2025)"
jupyter notebook
conda activate BiomeFUN_2025
Happy modeling!