Skip to content

ncats/molwitch

Repository files navigation

Build Status

Which Internal Toolkit for CHemicals

MolWitch

MolWitch is a Bridge Pattern wrapper around various Cheminformatics Toolkits so that users can change the underlying toolkit at runtime without changing any client code.

Available on Maven Central

Usually, one needs to add multiple dependencies for both molwitch as well as the underlying toolkit: This adds the API.

<dependency>
  <groupId>gov.nih.ncats</groupId>
  <artifactId>molwitch</artifactId>
  <version>0.6.1</version>
</dependency>

There also needs to be a molwitch implementation

To add molwitch-CDK :

<dependency>
        <groupId>gov.nih.ncats</groupId>
        <artifactId>molwitch-cdk</artifactId>
        <version>1.0.8</version>
</dependency>

License

This project is Open Sourced under the Apache 2.0 However the underlying molwitch implementations may use different licences depending on the license of the underlying toolkit.

About

No description or website provided.

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages