Collections:
"babel" Command - From STDIN To STDOUT
Can I use "babel" to convert chemical data from "stdin" to "stdout" without input and output files?
✍: FYIcenter.com
Yes, you can use "babel" to convert chemical data from "stdin" to "stdout"
without input and output files. Just use "-i ..." and "-o" flags
to specify input data format and output data format.
For example, the following "babel" command converts a SMILES string to a molecule SDF file from "stdin", the keyboard, to "stdout", the screen:
fyicenter$ babel -i smiles -o sdf --gen3D c1ccccc1 <Ctrl-D> OpenBabel05212009473D 12 12 0 0 0 0 0 0 0 0999 V2000 -0.7600 1.1690 -0.0017 C 0 0 0 0 0 0 0 0 0 0 0 0 0.6329 1.2445 -0.0006 C 0 0 0 0 0 0 0 0 0 0 0 0 1.3950 0.0760 0.0011 C 0 0 0 0 0 0 0 0 0 0 0 0 0.7644 -1.1682 0.0017 C 0 0 0 0 0 0 0 0 0 0 0 0 -0.6284 -1.2439 0.0006 C 0 0 0 0 0 0 0 0 0 0 0 0 -1.3905 -0.0753 -0.0011 C 0 0 0 0 0 0 0 0 0 0 0 0 -1.3538 2.0793 -0.0031 H 0 0 0 0 0 0 0 0 0 0 0 0 1.1245 2.2136 -0.0011 H 0 0 0 0 0 0 0 0 0 0 0 0 2.4802 0.1351 0.0020 H 0 0 0 0 0 0 0 0 0 0 0 0 1.3581 -2.0784 0.0031 H 0 0 0 0 0 0 0 0 0 0 0 0 -1.1199 -2.2130 0.0011 H 0 0 0 0 0 0 0 0 0 0 0 0 -2.4757 -0.1346 -0.0020 H 0 0 0 0 0 0 0 0 0 0 0 0 1 6 1 0 0 0 0 1 2 2 0 0 0 0 1 7 1 0 0 0 0 2 3 1 0 0 0 0 2 8 1 0 0 0 0 3 4 2 0 0 0 0 3 9 1 0 0 0 0 4 5 1 0 0 0 0 4 10 1 0 0 0 0 5 6 2 0 0 0 0 5 11 1 0 0 0 0 6 12 1 0 0 0 0 M END $$$$ 1 molecule converted 79 audit log messages
⇒ "babel -... --..." Command - Generic Conversion Options
⇐ "babel" Command - Use "-o ..." as Output Delimiter
2021-07-19, 561👍, 0💬
Popular Posts:
Where to find tutorials on molecule visualization software PyMol? I want to know how to use PyMol. H...
Molecule Summary: ID: FYI-1000280 SMILES: C(CF)CF Received at FYIcenter.com on: 2021-03-03
What is JSME Molecule Editor at FYIcenter.com? FYIcenter.com maintains a version of JSME Molecule Ed...
Molecule Summary: ID: FYI-1000173 SMILES: CC(C)N(C)C(=O)c2ccc(C#CC Cc1ccc(Cl)cc1)cc2Received at FYIc...
Why am I getting no results with "babel -i fs ... -s query_file" command? It should perform a substr...