Giter Site home page Giter Site logo

quantori / scip-dockingfactory-bundle Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 98 KB

Docking Factory is a tool to automate molecular docking runs on an HPC cluster using the Dask framework. DockingFactory provides unified way of running molecular docking with different software backends: AutoDock Vina, Smina, Qvina2, and rDock.

License: Apache License 2.0

Makefile 12.82% Shell 4.01% Python 57.79% Jupyter Notebook 8.10% HTML 17.29%
dask docking drug-discovery hpc molecular-docking python virtual-screening

scip-dockingfactory-bundle's Introduction

DockingFactory Bundle

Copyright (c) 2022 Quantori.

Docking Factory is a tool to automate molecular docking runs on an HPC cluster using the Dask framework.

This is the head repo that contains all scripts and references required to build DockingFactory bundle.

DockingFactory provides unified way of running molecular docking with different software backends: AutoDock Vina, Smina, Qvina2, and rDock.

DockingFactory provides the automation of the whole process of molecular docking-based virtual screening of large databases. It allows scientists to work exclusively within their research environments with AWS ParrallelCluster and Jupyter Notebooks.

Key advantages:

  • Parallelization - DF allows users to easily configure and run docking for millions of compounds with different docking protocols.
  • Scalability - DF can scale from small runs with a few thousand ligands up to millions without reconfiguration.
  • Customization - Interface libraries are implemented in Python. Advanced users can design their docking protocols and pipelines by themselves.
  • Open-source - Parallelization and cluster interaction are handled by an open-source Dask framework, which allows focusing on integration and improvement of the interface rather than on solving infrastructure tasks.

Tech stack includes AWS ParallelCluster, Python, Dask, Slurm, and docking backends written in C++.

Bundle

The bundle consists of this head project and the following other projects:

Installation

Prerequisities

On a Debian-based system. run:

sudo apt install wget curl libffi-dev libssl-dev libbz2-dev g++ make

On a Redhat-based system, run:

sudo yum install wget curl libffi-devel libssl-devel libbz2-devel g++ make

Getting submodules

git submodule init && git submodule update
cd dockinginterface
git submodule init && git submodule update
cd ..

Building bundle

Example build command:

BUNDLE_PATH=/path/to/desired/bundle PARALLEL=8 make all

Upon completion of make, the self-contained bundle will appear in /path/to/desired/bundle. All the necessary binary libraries, Python modules, and the Python environment will be there.

Note: The bundle is not allowed to be moved to another directory after creation. You will have to re-run the installation in order to build the bundle in a different directory.

Running DockingFactory

Locally

. /path/to/desired/bundle/dask/bin/activate
dockingfactory.py [arguments] --local yes

Via AWS ParallelCluster

. /path/to/desired/bundle/dask/bin/activate
srun python -u /path/to/desired/bundle/dask/bin/dockingfactory.py [arguments] 

See the DockingFactory page for command line arguments and examples.

License

Quantori DockingFactory is released under Apache License, Version 2.0

scip-dockingfactory-bundle's People

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.