Create customized voxel representations of protein-ligand complexes using GPU.
Project description
DockTGrid
Generate voxel representations of protein-ligand complexes for deep learning applications.
📌 Features
GPU-accelerated voxelization of protein-ligand complexes.
Easy customization of voxel grid channels and parameters.
Readily usable with PyTorch.
Support for multiple file formats (to be expanded).
✅ PDB
✅ MOL2
🚀 Getting Started
Installation (pip)
Install DockTGrid using pip:
$ python -m pip install docktgrid
Development
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Python 3.11 is recommended, other versions may work but are not tested.
Clone the repository:
$ git clone https://github.com/gmmsb-lncc/docktgrid.git $ cd docktgrid
Create a new environment using venv and activate it:
$ python3.11 -m venv env $ source env/bin/activate
Or if you prefer using conda:
$ conda create --prefix ./venv python=3.11 $ conda activate ./venv
Install the required packages:
$ python -m pip install -r requirements.txt
Run the tests:
$ python -m pytest tests/
🖥️ Usage
See the documentation for more information on how to use DockTGrid.
There are also some examples in the notebooks folder.
📄 License
This project is licensed under the LGPL v3.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file docktgrid-0.0.2.tar.gz
.
File metadata
- Download URL: docktgrid-0.0.2.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6666f0f9a6a69b0090adb6214a11dc8b24caf70537e551986949248b520bd97f |
|
MD5 | eff1f99a4205156dfda98f8728b1c03b |
|
BLAKE2b-256 | 951eb014d22663b7e3a7e014c01f959a4bcc770f814a37c0bfa7ee2a356ebb34 |
File details
Details for the file docktgrid-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: docktgrid-0.0.2-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad631aa1bc6ca7a7fc47e68394d50ddfe16891cfdfaf21c4b80c2b2680fe83a9 |
|
MD5 | 1cbff35058e6a2d1ec4d39d3be6621ab |
|
BLAKE2b-256 | dc425753ddd0c4ff25498657659fa6f74d3d1ffd51b5a22b6d5b9b211f0256ac |