Giter Site home page Giter Site logo

bio-otto / pdb_to_pdbqt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ljmartin/pdb_to_pdbqt

0.0 0.0 0.0 1.62 MB

download and prepare a pdb file for docking wth Vina-flavoured algorithms

License: MIT License

Jupyter Notebook 99.87% Python 0.13%

pdb_to_pdbqt's Introduction

pdb_to_pdbqt

download and prepare a pdb file for docking wth Vina-flavoured algorithms

run notebook

user must input the PDB code (5WIU in the test case), and the ligand resname (AQD in the test case). If performing the optional step of parameterizing the ligand with GAFF (via openmmforcefields), user must also input the ligand isomeric SMILES code.

outputs in ./data/ are:

  • 5wiu.pdb.gz - not really an output, it's just the compressed pdb file from the PDB
  • protein.pdb - protein atoms only, aligned to the ligand's principal moment of inertia
  • ligand.pdb - ligand only, aligned to the ligand's principal moment of inertia
  • proteinH.pdb - protein only, missing atoms added by PDBFixer, and hydrogen's minimized by OpenMM. This is what you would use for docking.
  • ligandH.pdb - ligand only, bond topology fixed by RDKit
  • combined.pdb - protein, ligand, both with hydrogens, before minimizing.
  • gaff_minimized.pdb - protein, ligand, both with hydrogens and minimized in vacuum without any constraints using GAFF-parameterized ligand

After this, one can generate the docking input file by:

obabel proteinH.pdb -xr -O proteinH.pdbqt

or use ODDT MolToPDBQTBlock

pdb_to_pdbqt's People

Contributors

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