meeko


Namemeeko JSON
Version 0.6.1 PyPI version JSON
download
home_pagehttps://github.com/ccsb-scripps/meeko
SummaryPython package for preparing small molecule for docking
upload_time2024-11-18 23:19:07
maintainerNone
docs_urlNone
authorForli Lab
requires_python<3.12,>=3.9
licenseLGPL-2.1
keywords molecular modeling drug design docking autodock
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Meeko: interface for AutoDock

[![API stability](https://img.shields.io/badge/stable%20API-no-orange)](https://shields.io/)
[![PyPI version fury.io](https://img.shields.io/badge/version-0.6.1-green.svg)](https://pypi.python.org/pypi/meeko/)
[![Documentation Status](https://readthedocs.org/projects/meeko/badge/?version=release)](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/ccsb-scripps/meeko",
    "name": "meeko",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.9",
    "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/78/4b/2a7ffd14e7e4d6fa25c91b3b60fb116c940478b0bf8abe9ad551863e1cf3/meeko-0.6.1.tar.gz",
    "platform": null,
    "description": "# Meeko: interface for AutoDock\n\n[![API stability](https://img.shields.io/badge/stable%20API-no-orange)](https://shields.io/)\n[![PyPI version fury.io](https://img.shields.io/badge/version-0.6.1-green.svg)](https://pypi.python.org/pypi/meeko/)\n[![Documentation Status](https://readthedocs.org/projects/meeko/badge/?version=release)](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.6.1",
    "project_urls": {
        "Homepage": "https://github.com/ccsb-scripps/meeko"
    },
    "split_keywords": [
        "molecular modeling",
        " drug design",
        " docking",
        " autodock"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eea99ae743fa470c201682050899dfc551187d4e7d960e68986b141fe37beabb",
                "md5": "66f75458b653da0d9f1478b8ac62f7fa",
                "sha256": "a1d3c33986cb54cab62b374fa44376ffb89277aff28ea4b2484714557f963188"
            },
            "downloads": -1,
            "filename": "meeko-0.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "66f75458b653da0d9f1478b8ac62f7fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.9",
            "size": 280783,
            "upload_time": "2024-11-18T23:19:05",
            "upload_time_iso_8601": "2024-11-18T23:19:05.660954Z",
            "url": "https://files.pythonhosted.org/packages/ee/a9/9ae743fa470c201682050899dfc551187d4e7d960e68986b141fe37beabb/meeko-0.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "784b2a7ffd14e7e4d6fa25c91b3b60fb116c940478b0bf8abe9ad551863e1cf3",
                "md5": "33c48b7f3a759846fe623c739e9ac86e",
                "sha256": "fbe8908640cd17dabc4c8b0e6958f479907ae532e658ea673f181600a59ea7bc"
            },
            "downloads": -1,
            "filename": "meeko-0.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "33c48b7f3a759846fe623c739e9ac86e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.9",
            "size": 1289467,
            "upload_time": "2024-11-18T23:19:07",
            "upload_time_iso_8601": "2024-11-18T23:19:07.056871Z",
            "url": "https://files.pythonhosted.org/packages/78/4b/2a7ffd14e7e4d6fa25c91b3b60fb116c940478b0bf8abe9ad551863e1cf3/meeko-0.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 23:19:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ccsb-scripps",
    "github_project": "meeko",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "meeko"
}
        
Elapsed time: 0.45132s