Skip to main content

Python package for preparing small molecule for docking

Project description

Meeko: interface for AutoDock

API stability PyPI version fury.io Documentation Status

Meeko prepares the input for AutoDock and processes its output. It is developed alongside AutoDock-GPU and AutoDock-Vina. Meeko parameterizes both small organic molecules (ligands) and proteins and nucleic acids (receptors).

Meeko is developed by the Forli lab at the Center for Computational Structural Biology (CCSB) at Scripps Research.

Documentation

The docs are hosted on meeko.readthedocs.io

Reporting bugs

Please check if a similar bug has been reported and, if not, open an issue.

Installation

Visit the docs for a more complete description. One option is conda or mamba:

micromamba install meeko

or from PyPI:

pip install meeko

Usage

Meeko exposes a Python API to enable scripting. Here we share very minimal examples using the command line scripts just to give context. Please visit the meeko.readthedocs.io for more information.

Parameterizing a ligand and writing a PDBQT file:

mk_prepare_ligand.py -i molecule.sdf -o molecule.pdbqt

Parameterizing a receptor with a flexible sidechain and writing a PDBQT file as well as a JSON file that stores the entire receptor datastructure. In this example, the -o option sets the output base name, -j triggers writing the .json file, -p triggers writting the .pdbqt file, and -f makes residue 42 in chain A flexible.

mk_prepare_receptor.py -i nucleic_acid.cif -o my_receptor -j -p -f A:42

Finally, converting docking results to SDF for the ligand, and PDB for the receptor with updated sidechain positions:

mk_export.py vina_results.pdbqt -j my_receptor.json -s lig_docked.sdf -p rec_docked.pdb

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

meeko-0.6.1.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

meeko-0.6.1-py3-none-any.whl (280.8 kB view details)

Uploaded Python 3

File details

Details for the file meeko-0.6.1.tar.gz.

File metadata

  • Download URL: meeko-0.6.1.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for meeko-0.6.1.tar.gz
Algorithm Hash digest
SHA256 fbe8908640cd17dabc4c8b0e6958f479907ae532e658ea673f181600a59ea7bc
MD5 33c48b7f3a759846fe623c739e9ac86e
BLAKE2b-256 784b2a7ffd14e7e4d6fa25c91b3b60fb116c940478b0bf8abe9ad551863e1cf3

See more details on using hashes here.

File details

Details for the file meeko-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: meeko-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 280.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for meeko-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a1d3c33986cb54cab62b374fa44376ffb89277aff28ea4b2484714557f963188
MD5 66f75458b653da0d9f1478b8ac62f7fa
BLAKE2b-256 eea99ae743fa470c201682050899dfc551187d4e7d960e68986b141fe37beabb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page