/virtual-screening

Virtual screening tools and Squonk2 jobs

Primary LanguagePythonApache License 2.0Apache-2.0

Virtual screening tools

build publish-stable publish-latest

GitHub tag (latest SemVer)

This repo contains a set of tools for running virtual screening operations. The tools can be used standalone, but many are also packaged up as Squonk2 jobs.

More information can be found in the following docs:

These tools are available under the Apache2.0 license.

Building

The image builds are accomplished using GitHib workflows in this repository.

The rdkit-base image on which a number of the other images depend on is built manually and pushed to docker hub when the RDKit release needs to be updated. At the moment we push the image informaticsmatters/rdkit-base:latest, and this is controlled by the dockerfile Dockerfile-rdkit-base.

The other images are built automatically by the GitHub workflows, where: -

  • Every change to the main branch results in a series of :stable images
  • Every change to the staging branch results in a series of :latest images