Welcome to the hands-on section for the course of Computational Biophysics at the University of Trento for the a.y. 2024-2025.

Lectures from the 2023-2024 course can be found here

Lectures from the 2022-2023 course can be found here

Lectures from the 2021-2022 course can be found here

Lectures from the 2020-2021 course can be found here

This website will collect all the tutorials presented during hands-on sessions. The material presented here will guide you in all practical steps needed to setup and run a simulation of a protein, and interpret its results.

Tutorials will be uploaded each Monday evening before the lecture (you will get an update on moodle).

List of tutorials and sources

  1. 2024.09.24 - Introduction & Visualisation with VMD.
  2. 2024.10.01 - Fundamental ingredient of an MD simulation.
  3. 2024.10.08 - Analyses of trajectories with VMD and MDAnalysis.

Additional tutorials

The tutorial below provides further material for the interested students.

  1. Beginners’ guide of the shell command line

Conventions

Throughout the tutorial we will use the following colour code1.

Pay attention to this!

Useful(?) information.

Think about this question.

Bash shell commands/outputs

Python or VMD tcl/tk console.

To improve readability, scripts will be formatted as:

#!/bin/bash

echo "This is a bash script."
  1. The idea is taken from the colour scheme used by the Bonvin Lab for their course in Molecular Dynamics.Â