Difference between revisions of "2020 DOCK tutorial 1 with PDBID 3VJK"
From Rizzo_Lab
Stonybrook (talk | contribs) |
Stonybrook (talk | contribs) (→Sphere Selection) |
||
Line 28: | Line 28: | ||
= Sphere Selection = | = Sphere Selection = | ||
− | Generate an INSPH file | + | By this step, you should have the mol2 extractions of ligand and protein, in both hydrogenated and unhydrogenated forms (4 files). |
+ | |||
+ | |||
+ | Generate an INSPH file with the following syntax: | ||
+ | |||
+ | [your_receptor].dms | ||
+ | <R flag> - enables sphere generation outside the protein surface | ||
+ | <X flag - uses all coordinates | ||
+ | 0.0 //Distance that steric interactions are checked | ||
+ | 4.0 //Maximum sphere radius of generated sphere | ||
+ | 1.4 //Size of sphere that rolls over dms file surface for cavities | ||
+ | [your_receptor].sph | ||
+ | |||
+ | |||
+ | |||
+ | |||
[your_receptor].dms | [your_receptor].dms |
Revision as of 15:24, 14 February 2020
Contents
Introduction
Welcome to the Rizzo lab!
This tutorial is provided by the students of stony brook to help the community better understand the DOCK toolset.
Software packages
To follow this tutorial you will need to have the following programs installed:
DOCK sing-something
At several points this tutorial will reference these programs as commands in a shell environment. The students who did this ran their programs on a UNIX (CoreOS or Ubuntu) server, although this process should generalize to your specific setup. For help, please reference available documentation.
Background
Object preparation
Protein
Ligand
Sphere Selection
By this step, you should have the mol2 extractions of ligand and protein, in both hydrogenated and unhydrogenated forms (4 files).
Generate an INSPH file with the following syntax:
[your_receptor].dms <R flag> - enables sphere generation outside the protein surface <X flag - uses all coordinates 0.0 //Distance that steric interactions are checked 4.0 //Maximum sphere radius of generated sphere 1.4 //Size of sphere that rolls over dms file surface for cavities [your_receptor].sph
[your_receptor].dms R //Spheres will be generated outside the protein surface X //All points are used 0.0 //Distance that steric interactions are checked 4.0 //Maximum sphere radius of generated sphere 1.4 //Size of sphere that rolls over dms file surface for cavities [your_receptor].sph