Crates.io | rdk |
lib.rs | rdk |
version | 0.1.1 |
source | src |
created_at | 2023-04-12 01:54:20.784603 |
updated_at | 2023-04-12 01:54:20.784603 |
description | Rust wrappers for the RDKit C++ front-end |
homepage | https://jcathalina.github.io/ |
repository | https://github.com/jcathalina/rdk-rs |
max_upload_size | |
id | 836497 |
size | 44,953 |
rdk-rs looks for dynamically linked (.so) files in the $CONDA_PREFIX/lib/
directory within the conda installation of RDKit. To get up and running, simply run the following commands:
rdkit-env
to whatever you want.mamba create -c conda-forge python=3.8 -n rdkit-env
conda activate rdkit-env
conda install -c conda-forge rdkit
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib/
NOTE: The conda environment containing the RDKit installation must be active for $CONDA_PREFIX to contain the right path.