table of contents
| SDF-TO-SMI(1) | User Commands | SDF-TO-SMI(1) |
NAME¶
sdf-to-smi - convert SDF to SMILES
DESCRIPTION¶
USAGE
- sdf-to-smi [<args>] [<files>]
DESCRIPTION
- sdf-to-smi converts SDF files into SMILES.
OPTIONS
- --convert-type-8-bonds-to-covalent
- convert all type 8 bonds to single covalent bonds
- --no-adjust-charges
- do not adjust atom charges when converting type 8 bonds
- --no-estimate-attached-hydrogens
- do not estimate the number of attached hydrogens
- --ignore-flat-tetrahedra
- when considering tetrahedral chiral centers, ignore flat tetrahedra (based on volume threshold) [default]
- --require-tetrahedral-angles
- when considering tetrahedral chiral centers, ignore tetrahedra with average bond angle far from 109.5 degrees
- --planarity-threshold NUM
- planarity volume threshold in cubic angstroms; tetrahedra with chiral volume less or equal to the given one will be understood as flat [default: 1e-06]
- --normalise-vectors
- normalise vectors used for chiral volume calculation
- --aromatisation-method STR
- Method used to mark aromatic atoms and bonds. Supported methods: 'Huckel': marks flat rings as aromatic after ensuring they follow H??ckel's rule as implemented in Chemistry::Ring. 'electron-cycles': marks flat rings as aromatic following Richard L. Apodaca's electron cycle-based approach (slow for large conjugated systems). 'external-list': uses aromaticity defined using --aromatic-atoms or --aromatic-bonds options.
- --aromatic-atoms STR
- comma-separated list of 1-based aromatic atom numbers to be consulted during aromaticity detection. Implies --aromatisation-method 'external-list'.
- --aromatic-bonds STR
- comma-separated list of bonds, expressed as dash-separated pairs of 1-based aromatic atom numbers. The list is consulted during aromaticity detection. Implies --aromatisation-method 'external-list'.
- --mark-square-planar-centers
- mark chirality in square planar centers
- --no-generate-racemates
- do not attempt to fully represent racemates in non-Sohncke space groups
- --remove-excess-stereochemistry
- remove excess stereochemistry settings (experimental)
- --help
- print usage message and exit
| February 2026 | sdf-to-smi 0.4.0+dfsg |