Getting started with the dock blaster toolchain

From DISI
Revision as of 20:25, 8 October 2012 by Therese (talk | contribs) (2 revisions)
Jump to navigation Jump to search

To get started with the DOCK Blaster tool chain:

  • on sgehead or sgehead2
  • in your .login file, add towards the end:
 setenv DOCK_BASE ~xyz/dockenv
 source $DOCK_BASE/etc/login


This is John's live version of the scripts. To use a slightly older, but unchanging version, use instead:

  setenv DOCK_BASE /raid1/soft/dockenv
  • mkdir work; cd work
  • mkdir project1; cd project1
  • create rec_original.pdb and xtal-lig_original.mol2
  • paranoia.csh `pwd`
  • startdockblaster4

This is how it is as of July 17, 2010. The procedure does drift over time, so please check with people in the lab.

-- John