Drug Design Data Resource is a suite of software to enable filtering of new entries from wwpdb and scoring of CELPP participant submissions. This package runs on D3R servers to host the CELPP challenge. Participants in CELPP who use the D3R-provided workflow template, CELPPade, will need to install this package as it uses some shared scripts.
For more information on this package or how to begin participating in CELPP, please visit our wiki page:
https://github.com/drugdata/d3r/wiki
- Works with Python 2.6, 2.7
- argparse
- lockfile
- psutil
- biopython
- xlsxwriter
- ftpretty
- NCBI Blast (needed by blastnfilter.py)
- rdkit (needed by blastnfilter.py and proteinligprep.py)
- schrodinger (needed by proteinligprep.py, glidedocking.py, chimera_proteinligprep.py & vinadocking.py)
- babel (needed by chimera_proteinligprep.py)
- Autodock Vina & MGL Tools (needed by vinadocking.py)
- OpenEye Python with License (needed by blastnfilter.py symmetry filter and by evaluate.py)
pip install d3r
Run
celpprunner.py --help
See LICENSE.txt
Please report them here
- This work is funded in part by NIH grant 1U01GM111528 from the National Institute of General Medical Sciences
- This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.