# Meeko: interface for AutoDock
[](https://shields.io/)
[](https://pypi.python.org/pypi/meeko/)
[](https://meeko.readthedocs.io/en/release/?badge=release)
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](https://forlilab.org/) at the
[Center for Computational Structural Biology (CCSB)](https://ccsb.scripps.edu)
at [Scripps Research](https://www.scripps.edu/).
## Documentation
The docs are hosted on [meeko.readthedocs.io](https://meeko.readthedocs.io/en/release)
## Reporting bugs
Please check if a similar bug has been reported and, if not, [open an issue](https://github.com/forlilab/Meeko/issues).
## Installation
Visit the docs for a more complete description. One option is conda or mamba:
```bash
micromamba install meeko
```
or from PyPI:
```bash
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](https://meeko.readthedocs.io/en/release) for more information.
Parameterizing a ligand and writing a PDBQT file:
```bash
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.
```bash
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:
```bash
mk_export.py vina_results.pdbqt -j my_receptor.json -s lig_docked.sdf -p rec_docked.pdb
```
Raw data
{
"_id": null,
"home_page": "https://github.com/forlilab/meeko",
"name": "meeko",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "molecular modeling, drug design, docking, autodock",
"author": "Forli Lab",
"author_email": "forli@scripps.edu",
"download_url": "https://files.pythonhosted.org/packages/46/9d/342bc5d09ba070496738e6b7dd37e2918ea8264df3a99bb1ed8a5a464dda/meeko-0.7.1.tar.gz",
"platform": null,
"description": "# Meeko: interface for AutoDock\n\n[](https://shields.io/)\n[](https://pypi.python.org/pypi/meeko/)\n[](https://meeko.readthedocs.io/en/release/?badge=release)\n\nMeeko prepares the input for AutoDock and processes its output.\nIt is developed alongside AutoDock-GPU and AutoDock-Vina.\nMeeko parameterizes both small organic molecules (ligands) and proteins\nand nucleic acids (receptors).\n\nMeeko is developed by the [Forli lab](https://forlilab.org/) at the\n[Center for Computational Structural Biology (CCSB)](https://ccsb.scripps.edu)\nat [Scripps Research](https://www.scripps.edu/).\n\n\n## Documentation\n\nThe docs are hosted on [meeko.readthedocs.io](https://meeko.readthedocs.io/en/release)\n\n\n## Reporting bugs\n\nPlease check if a similar bug has been reported and, if not, [open an issue](https://github.com/forlilab/Meeko/issues).\n\n\n## Installation\n\nVisit the docs for a more complete description. One option is conda or mamba:\n\n```bash\nmicromamba install meeko\n```\n\nor from PyPI:\n\n```bash\npip install meeko\n```\n\n## Usage\n\nMeeko exposes a Python API to enable scripting. Here we share very minimal examples\nusing the command line scripts just to give context.\nPlease visit the [meeko.readthedocs.io](https://meeko.readthedocs.io/en/release) for more information.\n\nParameterizing a ligand and writing a PDBQT file:\n```bash\nmk_prepare_ligand.py -i molecule.sdf -o molecule.pdbqt\n```\n\nParameterizing a receptor with a flexible sidechain and writing a PDBQT file\nas well as a JSON file that stores the entire receptor datastructure. In this\nexample, the `-o` option sets the output base name, `-j` triggers writing the\n.json file, `-p` triggers writting the .pdbqt file, and `-f` makes residue\n42 in chain A flexible.\n\n```bash\nmk_prepare_receptor.py -i nucleic_acid.cif -o my_receptor -j -p -f A:42\n```\n\nFinally, converting docking results to SDF for the ligand, and PDB for the\nreceptor with updated sidechain positions:\n\n```bash\nmk_export.py vina_results.pdbqt -j my_receptor.json -s lig_docked.sdf -p rec_docked.pdb\n```\n",
"bugtrack_url": null,
"license": "LGPL-2.1",
"summary": "Python package for preparing small molecule for docking",
"version": "0.7.1",
"project_urls": {
"Homepage": "https://github.com/forlilab/meeko"
},
"split_keywords": [
"molecular modeling",
" drug design",
" docking",
" autodock"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "cbc819f80438c2f285a109a42fde50a41ec7c06d7dfd257954da8d9c4e17677d",
"md5": "431d7aa887a5d70167016a7c5343eb06",
"sha256": "e50f5fdb9f94f44e6ee20616936cf033be9c93c7825bd69493a9cd9a3c5dc28d"
},
"downloads": -1,
"filename": "meeko-0.7.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "431d7aa887a5d70167016a7c5343eb06",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 293954,
"upload_time": "2025-10-23T00:08:05",
"upload_time_iso_8601": "2025-10-23T00:08:05.168467Z",
"url": "https://files.pythonhosted.org/packages/cb/c8/19f80438c2f285a109a42fde50a41ec7c06d7dfd257954da8d9c4e17677d/meeko-0.7.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "469d342bc5d09ba070496738e6b7dd37e2918ea8264df3a99bb1ed8a5a464dda",
"md5": "ae0326f990177d8c382a502a2cc00c24",
"sha256": "e3f4ca3a66db17a95d75905fa7a1bfb73971d2f16ec52eb68e5226bafe120b2d"
},
"downloads": -1,
"filename": "meeko-0.7.1.tar.gz",
"has_sig": false,
"md5_digest": "ae0326f990177d8c382a502a2cc00c24",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1427070,
"upload_time": "2025-10-23T00:08:06",
"upload_time_iso_8601": "2025-10-23T00:08:06.492976Z",
"url": "https://files.pythonhosted.org/packages/46/9d/342bc5d09ba070496738e6b7dd37e2918ea8264df3a99bb1ed8a5a464dda/meeko-0.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-23 00:08:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "forlilab",
"github_project": "meeko",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "meeko"
}