8000 GitHub - pabbathreddya2/molwitch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pabbathreddya2/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</versi
5566
on>
</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, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0