mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 18:51:27 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user