A step-by-step guide for protein simulations and calculations using the softwares Faunus and Duello.
This project is made for the "Young Researchers' Symposium Life Science" the 24-25 of February, 2025.
Option 1: Launch Binder and perform all simulations and calculations in an environment online.
- Click on the
launch binderbutton above - A new tab will open binder, which will start to load the notebook
- Once done you are ready to simulate!
Option 2:
Install all dependencies in a conda environment and run the simulations localy on your computer
- Install an
Anaconda/Conda/Minicondaor similar on your computer. - Open your terminal and write:
This creates an environment with all packages needed for running the notebooks
conda env create -f environment.yml
- Activate new environment:
conda activate Protein-sim
- Now you can open the notebooks with either
Jupyter NotebookorJupyter Lab