Based on the official HADDOCK3 Antibody-antigen modelling tutorial.
This tutorial aims to illustrate the process of protein-protein docking, step by step, using HADDOCK3 with the BioExcel Building Blocks library (biobb). The particular systems used in this tutorial are the Interleukin-1β (IL-1β) antigen (PDB code 4I1B) and the gevokizumab antibody (PDB code 4G6K). The complex is also available under the PDB code 4G6M.
- biobb_io: Tools to fetch biomolecular data from public databases.
- biobb_pdb_tools: Swiss army knife for manipulating and editing PDB files.
- biobb_haddock: Module collection to compute information-driven flexible protein-protein docking.
- jupyter: Free software, open standards, and web services for interactive computing across all programming languages.
- nglview: Jupyter/IPython widget to interactively view molecular structures and trajectories in notebooks.
git clone https://github.com/bioexcel/biobb_wf_haddock.git
cd biobb_wf_haddock
conda env create -f conda_env/environment.yml
conda activate biobb_wf_haddock
jupyter-notebook biobb_wf_haddock/notebooks/biobb_wf_haddock_aa.ipynb
Click here to view tutorial in Read the Docs
Click here to execute tutorial in Binder
Click here to open tutorial in Google Colab
2025.1
This software has been developed in the MMB group at the BSC & IRB for the European BioExcel, funded by the European Commission (EU Horizon Europe 101093290, EU H2020 823830, EU H2020 675728).
- (c) 2015-2025 Barcelona Supercomputing Center
- (c) 2015-2025 Institute for Research in Biomedicine
Licensed under the Apache License 2.0, see the file LICENSE for details.