Ucsfdock: Difference between revisions

From DISI
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
ucsfdock is a Python package wrapping the [[DOCK|DOCK program]] that provides tools to help standardize and automate the computational methods surrounding molecular docking.
ucsfdock is a Python package wrapping the [[DOCK|DOCK program]] that provides tools to help standardize and automate the computational methods employed in molecular docking.


Scripts:
Scripts:
Line 13: Line 13:
== blastermaster ==
== blastermaster ==


# TODO
First you need to create the directory for your blastermaster job. To do so, simply type
 
blastermaster configure
 
By default, the job directory is named 'blastermaster_job'. To specify the name, you can do
 
blastermaster configure <JOB_DIR_NAME>
 
If your current working directory contains any of the following files
 
- reduce_wwPDB_het_dict.txt
- filt.params
- radii
- amb.crg.oxt
- vdw.siz
- delphi.def
- vdw.parms.amb.mindock
- prot.table.ambcrg.ambH
 
then they will be copied into the working directory within the generated blastermaster job directory.


== dockamster ==
== dockamster ==


# TODO
# TODO

Revision as of 08:13, 28 July 2022

ucsfdock is a Python package wrapping the DOCK program that provides tools to help standardize and automate the computational methods employed in molecular docking.

Scripts: - blastermaster: given receptor and ligand, generate a specific docking configuration - dockmaster: evaluate many different docking configurations in parallel using a provided job scheduler (e.g. Slurm)

Installation

  1. TODO

Quickstart

blastermaster

First you need to create the directory for your blastermaster job. To do so, simply type

blastermaster configure

By default, the job directory is named 'blastermaster_job'. To specify the name, you can do

blastermaster configure <JOB_DIR_NAME>

If your current working directory contains any of the following files

- reduce_wwPDB_het_dict.txt - filt.params - radii - amb.crg.oxt - vdw.siz - delphi.def - vdw.parms.amb.mindock - prot.table.ambcrg.ambH

then they will be copied into the working directory within the generated blastermaster job directory.

dockamster

  1. TODO