An open API service indexing awesome lists of open source software.

https://github.com/mcs07/docker-opsin-ws

Docker image for the OPSIN web service
https://github.com/mcs07/docker-opsin-ws

Last synced: 4 months ago
JSON representation

Docker image for the OPSIN web service

Awesome Lists containing this project

README

          

# OPSIN-ws Docker Image

This is a Docker image for the [OPSIN-ws](https://bitbucket.org/dan2097/opsin-ws) web service by Daniel Lowe.

[OPSIN](https://opsin.ch.cam.ac.uk/index.html) (Open Parser for Systematic IUPAC nomenclature) is a tool for interpreting systematic chemical names and converting them to various structure formats.

## Usage

docker run --rm -p 8080:8080 mcs07/opsin-ws

The web interface will be available at .

Use a file extension to get a specific format. For example:

-
-
-

Alternatively you can use content negotiation by supplying a MIME type via the Accept HTTP header. Full instructions at .