Skip to content

Water position prediction method with SE(3)-Graph Neural Network

Notifications You must be signed in to change notification settings

shadow1229/WatGNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WatGNN

Water position prediction method with SE(3)-Graph Neural Network

Required Library

NumPy
PyTorch
SciPy
DGL
a modified SE3Transformer
psutil

Installation

pip install git+http://github.com/shadow1229/WatGNN

Usages

usage: watgnn.py [dataset file path] 

dataset file structure

for each line: (Input PDB/CIF file path) (Input mol2 file path(optional))

example:

./1adl.pdb ./1adl.mol2
./1ubq.pdb
./2fwh.pdb ./2fwh.mol2

Dataset used in the preprint

check here

Reference

Sangwoo Park, "Water position prediction with SE(3)-Graph Neural Network", bioRxiv (2024). Link

About

Water position prediction method with SE(3)-Graph Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages