Browse Source
Add rdkit-pypi package
Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
main
2 changed files with
1 additions and
7 deletions
-
README.md
-
requirements.txt
|
|
@ -18,13 +18,6 @@ This operator uses [RDKit](https://www.rdkit.org/docs/index.html) to generate th |
|
|
|
|
|
|
|
## Code Example |
|
|
|
|
|
|
|
> Before running the following code, you need to install rdkit, refer to https://www.rdkit.org/docs/Install.html. |
|
|
|
> |
|
|
|
> ``` |
|
|
|
> # install rdkit with conda |
|
|
|
> $ conda install -c conda-forge rdkit |
|
|
|
> ``` |
|
|
|
|
|
|
|
An example that use the Morgan algorithm to generate a fingerprint of the molecular formula 'Cc1ccc(cc1)S(=O)(=O)N'. |
|
|
|
|
|
|
|
*Write the pipeline in simplified style:* |
|
|
|