logo
Browse Source

Add rdkit-pypi package

Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
main
shiyu22 2 years ago
parent
commit
d091847d4b
  1. 7
      README.md
  2. 1
      requirements.txt

7
README.md

@ -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:*

1
requirements.txt

@ -0,0 +1 @@
rdkit-pypi
Loading…
Cancel
Save