This page was last updated on June 11th, 2019 at 09:04 pm

A redocking tutorial for docking peptides with disulfide bond

In this tutorial we illustrate how to re-dock a cyclic peptide into its native receptor. We will redock a 10-mer peptide from EBV into HLA-A1101 (PDB: 5GRD).

In this tutorial you will learn:

  • to generate a target file for a docking in a box defined by the known peptide.
  • to run ADCP to re-dock the cyclic peptides
  • to understand the output of an ADCP docking run

Prerequisites:

Go back to ADCP Homepage.

Generate the target file containing the affinity maps.

First lets go to the directory for this tutorial.

Copy to Clipboard

For this tutorial, we will start directly from the PDBQT files. Please refer to the first tutorial on how to converting PDB files to PDBQT files.

Copy to Clipboard

The command produces the following output:

Copy to Clipboard

Perform the docking

Copy to Clipboard

Note we added two options compared with redocking the linear peptide.

-cys                     enables the potential for disulfide bond.

-nc 0.8                use native contacts as clustering criteria. We recommend using native contacts for larger peptides.

This calculation generates the following files:

  • 5GRD_redocking_ranked_{num}.pdb                                  # the final solutions with ranking after clustering
  • 5GRD_redocking_{num}.pdb                                               # the MC trajectory for each replica
  • 5GRD_redocking_{num}.out                                                # detailed output file for each replica

An example output is listed below:

Copy to Clipboard

Please note that docking cyclic peptide is extremely challenging, and the purpose of this tutorial is only to show the usage of ADCP. We suggest using more replicas with more Monte Carlo steps for real production runs.