Proximity Graph Networks: Predicting ligand affinity with Message Passing Neural Networks
Project description
torch_pgn
Proximity Graph Networks (torch_pgn) is a pytorch toolkit allowing for the modular application of multiple different encoder architectures to cheminformatic tasks centered around protein-ligand complexes. Alpha version of documentation is available at: https://torch-pgn.readthedocs.io/en/latest/index.html.
Installation
torch-pgn either be installed from PyPi using the pip command or from source. We assume that all users are using conda, if you do not have conda, please install Miniconda from https://conda.io/miniconda.html.
Installation using pip (cpu only)
conda create --name torch_pgn python=3.7
conda activate torch_pgn
pip install torch_pgn
conda install pytorch-sparse -c pyg
conda install -c conda-forge openbabel
Installation using pip (cuda)
conda create --name torch_pgn python=3.7
conda activate torch_pgn
conda install pytorch==1.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia
conda install pyg -c pyg
conda install pytorch-sparse -c pyg
conda install -c conda-forge openbabel
pip install torch_pgn
Installation from source
git clone https://github.com/keiserlab/torch_pgn/torch_pgn.git
cd torch_pgn
conda env create -f environment.yml
conda activate torch_pgn
pip install -e
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 Distributions
Built Distribution
File details
Details for the file torch_pgn-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: torch_pgn-0.1.3-py3-none-any.whl
- Upload date:
- Size: 56.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef372d5668cf5db27bd71c9b665ac5c45ac1149969f270408e15a2439eeafa46 |
|
MD5 | c32e94eee58f80b9b536ddcd8ba79293 |
|
BLAKE2b-256 | 9565c0fbda1e61027b4bfced0702ef29bef4fd4a5564641a6f0b202dee546af7 |