Skip to content

BioinformaticsArchive/oddt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Drug Discovery Toolkit

Open Drug Discovery Toolkit (ODDT) is modular and comprehensive toolkit for use in cheminformatics, molecular modeling etc. ODDT is written in Python, and make extensive use of Numpy/Scipy

Documentation Status Latest Version Downloads

Documentation, Discussion and Contribution:

Requrements

  • Python 2.7.X
  • OpenBabel (2.3.2+) or/and RDKit (2012.03)
  • Numpy (1.6.2+)
  • Scipy (0.10+)
  • Sklearn (0.11+)
  • ffnet (0.7.1+) only for neural network functionality.

Install

When all requirements are met, then installation process is simple

python setup.py install

You can also use pip. All requirements besides toolkits (OpenBabel, RDKit) are installed if necessary. Installing inside virtualenv is encouraged, but not necessary.

pip install oddt

Upgrading

To upgrade oddt using pip (without upgrading dependencies):

pip install -U --no-deps oddt

Documentation

Automatic documentation for ODDT is available on Readthedocs.org. Additionally it can be build localy:

cd docs

make html

make latexpdf

License

ODDT is released under permissive 3-clause BSD license

Reference

If you found Open Drug Discovery Toolkit useful for your research, please cite us!

  1. Wójcikowski, M., Zielenkiewicz, P., & Siedlecki, P. (2015). Open Drug Discovery Toolkit (ODDT): a new open-source player in the drug discovery field. Journal of Cheminformatics, 7(1), 26. doi:10.1186/s13321-015-0078-2

Analytics

Packages

No packages published

Languages

  • Python 100.0%