# DockForge
A Python package for preparing proteins and ligands for molecular docking.
Includes: hydrogen addition, charge assignment, format conversion, cleanup.
## Requirements
Requires **Open Babel** to be installed separately. Install via:
```brew install open-babel``` or ```conda install -c conda-forge openbabel```
See [Open Babel installation instructions](https://openbabel.org/docs/Installation/install.html).
Also requires PDBfixer. Install via:
```conda install -c conda-forge pdbfixer```
Raw data
{
"_id": null,
"home_page": "https://github.com/maydolina/DockForge",
"name": "DockForge",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "molecule, docking, molecular docking, bioinformatics",
"author": "Mina Ayb\u00fcke Yak\u0131c\u0131",
"author_email": "myakici27@my.uaa.k12.tr",
"download_url": "https://files.pythonhosted.org/packages/ed/45/4256e9021b956079e21dfecd2c6f344be9b559cefe634aff2376542c258f/dockforge-1.0.tar.gz",
"platform": null,
"description": "# DockForge\nA Python package for preparing proteins and ligands for molecular docking. \nIncludes: hydrogen addition, charge assignment, format conversion, cleanup.\n\n## Requirements\nRequires **Open Babel** to be installed separately. Install via: \n```brew install open-babel``` or ```conda install -c conda-forge openbabel``` \nSee [Open Babel installation instructions](https://openbabel.org/docs/Installation/install.html).\n \nAlso requires PDBfixer. Install via: \n```conda install -c conda-forge pdbfixer```\n",
"bugtrack_url": null,
"license": null,
"summary": "Preparation package for molecular docking",
"version": "1.0",
"project_urls": {
"Homepage": "https://github.com/maydolina/DockForge"
},
"split_keywords": [
"molecule",
" docking",
" molecular docking",
" bioinformatics"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "35536b26a26b80561c53681e6157a0a72c5e1c6650516609830ae9b6aa19e9d5",
"md5": "4d56491878eb7984e4604cafa4f56222",
"sha256": "bbaa260d33b0b28205a09f82f685a7aeeee64ff15cdd6299b5e94595ed35894c"
},
"downloads": -1,
"filename": "dockforge-1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4d56491878eb7984e4604cafa4f56222",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 13784,
"upload_time": "2025-07-17T13:40:00",
"upload_time_iso_8601": "2025-07-17T13:40:00.571336Z",
"url": "https://files.pythonhosted.org/packages/35/53/6b26a26b80561c53681e6157a0a72c5e1c6650516609830ae9b6aa19e9d5/dockforge-1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ed454256e9021b956079e21dfecd2c6f344be9b559cefe634aff2376542c258f",
"md5": "4c3fb3fdcc1dc0fed529232054a0efd9",
"sha256": "c7a1d26ec77232428d593f8094bf0c863bfd6649494ee17b270168477d02ada6"
},
"downloads": -1,
"filename": "dockforge-1.0.tar.gz",
"has_sig": false,
"md5_digest": "4c3fb3fdcc1dc0fed529232054a0efd9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 14660,
"upload_time": "2025-07-17T13:40:01",
"upload_time_iso_8601": "2025-07-17T13:40:01.779436Z",
"url": "https://files.pythonhosted.org/packages/ed/45/4256e9021b956079e21dfecd2c6f344be9b559cefe634aff2376542c258f/dockforge-1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-17 13:40:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "maydolina",
"github_project": "DockForge",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "setuptools",
"specs": [
[
"~=",
"80.9.0"
]
]
},
{
"name": "openbabel",
"specs": [
[
"~=",
"3.1.1"
]
]
},
{
"name": "pdbfixer",
"specs": [
[
"~=",
"1.11"
]
]
},
{
"name": "openmm",
"specs": [
[
"~=",
"8.3.0"
]
]
}
],
"lcname": "dockforge"
}