TABLE OF CONTENTS
::pwtk::smi2svg
SYNOPSIS
proc ::pwtk::smi2svg {args} {
USAGE
smi2image ?-d? SMILES ?OUTPUT_SVG?
PURPOSE
Create a SVG image of molecular skeletal structure from the SMILES specs.
OPTION
- -d --- display the generated image (viewer is executed in the background)
ARGUMENTS
- SMILES --- molecular SMILES specs
- OUTPUT_SVG --- (optional) name of the generated SVG image file
RETURN VALUE
The filename of the generated SVG image.
SOURCE
set type svg return [::pwtk::smi2image_] }