PyTorch implementation of GNINA scoring function
Project description
gnina-torch
PyTorch implementation of GNINA scoring function.
References
If you are using gnina-torch, please consider citing the following references:
Protein-Ligand Scoring with Convolutional Neural Networks, M. Ragoza, J. Hochuli, E. Idrobo, J. Sunseri, and D. R. Koes, J. Chem. Inf. Model. 2017, 57 (4), 942-957. DOI: 10.1021/acs.jcim.6b00740
libmolgrid: Graphics Processing Unit Accelerated Molecular Gridding for Deep Learning Applications J. Sunseri and D. R. Koes, J. Chem. Inf. Model. 2020, 60 (3), 1079-1084. DOI: 10.1021/acs.jcim.9b01145
If you are using the pre-trained default2018 and dense models from GNINA, please consider citing the following reference as well:
Three-Dimensional Convolutional Neural Networks and a Cross-Docked Data Set for Structure-Based Drug Design, P. G. Francoeur, T. Masuda, J. Sunseri, A. Jia, R. B. Iovanisci, I. Snyder, and D. R. Koes, J. Chem. Inf. Model. 2020, 60 (9), 4200-4215. DOI: 10.1021/acs.jcim.0c00411
If you are using the pre-trained default model ensemble from GNINA, please consider citing the following reference as well:
GNINA 1.0: molecular docking with deep learning, A. T. McNutt, P. Francoeur, R. Aggarwal, T. Masuda, R. Meli, M. Ragoza, J. Sunseri, D. R. Koes, J. Cheminform. 2021, 13 (43). DOI: 10.1186/s13321-021-00522-2
Installation
The gninatorch Python package has several dependencies, including:
A full developement environment can be installed using the conda package manager and the provided conda environment file (devtools/conda-envs/gninatorch.yaml):
conda env create -f devtools/conda-envs/gninatorch.yaml
conda activate gninatorch
Once the conda environment is created and activated, the gninatorch package can be installed using pip as follows:
python -m pip install .
Tests
In order to check the installation, unit tests are provided and can be run with pytest:
pytest --cov=gninatorch
Usage
Training and inference modules try to follow the original Caffe implementation of gnina/scripts, however not all features are implemented.
The folder examples includes some complete examples for training and inference.
The folder gninatorch/weights contains pre-trained models from GNINA, converted from Caffe to PyTorch.
Pre-trained GNINA models
Pre-trained GNINA models can be loaded as follows:
from gninatorch.gnina import setup_gnina_model
model = setup_gnina_model(MODEL)
where MODEL corresponds to the --cnn argument in GNINA.
A single model will return log_CNNscore and CNNaffinity, while an ensemble of models will return log_CNNscore, CNNaffinity, and CNNvariance.
Inference with pre-trained GNINA models (--cnn argument in GNINA) is implemented in the gnina module:
python -m gninatorch.gnina --help
Training
Training is implemented in the training module:
python -m gninatorch.training --help
Inference
Inference is implemented in the inference module:
python -m gninatorch.inference --help
Acknowledgments
Project based on the Computational Molecular Science Python Cookiecutter version 1.6.
The pre-trained weights of GNINA converted to PyTorch were kindly provided by Andrew McNutt (@drewnutt).
Copyright (c) 2021-2022, Rocco Meli
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gninatorch-0.0.2.tar.gz.
File metadata
- Download URL: gninatorch-0.0.2.tar.gz
- Upload date:
- Size: 37.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb5fa7bcc17951bc3617dd310481a41966f42e5900a0a27d85aa5c8aa95418d7
|
|
| MD5 |
c547195f47590a3e53ad5895281e0a37
|
|
| BLAKE2b-256 |
18cfbd93f588dc902d2b374e481eb250b098f27eb7f7df81ee832b623b5a6822
|
File details
Details for the file gninatorch-0.0.2-py3-none-any.whl.
File metadata
- Download URL: gninatorch-0.0.2-py3-none-any.whl
- Upload date:
- Size: 37.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1eb697799bba38b7b741688aec4445e7d144f6d7a91ebd035fb41ad42560bbe6
|
|
| MD5 |
10736e4f65535c559f2b79c0f2ed15b2
|
|
| BLAKE2b-256 |
e9adc0250e83c84ab06b1d0a49f296394f8bf7c13b4d28dd7cd5dfb9ae916100
|