Skip to content

Commit

Permalink
Explain what the code example is doing.
Browse files Browse the repository at this point in the history
As suggested in #11
  • Loading branch information
egonw authored Dec 22, 2020
1 parent 62b00d8 commit a4153d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ mvn clean install -Dgpg.skip
# Usage

It can be used in [Groovy](https://en.wikipedia.org/wiki/Apache_Groovy) by including the
Bacting managers you need:
Bacting managers you need. The following example tells Groovy to download the `CDKManager`
and instantiate it for the given workspace location (as it if was running in Bioclipse
itself), and then converts a [SMILES](https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system)
string to a Bioclipse `IMolecule` data object:

```groovy
@Grab(group='io.github.egonw.bacting', module='managers-cdk', version='0.0.13')
Expand Down

0 comments on commit a4153d0

Please sign in to comment.