Skip to content

Microservice that converts SMILES codes to structure SVGs

Notifications You must be signed in to change notification settings

BioCatHub/bch_smiles-to-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BioCatHub Mol Structure

Microservice that converts SMILES codes to structure SVGs.

Installation

Running the server

  • python3 main.py

Access a structure SVG

  • Call /<YOUR SMILES CODE>
  • Examples:
    • http://127.0.0.1:5000/C1=CC(=C[N+](=C1)C2C(C(C(O2)COP(=O)([O-])OP(=O)(O)OCC3C(C(C(O3)N4C=NC5=C(N=CN=C54)N)O)O)O)O)C(=O)N
    • http://127.0.0.1:5000/c1ccccc1

About

Microservice that converts SMILES codes to structure SVGs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages