Skip to content

Releases: NVIDIA/cheminformatics

Upgrade RAPIDS

17 Sep 18:32
Compare
Choose a tag to compare
  • Upgrade to RAPIDS 21.08
  • Bug Fix
  • Hightlight Molecule of interest when the input size is one
  • Fix docker image version to ensure latest image is downloaded

Build without access to NGC

20 Aug 17:50
Compare
Choose a tag to compare

This release include some bug fixed and user feedback:

  • UI Change
  • Ability to build images without access to NGC.

Introducing MegaMolBART for Generative Chemistry

27 Jul 23:49
Compare
Choose a tag to compare

New features in this release include:

  • The initial release of MegaMolBART, a transformer seq2seq model based on the BART architecture and co-developed with AstraZeneca
  • A new gRPC web-service to perform inference using MegaMolBART for de novo similarity sampling
  • Addition of docker-compose to allow orchestration of multiple containers in the application
  • Upgrade to latest version of RDKit

Molecule Generation Pipelines

28 Apr 20:34
Compare
Choose a tag to compare

New features in this release include:

  • In-the-loop deep generative model enabling real-time interactive molecular generation
  • Interpolation molecular generation pipeline enabling de novo transformation between two user-selected molecules
  • Neighborhood molecular generation pipeline enabling de novo similarity sampling for one user-selected molecule
  • New hybrid clustering workflow that uses best of Single and Multi-GPU behavior
  • Ability to color the clustered molecules based on molecular properties
  • Designate and track molecules of interest during the analysis
  • Export generated molecules in SDF format

Software Upgrade:

  • RAPIDS 0.17

Initial release

30 Mar 19:27
66ef60b
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Features includes:

  • Cluster molecules loaded from ChEMBL database using Morgan Fingerprints generated from SMILES
  • Dimensionality reduction is done using PCA and UMAP and Clustering is done using K-Means
  • A UI tool for selection of molecules or clusters for re-clustering
  • Table visualization of selected molecules

Software:

  • Rapids 0.15
  • Dash
  • Plotly