Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-22 00:22:43 +00:00
parent 9017f8acda
commit 716a67f83d
236 changed files with 290 additions and 289 deletions

View File

@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
> Translate chemistry-related data.
> More information: <https://open-babel.readthedocs.io/en/latest/Command-line_tools/babel.html>.
- Convert a .mol file to XYZ coordinates:
- Convert a `.mol` file to XYZ coordinates:
`obabel {{path/to/file.mol}} -O {{path/to/output_file.xyz}}`
@@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git
`obabel -:"{{SMILES}}" -O {{path/to/output_file.png}} -xp 500`
- Convert a file of SMILES string to separate 3D .mol files:
- Convert a file of SMILES string to separate 3D `.mol` files:
`obabel {{path/to/file.smi}} -O {{path/to/output_file.mol}} --gen3D -m`