Centres

Perception and labelling of stereogenic centres in chemical structures

View the Project on GitHub johnmay/centres

Centres is an open source Java library for that allows perception and labelling of stereogenic centres in chemical structures.

Functionality

Artefacts

The easiest way to use the library is with a dependency manager (Maven, Gradle or Ivy). There are currently two artefacts of the centres library. The artefacts are currently located in the EBI repository http://www.ebi.ac.uk/~maven/m2repo/ and http://www.ebi.ac.uk/~maven/m2repo_snapshots. The core (centres-core) module provides the interfaces and basic implementations of graphs/ligands and sorters. The priority (centres-priority) module provides implementations of the priority rules for ranking ligands.

Maven

<dependency>
    <artifactId>centres-core</artifactId>
    <groupId>uk.ac.ebi.centres</groupId>
    <version>0.1-SNAPSHOT</version>
</dependency>
<dependency>
    <artifactId>centres-priority</artifactId>
    <groupId>uk.ac.ebi.centres</groupId>
    <version>0.1-SNAPSHOT</version>
</dependency>

Documentation

License

Lesser General Public License 3.0

Authors

John May

References