Collections:
"babel ... -o svg -xS" - Ball/Stick Depiction in SVG
How to generate a ball and stick depiction of a molecule in SVG with the "babel" command?
✍: FYIcenter.com
If you want to a ball and stick depiction of a molecule in SVG format,
you can use the "-o svg -xS" option with the "babel" command.
For example, the following command generate a ball and stick depiction of of the tyrosine molecule in SVG format:
fyicenter$ obabel "-:c1cc(ccc1CC(C(=O)O)N)O" -O tyrosine-ball-stick.svg -xS 1 molecule converted
As a comparison, running the following command generates a normal skeleton depiction of of the same molecule in SVG format:
fyicenter$ obabel "-:c1cc(ccc1CC(C(=O)O)N)O" -O tyrosine-skeleton.svg 1 molecule converted
Open both output files, tyrosine-skeleton.svg and tyrosine-ball-stick.svg, in a Web browser, you see the differences:
Note that "-xS" option was added in Open Babel 2.4 for SVG format.
⇒ "babel ... -o svg -xX" - Hide Implicit H in SVG
⇐ "babel ... -o svg -xi" - Show Atom Indices in SVG
2020-07-15, 650👍, 0💬
Popular Posts:
What Is "babel" Command? How to get command line help for Open Babel? "babel" Command is the command...
What Is "obgen" command? How to use it to Generate Molecule 3D Structures? "obgen" command is a comm...
What is cactus.nci.nih.gov/trans lateSDF translator? pubcactus.nci.nih.gov/tr anslateSDF translator ...
How to migrate my old JME Applet Web pages to use JSME JavaScript? If you have old Web pages that us...
Molecule Summary: ID: FYI-1000215 SMILES: C(CC[C@@H](C(=O)O)NC(=O) C1=CC=C(NCC2=CN=C3N=C(N) NC(=O)C3=N...