Collections:
"babel -x..." Command - Extra Output Writing Options
How to pass extra options for "babel" to write output data of a specific format?
✍: FYIcenter.com
If you want to pass extra options for "babel" to write output data of a specific format,
you need to use one or more "-x..." options in the "babel" command line
as shown in the following syntax:
babel input_section output_section [-xA...] [-xB...] ... # "A..." and "B..." are extra options for writing output data.
For example, when "babel" is writing output data in "svg" format, it supports an option called "t", which tells "babel" to write thicker lines for bonds. To specify this "t" option for writing data, you can enter it as "-xt" in the command line as shown below:
fyicenter$ babel molecule.sdf molecule.svg -xt 1 molecule converted 29 audit log messages
If you view "molecule.svg" in a Web browser, bonds will be dislayed in thicker lines.
⇒ "babel" vs. "obabel" Commands
⇐ "babel -a..." Command - Extra Input Reading Options
2020-07-15, 693👍, 0💬
Popular Posts:
Molecule Summary: ID: FYI-1000276 SMILES: CC[C@H](C)O Received at FYIcenter.com on: 2021-03-02
Molecule Summary: ID: FYI-1000264 SMILES: COc1cc2c(CC3C4CCCCC24CCN 3CCc2ccccc2)cc1Received at FYIcen...
How to download and install PyMol Incentive edition on macOS? Downloading and installing PyMol Incen...
Where to find tutorials in understanding what is PyMol and how to install it? Here is a list of tuto...
How to use Wildcard Bond in a substructure search using "babel" commands? You can use "~" in a SMART...