Collections:
"babel" Command - Use "-o ..." as Output Delimiter
How to use "-o ..." flag as a delimiter to separate output file from input files in a "babel" command?
✍: FYIcenter.com
The "-o ..." flag is optional, since "babel" command can implicitly
determine the output data format from the file extension of output file name.
However, it is important to use the "-o ..." flag as a delimiter to separate output file from input files. For example, following "babel" commands show you how "-o ..." can be used to write good "babel" command lines:
# good command line: all.sdf, delimited by "-o ...", is the output babel mol-20001.sdf mol-20002.sdf mol-20003.sdf -o sdf all.sdf # poor command line: all.sdf, the last one in the list, is the output babel mol-20001.sdf mol-20002.sdf mol-20003.sdf all.sdf # good command line: "stdout", delimited by "-o ...", is the output babel mol-20001.sdf mol-20002.sdf mol-20003.sdf -o sdf # bad command line: mol-20003.sdf is the output, original data is replaced babel mol-20001.sdf mol-20002.sdf mol-20003.sdf
⇒ "babel" Command - From STDIN To STDOUT
⇐ "babel" Command - Output Data Destination and Format
2021-07-19, 1658🔥, 0💬
Popular Posts:
Molecule Summary: ID: FYI-1003807 Names: InChIKey: CAZBLAPEPPHNTJ-UHFFFAOYS A-NSMILES: C1OCOCOCOCOCO...
Molecule Summary: ID: FYI-1000190 SMILES: Cc1cc(C)n2nc(C(=O)N/N=C/ c3ccc4c(c3)OCO4)nc2n1Received at ...
Molecule Summary: ID: FYI-1000217 SMILES: C1[C@@H]2CC[C@@H]3[C@]([ C@H]1O)(C2)CC[C@H]1[C@@] 3(C)CCC[C@...
Molecule Summary: ID: FYI-1001101 SMILES: CCOP(=O)(C)SCCN(C(C)C)C( C)CReceived at FYIcenter.com on: ...
Molecule Summary: ID: FYI-1003062 Names: InChIKey: HBBYHWBHOSUCNV-UHFFFAOYS A-NSMILES: OCCNc3cnn2c(c...