@tutor: course placeholder @edition: 5th -->
This is the 5th edition of this VIB workshop.
We are using the interactive Open Educational Resource online/offline course infrastructure called LiaScript. It is a distributed way of creating and sharing educational content hosted on github. To see this document as an interactive LiaScript rendered version, click on the following link/badge:
Description
We will explore and search in online databases containing protein structure information including models from AlphaFoldDB. Furthermore, we will visualize protein structures using ChimeraX. Different hands-on exercises will allow you to compare the structure of homologues. Using MutateX, we will execute a deep mutational screen using the HPC infrastructure. Lastly, we will use (online) tools to identify various interactions in protein structures.
Prerequisites
To be able to follow this course, learners should have knowledge in:
- Being comfortable working with the CLI (command-line interface) in a Linux-based environment.
Learning Outcomes:
By the end of the course, learners will be able to:
- Display protein structure data and compare structures, through the use of ChimeraX.
- Create high-quality graphical representations of the structures
- Use FoldSeek to search for similar 3D structures
- Use MutateX on the HPC to study effects of protein mutations
Target Audience: Researchers, trainers, training providers
Level: Beginner
License: Creative Commons Attribution 4.0 International License
Funding: This project has received funding from VIB.
Time estimation: 7.30 hours
Supporting Materials:
Requirements: The (technical) installation requirements are described in the Installations section below.
Acknowledgement:
PURL: to be done
Alexander Botzki @orcid
Joost van Durme Janick Mathys @orcid,
Welcome to our {{workshop_name}} workshop! We are very happy to have you here.
This is the {{workshop_edition}} edition of this workshop.
- The fifth session (2nd September 2024) is dedicated to Protein Structure Analysis and Visualisation.
The presentation which goes alongside this material can be found here.
Schedule day 1:
- 9:30 - 11:00 - Introduction and getting to know ChimeraX (I)
- 11:00 - 11:15 - break
- 11:15 - 12:45 - Structural Alignment, Protein Folds and FoldSeek
- 12:45 - 13:45 - lunch
- 13:45 - 15:15 - Force Fields and Computational mutagenesis tool MutateX
- 15:15 - 15:30 - break
- 15:30 - 17:00 - Protein-Ligand Interactions
Please read this page carefully before the start of the workshop.
There are two options for following this workshop:
- Download ChimeraX
- Have a text editor installed (maybe you already have one)Suggestion: VScode , Sublime text, Emacs (I personaly use VSCode, if you don’t have one that you are used to, I suggest this one)
We will be using the Gent section of the Flemish Supercomputing Center, you should have already recieved instructions for creating an account. Specifically, we will be using the Interactive and Debug cluster. The cluster is already equipped with the latest version of Nextflow, and Apptainer.
To connect to the cluster, there are two options. For the first option, there is no local setup needed, we will use the Web Interface to access the Gent VSC.
This utilizes the OnDemand infrastructure at the VSC to launch a web-based version of VSCode for us. Using this, we don't need to make any connections to the clutser other than through the browser.
If you normally use VSCode locally, this setup is completely seperate and won't have your usual extensions etc.
- Navigate to https://login.hpc.ugent.be/ and login with your credentials.
- Select "Interactive Apps" from the top bar -> "Code Server"
- Fill in the following settings:
- Cluster:
donphan (interactive/debug)
- Time: 8 (hours)
- Nodes: 1
- Cores: 8
- Select Path -> $VSC_DATA (on the left)
- Click "Launch"!
- Cluster:
- Wait for your job to start -> "Connect to VS Code"
This runs fully in your browser and will continue to run even when your laptop is off etc. Your job will automatically end after 8 hours. Make sure to save your work.
We will be using an SSH connection in VSCode which we can create by following these instructions:
- Download Visual Studio Code (link)
- Add the following extensions for a seamless integration of Nextflow and the VM in VScode:
- In VSCode, navigate to the 'Extensions' tab, search for the SSH remote package and install it:
- 'Remote - SSH' (ms-vscode-remote.remote-ssh).
- Modify your local
.ssh/config
file to add the configuration for the cluster - If you already connect to the Gent VSC with this machine, you don't need to do thisCtrl-Shift-P
will bring up the "command palette"- Type
ssh config
and select the option to modify the configuration file (select the first file) - Add the following code to your config file:
Host login-gent User vscXXXXX # Replace Xs with your VSC ID HostName login.hpc.ugent.be IdentityFile ~/.ssh/id_rsa # This should be replaced with the path to your private key ( windows users might look like this: C:\Users\KrisDavie\Documents\VSC\vsc_id_rsa)
- Start a terminal in VSCode (select Terminal and then New Terminal)
- Connect to the cluster with the following command:
ssh login-gent
- Optional: Start
screen
ortmux
and do the following in the new terminal - This will keep your session alive even when you disconnect from the cluster - Load the modules for connecting to the interactive cluster:
module swap cluster/donphan
- Start a job using qsub:
qsub -I -l walltime=08:00:00,nodes=1:ppn=8
- Note the node you are connected to (e.g.
node4006.donphan.os
) - Add the following code to your config file:
Host node4006 User vscXXXXX # Replace Xs with your VSC ID HostName node4006.donphan.os ProxyCommand ssh login-gent -W %h:%p # On windows you should use # ProxyCommand C:\Windows\System32\OpenSSH\ssh.exe login-gent -W %h:%p
- Finally you can open a this host in VSCode by typing
Ctrl-Shift-P
and selectingRemote-SSH: Connect to Host...
and selecting the host you just added.- If you didn't run qsub in a screen or tmux session, you will need to use an entire new VSCode window to connect to the host, otherwise when VSCode refreshes, the original connection will be lost and the job will end.
You are free to connect to the cluster however you want, but the above 2 methods are the only ones we will support in the session.
- Install the Nextflow VSCcode Package - This will give you syntax highlighting and linting for Nextflow
- Open a new terminal within VSCode: Terminal -> New Terminal
- Create a new folder for the workshop
- Clone this repository into the folder:
git clone [email protected]:VIBbits/nextflow-workshop.git
- Load the nextflow module:
module load Nextflow/23.10.0
Please cite as:
- to be added
Here are some great tips for learning and to get inspired for other protein structure analysis tasks:
About ELIXIR Training Platform
The ELIXIR Training Platform was established to develop a training community that spans all ELIXIR member states (see the list of Training Coordinators). It aims to strengthen national training programmes, grow bioinformatics training capacity and competence across Europe, and empower researchers to use ELIXIR's services and tools.
One service offered by the Training Platform is TeSS, the training registry for the ELIXIR community. Together with ELIXIR France and ELIXIR Slovenia, VIB as lead node for ELIXIR Belgium is engaged in consolidating quality and impact of the TeSS training resources (2022-23) (https://elixir-europe.org/internal-projects/commissioned-services/2022-trp3).
The Training eSupport System was developed to help trainees, trainers and their institutions to have a one-stop shop where they can share and find information about training and events, including training material. This way we can create a catalogue that can be shared within the community. How it works is what we are going to find out in this course.
About VIB and VIB Technologies
VIB is an entrepreneurial non-profit research institute, with a clear focus on groundbreaking strategic basic research in life sciences and operates in close partnership with the five universities in Flanders – Ghent University, KU Leuven, University of Antwerp, Vrije Universiteit Brussel and Hasselt University.
As part of the VIB Technologies, the 12 VIB Core Facilities, provide support in a wide array of research fields and housing specialized scientific equipment for each discipline. Science and technology go hand in hand. New technologies advance science and often accelerate breakthroughs in scientific research. VIB has a visionary approach to science and technology, founded on its ability to identify and foster new innovations in life sciences.
The goal of VIB Technology Training is to up-skill life scientists to excel in the domains of VIB Technologies, Bioinformatics & AI, Software Development, and Research Data Management.
Editorial team for this course
Authors: Alexander Botzki @orcid
Technical Editors: Alexander Botzki