Datasets:
Languages:
English
Size:
10M<n<100M
Tags:
biomedical
negative-results
benchmark
drug-target-interaction
clinical-trials
protein-protein-interaction
License:
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.egg-info/ | |
| *.egg | |
| dist/ | |
| build/ | |
| .eggs/ | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| # Environment variables | |
| .env | |
| # OS | |
| .DS_Store | |
| # IDE | |
| .idea/ | |
| .vscode/ | |
| # Claude Code local settings | |
| .claude/ | |
| # Testing | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| # Internal planning documents | |
| research/ | |
| NeurIPS_DB_Track_Research.md | |
| # Database files (too large for git) | |
| *.db | |
| *.sqlite | |
| *.sqlite3 | |
| # Binary files (PDFs) | |
| paper/main.pdf | |
| paper/*.aux | |
| paper/*.bbl | |
| paper/*.blg | |
| paper/*.log | |
| paper/*.out | |
| paper/missfont.log | |
| paper/figures/*.pdf | |
| # Runtime logs and internal audit artifacts | |
| logs/ | |
| results/ | |
| exports/reload_*.log | |
| exports/pubchem_qc_* | |
| exports/pubchem_strict_audit_* | |