Degiacomi-Lab / JabberDock

protein docking using a density-based descriptor for atoms charge and dynamics
GNU General Public License v3.0
14 stars 8 forks source link

JabberDock

JabberDock provides a mechanism to dock two protein STID maps together in conjunction with the POW engine and BioBox

Note that it requires BioBOx as a means to generate the STID maps, and POW to run the optimisation.

This version of JabberDock ships with a version of BioBOx intended to allow it to work. See below for a brief introduction to installation / where to find POW.

auto_scripts Command line features are provided in the auto_scripts folder.

methods

INSTALLATION AND REQUIREMENTS

JabberDock requires python 3.x (as of 09/11/20) and the following packages (and their associated packages):

JabberDock requires the following software to be installed to run:

See below for details on Transmembrane Protein docking requirements. Note that using versions of JD (i.e. < ver 1.1, before 09/11/20) will require Python 2.7.x

Both biobox and POWer are available with this module.

Install JabberDock with: 'python setup.py install'

After downloading from github, this JabberDock folder might be called JabberDock-master. Ensure it's called JabberDock for the imports to work: mv JabberDock-master JabberDock

Please read the full installation instructions in the manual.

Biobox installation

Shipped with this version of JabberDock is a heavily stripped version of biobox containing the functions JabberDock requires. Please move the Biobox folder into whatever directory you like (e.g. your home), just make sure it's in your pythonpath. The full Biobox package is available here: https://github.com/Degiacomi-Lab/biobox.

POW installation

The original version of POW can be found on the EPFL website: https://www.epfl.ch/labs/lbm/resources/

However this is an outdated version, the current version of JabberDock requires the updated version of POW (POW_v2) shipped with JabberDock.

To install, simply move the POW_v2 folder into your home (or other) directory - where JabberDock and biobox should now be located.

You will also need to install dill. To do this, type: pip install dill On your command line. For the mpi4py installation, we would recommend mpi4py 3.0.0: pip install mpi4py==3.0.0

TRANSMEMBRANE PROTEIN DOCKING

Installation

The transmembrane protein docking of functionality is novel as of ver. 1.1. It can be used to dock two integral TM proteins by: 1) Running the MD simulations in their native environment 2) Restricting the search space This means the alignment and orientation of input structures is very important. The TM region centre of mass MUST be centred at the origin, with the direction of the membrane along the z axis.

TM functionality requires the additional following packages:

Commands are very similar to the soluble protein commands, with the exception that a suffix of _mem is added (e.g. dock_mem.py) The exception is the introduction of create_mem_system.py, a new command required before gmx_run_mem.py to generate the embeded protein in a bilayer system.

For our benchmark, we used Amber14sb with SLipid forcefields. For the time being, JD membrane docking requires users to utilise their own merged forcefields (e.g. amber03_slipid default) There is quite a significant amount of defaults associated with this, mainly hacks to get the two working together. These defaults are only activated if both amber and slipid are present in your -ff flag If there is significant demand for it, I will merge and make available a viable forcefield. I am also working on an updated manual. The absence of both a merged forcefield and manual is due to pressing thesis deadlines. Note that we can't supply our Amber14sb_slipid FF as this requires an academic license.

Similar to ver 1.0, there are additional tools added to the other python modules, including chain repair functionality and reliable RMSD alignment tools which are useful to the enterprising user.

With these scripts, we are also including a folder of input structures (and associated targets) used for our benchmark.

The associated publication is currently under review at The Journal of Chemical Information & Modeling. We will link the DOI for citation once it has been through peer review.

Usage

Please see the manual in the home directory for more details on how to use JabberDock. Email the author if you have any questions.

Contact

If you have any issues, please email lucas.rudden@epfl.ch.