Skip to content

alexarnimueller/cats-descriptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cats

Python implementation of the CATS molecular descriptor.

Installation

pip install -r requirements.txt

Usage

You can either import the function cats_descriptor from cats.py or directly call cats.py on a text file containing molecule IDs and SMILES strings. See mols.txtfor an example.

Using cats_descriptor in Python:

from cats import cats_descriptor

d = cats_descriptor(my_molecule_list)

Or directly from the command line:

python cats.py mols.txt

To get descriptions for all possible options, run:

python cats.py --help

About

Python implementation of the CATS molecular descriptor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages