Collections:
"babel ... -f # -l #" - Split Large Molecule File
How to split a file with a large number of molecules?
✍: FYIcenter.com
You can split a file with a large number of molecules into smaller files
by extracting a chunk of molecules to the output
using the "-f #" and "-l #" options.
The "-f #" option specifies the index of the first molecule to be extracted.
The "-l #" option specifies the index of the last molecule to be extracted.
For example, the following "babel" command extract 100 molecules from a large file starting at molecule # 101.
fyicenter$ babel molecules.sdf molecules-chunk.sdf -f 101 -l 200 100 molecules converted 1972 audit log messages
For example, the following "babel" command extract the first molecule from a large file:
fyicenter$ babel molecules.sdf molecule-first.sdf -f 1 -l 1 1 molecule converted 20 audit log messages
⇒ "babel -h" Command - Add Hydrogens to Molecule Data
⇐ "babel" Command Option Argument Syntax
2020-09-30, 2872🔥, 0💬
Popular Posts:
Molecule Summary: ID: FYI-1001078 SMILES: CC(=O)C1=CC=C(OC2CCCCO2) C=C1Received at FYIcenter.com on:...
Molecule Summary: ID: FYI-1005115 Names: InChIKey: FERHXYDKUSCKHE-RBUKOAKNS A-NSMILES: CCCCCC[C@H]1C...
Molecule Summary: ID: FYI-1004324 Names: InChIKey: XGRUQQAYGREQJS-UHFFFAOYS A-NSMILES: CCC(O)N(C)N R...
Molecule Summary: ID: FYI-1003025 Names: InChIKey: LPCCTSWWPFODJQ-FNORWQNLS A-NSMILES: CC(C)(C)c1cc(...
Molecule Summary: ID: FYI-1000281 SMILES: COC(=O)OC1CN1[C@H](C(=O) OCc1ccccc1)C(C)CReceived at FYIce...