Skip to content

Commit

Permalink
updated version and slightly improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
dkatzel-ncats committed Oct 5, 2020
1 parent a50825f commit bf0ed81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
**W**hich **I**nternal **T**oolkit for **CH**emicals

MolWitch is a Bridge Pattern wrapper around various cheminformatics toolkit
# 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.

For example using Chemaxon's Jchem if someone has a license but allow others
without to use the open source CDK.

#Available on Maven Central
## Available on Maven Central
Usually, one needs to add 2 dependencies:
This adds the API.
```
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch</artifactId>
<version>0.5.8</version>
<version>0.6.0</version>
</dependency>
```

Expand All @@ -25,6 +23,6 @@ To add CDK:
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch-cdk</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>

<name>ncats-molwitch</name>

Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>ncats-common</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit bf0ed81

Please sign in to comment.