Giter VIP home page Giter VIP logo

dockingutilities's Introduction

DockingUtilities

Collections of light programs for molecular docking simulations

Programs

  • gold_docking_parallel.py: parallelly run GOLD docking using concurrent feature of Python module. For example, if the computer have 64 threads, then there will be 64 docking jobs running at the same time.
  • molecular_selector.py: select molecules according to molecular similarity with Tanimoto index. This is to reduce the number of molecules for further docking simulation. For example, after 1 Million ligands being screened, select top 50 as the template and search for similar molecules in the remaining database. Then docking on the selected molecules can be performed using gold_docking_parallel.py described above. This approach has been proven effective.
  • pocket_finder.py: give a protein structure (in PDB) and one/more ligands (in mol2), find the binding pocket using GOLD docking. The idea is to do a brute-force scan of the predefined grid points around/in the protein.
  • print_docking_summary.py: print the docking results either with bestgrid or bestligand function.

Future developments

  • Only the GOLD docking is supported for now. Future development will involve other docking programs especially the free-of-charge ones.
  • Protein and ligand files used for docking are vital in molecular docking. Utilities such as gold_utils, openbabel, pka prediction tools etc will be wrapped for preparing the files.

dockingutilities's People

Contributors

leucinw avatar

Watchers

 avatar  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.