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
- Host: GitHub
- URL: https://github.com/mcs07/docker-opsin-ws
- Owner: mcs07
- License: mit
- Created: 2018-07-23T21:54:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T21:57:36.000Z (almost 8 years ago)
- Last Synced: 2025-05-20T22:22:06.907Z (about 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/mcs07/opsin-ws/
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .