For chained workflows built on RDKit
Project description
Rdworks - routine tasks made easy
Rdworks is designed to perform routine cheminformatics tasks easily. It is built on RDKit and other tools.
Install
$ pip install rdworks
Getting started
from rdworks import Mol
version = rdworks.__version__
mol = Mol('CC(=O)Nc1ccc(O)cc1', 'acetaminophen')
mol = mol.make_confs(n=5)
mol.to_sdf('acetaminophen.sdf')
torsion_dict = mol.torsion_atoms()
# torsion_dict = {0: (5,4,3,1)}
mol = mol.torsion_energies(calculator='MMFF94', simplify=True)
mol.plot_torsion_energies(0, figsize=(6,4))
mol.to_png(300, 300, atom_index=True, highlight_atoms=torsion_dict.get(0))
serialized = mol.serialize(compress=True)
mol2 = Mol().deserialize(serialized, compress=True)
mol3 = mol.copy()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rdworks-0.71.3.tar.gz
(206.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
rdworks-0.71.3-py3-none-any.whl
(215.5 kB
view details)
File details
Details for the file rdworks-0.71.3.tar.gz.
File metadata
- Download URL: rdworks-0.71.3.tar.gz
- Upload date:
- Size: 206.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f363501683ec23d0b202a534435336ffea18f84d64816a331b08d3e754b0b7f
|
|
| MD5 |
882ebc49f5ecde3381d34f2134a9be9b
|
|
| BLAKE2b-256 |
472a0a638625e6d11c8600d9596337b9557f9db721e075b4210b7ff20471b4ce
|
File details
Details for the file rdworks-0.71.3-py3-none-any.whl.
File metadata
- Download URL: rdworks-0.71.3-py3-none-any.whl
- Upload date:
- Size: 215.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16e554feb4b0734508c59e368a985c0306aa13b110b43c7b37d45047eada7515
|
|
| MD5 |
858d70ea97feebe868df90917767bfd8
|
|
| BLAKE2b-256 |
f36c53c4235ac74b5a2998c6b842aa92acf687011ea16196dcbdbc9c5555e0fa
|