Skip to content

ardejani/CATS2D

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CATS2D: CATS2D descriptor generator with RDKit

rdkit_cats2d

Requirements

  • RDKit
  • Numpy

Install CATS2D

git clone https://github.com/iwatobipen/CATS2D.git
cd CATS2D
pip install -e .

Usage

from rdkit import Chem
from cats2d.rd_cats2d import CATS2D
cats = CATS2D()
mol = Chem.MolFromSmiles('COCC')
cats.getCATs2D(mol)         

About

rdkit_cats2d

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 76.2%
  • Python 23.8%