Difference between revisions of "DOCK"

Line 1: Line 1:
== Description ==
== Description ==


DOCK addresses the problem of “docking” molecules to each other. In general, “docking” is the identification of the low-energy binding modes of a small molecule, or ligand, within the active site of a macromolecule, or receptor, whose structure is known. A compound that interacts strongly with, or binds, a receptor associated with a disease may inhibit its function and thus act as a drug. Solving the docking problem computationally requires an accurate representation of the molecular energetics as well as an efficient algorithm to search the potential binding modes.
'''DOCK''' addresses the problem of “docking” molecules to each other. In general, “docking” is the identification of the low-energy binding modes of a small molecule, or ligand, within the active site of a macromolecule, or receptor, whose structure is known. A compound that interacts strongly with, or binds, a receptor associated with a disease may inhibit its function and thus act as a drug. Solving the docking problem computationally requires an accurate representation of the molecular energetics as well as an efficient algorithm to search the potential binding modes.


* [http://dock.compbio.ucsf.edu/Overview_of_DOCK/index.htm DOCK Home Page]
{{ApPStandardHeader|6.5|dock}}
 
== Version ==
 
*6.5
 
== Authorized Users ==
 
*<code>CIRCE</code> account holders
 
== Platforms ==
 
*<code>CIRCE</code> cluster


== Running DOCK jobs on CIRCE ==
== Running DOCK jobs on CIRCE ==


=== [[Modules]] ===
{{PleaseReadUserGuide}}
 
{{SLURMAppParams}}
Dock6 requires the following module file and some prerequisites to run:
 
*<code>apps/dock/6.5</code>
 
To run Dock6 on the cluster, ensure that you use <code>module add apps/dock/6.5</code> in your submit script. See [[Modules]] for more information.


=== Running dock6 ===
=== Running dock6 ===
Line 50: Line 33:
*You can view the status of your job with the “squeue -u <username>” command
*You can view the status of your job with the “squeue -u <username>” command


== Additional Documentation ==
{{Documentation}}
*DOCK Home Page
**http://dock.compbio.ucsf.edu/Overview_of_DOCK/index.htm


{{BKETOR}}
* Parameter files
* Parameter files
** /opt/apps/dock/6.5/parameters
** /opt/apps/dock/6.5/parameters

Revision as of 18:59, 29 June 2016

Description

DOCK addresses the problem of “docking” molecules to each other. In general, “docking” is the identification of the low-energy binding modes of a small molecule, or ligand, within the active site of a macromolecule, or receptor, whose structure is known. A compound that interacts strongly with, or binds, a receptor associated with a disease may inhibit its function and thus act as a drug. Solving the docking problem computationally requires an accurate representation of the molecular energetics as well as an efficient algorithm to search the potential binding modes.

Template:ApPStandardHeader

Running DOCK jobs on CIRCE

The DOCK user guide is essential to understanding the application and making the most of it. The guide and this page should help you to get started with your simulations. Please refer to the Documentation section for a link to the guide.

  • Note on CIRCE: Make sure to run your jobs from your $WORK directory!
  • Note: Scripts are provided as examples only. Your SLURM executables, tools, and options may vary from the example below. For help on submitting jobs to the queue, see our SLURM User’s Guide.

Running dock6

In order to use DOCK, you must agree to the following: “I agree that any public reports or publication of results obtained using DOCK will acknowledge its use by an appropriate citation.” The following script will execute the parallel version of dock6, dock6.mpi. You’ll need to set the number of processors to the number you wish to use as well as modify the input and output file parameters to suit your environment:

#!/bin/sh
#SBATCH --job-name=dock-test
#SBATCH --ntasks=4
#SBATCH --time=01:00:00

module purge
module load apps/dock/6.5

mpirun /opt/apps/dock/6.5/bin/dock6.mpi -i dock.in -o dock.out

 
Next, you can change to your job’s directory, and run the sbatch command to submit the job:

[user@login0 ~]$ cd my/jobdir
[user@login0 jobdir]$ sbatch ./dock-test.sh
  • You can view the status of your job with the “squeue -u <username>” command

Documentation

Home Page, User Guides, and Manuals

Benchmarks, Known Tests, Examples, Tutorials, and Other Resources

  • Parameter files
    • /opt/apps/dock/6.5/parameters
  • Tutorials
    • /opt/apps/dock/6.5/tutorials
  • Source Code
    • /opt/apps/dock/6.5/src

More Job Information

See the following for more detailed job submission information:

Reporting Bugs

Report bugs with DOCK to the IT Help Desk: rc-help@usf.edu