This is an example project that uses the CDK from Scala. The project uses SBT
to compile and will automatically fetch the CDK dependency. A selection of tasks
from the Chemical Toolkit Rosetta Wiki are included and can be run via sbt
from the command line.
Run: $ sbt 'run-main ctr.CanSmi'
Src: ctr.CanSmi.scala
Run: $ sbt 'run-main ctr.CircuitRank'
Src: ctr.CircuitRank.scala
Run: $ sbt 'run-main ctr.MolWeight'
Src: ctr.MolWeight.scala
Run: $ sbt 'run-main ctr.SmaMatch'
Src: ctr.SmaMatch.scala
Run: $ sbt 'run-main ctr.GraphDiameter'
Src: ctr.GraphDiameter.scala