Skip to content

Releases: gregory-kyro/HAC-Net

HAC-Net v1.4.3

04 May 15:19
7f2317d
Compare
Choose a tag to compare
  • minor bug fixes

HAC-Net v1.4.2

02 May 17:53
d536ee8
Compare
Choose a tag to compare
  • Source code for updated version of HACNet Python package
  • Includes function to predict pKd for a single protein-ligand complex from protein (PDB) and ligand (MOL2) files alone
  • Tutorial notebook and demo video are linked in README
  • In order to create a function to perform the entire HAC-Net prediction pipeline that is user-friendly and does not require any external programs, we introduce a few subtle discrepancies related to preprocessing the input files, although the original function is still available in HACNet/functions.py

HAC-Net v1.3.0

05 Jan 17:48
1a3c5be
Compare
Choose a tag to compare
  • optimized source code for HACNet Python package

HAC-Net v1.2.0

29 Dec 21:32
352f9be
Compare
Choose a tag to compare
  • tutorial notebooks demonstrating training and testing procedures
  • link to all parameter files and train-test files
  • lists of PDB IDs associated with each train-test split
  • low-level cleaning of source code

HAC-Net v1.1.0

22 Nov 22:19
28113d4
Compare
Choose a tag to compare
  • Source code is optimized for speed, further commented, and organized in a simpler and more generalizable way
  • 3D-CNN model contains a helper module for reshaping tensors
  • GCN model code is much more straightforward
  • test function can be applied to model subcomponents or hybrid model