Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 630 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 630 Bytes

GoInChI

GoInChI is an ultra light-weight HTTP GET client that facilitates various format conversions both "to and from" InChI and InChIKey.

How to use:

Execute the following commands to build the project locally. After building the project GoInChI.jar can be found in the dist folder. Use the .jar file wherever required. It is also convenient to use the source files directly in your project.

  1. git clone https://github.com/vishalkpp/GoInChI.git
  2. cd GoInChI/
  3. ant
Acknowledgment:

GoInChI, shamelessly relies on the ChemSpider's InChI Webservice.