Skip to main content

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.

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

  1. conda create --name torch_pgn python=3.7
  2. conda activate torch_pgn
  3. pip install torch_pgn
  4. conda install pytorch-sparse -c pyg
  5. conda install -c conda-forge openbabel

[!NOTE] If you are using a gpu machine and run into issues with this installation method we suggest you remove pytorch and pyg and reinstall using conda as follows:

  1. conda remove pytorch
  2. conda remove pyg
  3. conda install pytorch
  4. conda install pyg -c pyg
  5. conda install pytorch-sparse -c pyg

Installation from source

  1. git clone https://github.com/keiserlab/torch_pgn/torch_pgn.git
  2. cd torch_pgn
  3. conda env create -f environment.yml
  4. conda activate torch_pgn
  5. pip install -e

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

torch_pgn-0.1.2.tar.gz (45.2 kB view hashes)

Uploaded Source

Built Distribution

torch_pgn-0.1.2-py3-none-any.whl (56.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page