Skip to content

sarpaykent/GBPNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GBPNet: Universal Geometric Representation Learning on Protein Structures

The structure of the project is as follows:

  • gbpnet.models: The implementation of the models used in the experiments.
  • gbpnet.datamodules: The data processing pipeline.
  • run_test.py: The main script for reproducing the results.

Installation

The verified versions of the dependencies can be found in requirements.txt.

Data

The datasets are automatically downloaded when the test script is called. The datasets will be stored in data/ directory.

Demo

We provide a demo model in the models directory, which can be used to evaluate the results for CPD task.

python run_test.py ./models/cpd_model_sample.pt cpd

Acknowledgements

The following packages/libraries are adapted/communicated with in the codebase of GBPNet:

We thank their authors for providing the codebase.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages