Collections:
"babel ... -o svg -xd -xP300" Bug - Option -d takes a parameter
Why "babel ... -o svg -xd -xP300" command is giving the "Option -d takes a parameter" error in Open Babel 2.4?
✍: FYIcenter.com
It seems to be another code bug in the "babel" command in Open Babel 2.4 release.
"-xd" option for "svg" output format should not require any parameters according the help document: "d - do not display molecule name."
If you use "-xd" option and follow by another option, the "babel -o svg" command will gives you an error.
fyicenter$ obabel -:CCCCCCC -O carbon-chain.sdf --gen2D 1 molecule converted fyicenter$ babel carbon-chain.sdf carbon-chain.svg -xd -xP300 Option -d takes a parameter
The workaround is to put the "-xd" option at the end of the command line as shown below:
fyicenter$ babel carbon-chain.sdf carbon-chain.svg -xP300 -xd 1 molecule converted 20 audit log messages
However, the "obabel -o svg -xd -xP300" works perfectly in Open Babel 2.4 release.
fyicenter$ obabel -:CCCCCC -o svg -O carbon-chain.svg -xd -xP300 1 molecule converted
So we should use "obabel" instead of "babel", since "babel" is deprecated now and will be removed in a future release.
⇒ "-o svg -xd -d" Bug in Open Babel 3.1.1
⇐ "babel ... -o svg -xP300" Bug - width="px" height="px"
2020-07-15, 1317🔥, 0💬
Popular Posts:
Molecule Summary: ID: FYI-1001430 SMILES: FC(F)(F)OC1=CC(=CC(Br)=C 1)C(=O)N[C@@H](C)C2N(N=C N=2)C3C=C(...
Molecule Summary: ID: FYI-1004476 Names: InChIKey: NWSWVIKHALGAER-UHFFFAOYS A-NSMILES: C=C3C(=O)OC4C...
Molecule Summary: ID: FYI-1001887 SMILES: CC1=C(C(=CC2=CC3=C(C(=C1 2)O)C(=O)C4(C(=O)C=C(C(C 4(C3=O)O)O...
Molecule Summary: ID: FYI-1003840 Names: InChIKey: LKCTWIIDXXXXAR-UHFFFAOYS A-NSMILES: C/C(C)=C\\CCC...
Molecule Summary: ID: FYI-1002959 Names: InChIKey: KEKAQVJXZANGIK-UHFFFAOYS A-NSMILES: CCCCCCCCCCCCC...