Collections:
"babel" Command Option Argument Syntax
How to write "babel" command option argument properly? What's the difference between "-isdf" and "-i sdf"?
✍: FYIcenter.com
There is no difference between "-isdf" and "-i sdf".
Both are valid "babel" option "-i" with an argument of "sdf".
If a "babel" command option takes an argument, you can specify the argument in two ways:
If an option argument contains special characters, you should place it in double quotes or single quotes to protect it. Here are some examples:
fyicenter$ babel tyrosine.sdf -o smiles -s c(C)c
-bash: syntax error near unexpected token `('
fyicenter$ # using double quotes to protect ()
fyicenter$ babel tyrosine.sdf -o smiles -s "c(C)c"
c1cc(ccc1CC(C(=O)O)N)O
1 molecule converted
43 audit log messages
fyicenter$ # using single quotes to protect ()
fyicenter$ babel tyrosine.sdf -o smiles -s 'c(C)c'
c1cc(ccc1CC(C(=O)O)N)O
1 molecule converted
43 audit log messages
fyicenter$ # putting option flag and argument together
fyicenter$ babel tyrosine.sdf -o smiles "-sc(C)c"
c1cc(ccc1CC(C(=O)O)N)O
1 molecule converted
43 audit log messages
fyicenter$ # putting option flag and argument together
fyicenter$ babel tyrosine.sdf -o smiles "-s c(C)c"
c1cc(ccc1CC(C(=O)O)N)O
1 molecule converted
43 audit log messages
fyicenter$ # using double quotes to protect ' and space
fyicenter$ babel tyrosine.sdf -o smiles --title "John's molecule"
c1cc(ccc1CC(C(=O)O)N)O John's molecule
1 molecule converted
43 audit log messages
⇒ "babel ... -f # -l #" - Split Large Molecule File
⇐ "babel -... --..." Command - Generic Conversion Options
2020-12-26, 1763🔥, 0💬
Popular Posts:
Molecule Summary: ID: FYI-1000353 SMILES: Cc1cn(c(=O)[nH]c1=O)[C@H ]2C[C@H]([C@@H](O2)CO)OReceived a...
Molecule Summary: ID: FYI-1002246 Names: InChIKey: XGGAAEOHUTWLTC-QZYMEUQES A-LSMILES: Cc1ccccc1/N=C...
Molecule Summary: ID: FYI-1003088 Names: InChIKey: BWLSLIJZWMSHLG-VQHVLOKHS A-NSMILES: CC(OC(=O)/C=C...
Molecule Summary: ID: FYI-1001914 SMILES: S[C@@H](C(N[C@H]1C(N2[C@ @H](CCC[C@H]2SCC1)C(OC)= O)=O)=O)CC...
Molecule Summary: ID: FYI-1003351 Names: InChIKey: CKINDLZJROPWFQ-UHFFFAOYS A-NSMILES: CC(C)(C)c3ccc...