Skip to content

Releases: gnina/gnina

v1.1

18 Dec 19:52
Compare
Choose a tag to compare

Implementation of easy covalent docking. Can specify SMARTs pattern for ligand atom and chain:resid:atomname for the receptor atom and docking will only explore conformations where these atoms form a covalent bond. OpenBabel bonding heuristics are used to determine the initial atom placement, but can be overridden by explicitly specifying ligand coordinates. The geometry of the covalent complex can be optional optimized with UFF.

Various bug fixes and updates to the build system.

v1.0.3

10 Feb 13:59
Compare
Choose a tag to compare

Minor bug fixes and general bit rot avoidance maintenance.

v1.0.2

21 Jun 14:04
Compare
Choose a tag to compare

Update build system; support cudnn8

v1.0.1

23 Mar 16:22
Compare
Choose a tag to compare

Build compatibility improvements. Fix bug with --cnn_scoring=all where GPU wasn't being used.

v1.0

14 Jan 19:56
6381355
Compare
Choose a tag to compare

The GNINA 1.0 Release. Includes support for CNN scoring throughout the docking pipeline, a default ensemble of CNNs that significantly outperforms Vina at scoring, convenient flexible docking, and support for custom empirical and CNN scoring functions.

The provided binary includes almost all dependencies in the most compatible manner possible. It is intended for evaluation only, not production use, as the focus on compatibility results in a reduction in performance. To use GPU acceleration, your CUDA driver must be >= 410.48.

Docker images are available at https://hub.docker.com/u/gnina

v1.0-rc.1

30 Dec 17:18
b83b262
Compare
Choose a tag to compare
v1.0-rc.1 Pre-release
Pre-release

Initial candidate for 1.0 release.