AMBIT source code
There are two top level Maven projects, AMBIT modules and AMBIT applications, consisting of several sub-modules.
The first (AMBIT modules) is used to organize and build libraries, while the second (AMBIT applications) uses these modules as dependencies to build the end user applications and web services.
AMBIT is implemented in Java, uses a MySQL database as backend, and relies on The Chemistry Development Kit for cheminformatics functionality.
The source code is available in a Subversion repository at the SourceForge site.
AMBIT Modules
/ambit2-all (source code at Sourceforge.net SVN)
AMBIT Applications
/ambit2-all/ambit2-apps (source code at Sourceforge.net SVN)
Toxtree dependencies
The Toxtree source code uses some of the AMBIT modules (ambit2-all) as dependencies.
Toxtree code itself is a dependency of the AMBIT applications, such as AMBIT REST web services.
AMBIT modules license
Maven artifacts
Release
<dependency> <groupId>ambit</groupId> <artifactId>ambit2-*</artifactId> <version>2.7.2</version> </dependency>
<repository> <id>ambit-releases</id> <url>https://nexus.ideaconsult.net/content/repositories/releases</url> </repository>
Snapshots
<dependency> <groupId>ambit</groupId> <artifactId>ambit2-*</artifactId> <version>2.7.3-SNAPSHOT</version> </dependency>
<repository> <id>ambit-releases</id> <url>https://nexus.ideaconsult.net/content/repositories/snapshots</url> </repository>
How to use:
- Example: tautomers
- Examples how to use ambit2-tautomer package
- Example: SMIRKS
- Examples how to use AMBIT SMIRKS implementation
- Example: applicability domain
- Examples how to use applicability domain methods in AMBIT