Install
openclaw skills install @zoeprior/deeppurposeHelp install, inspect, run, troubleshoot, and adapt the DeepPurpose molecular modeling library for drug-target interaction prediction, compound property prediction, DDI, PPI, protein function prediction, drug repurposing, and virtual screening. Use when the user mentions DeepPurpose, from DeepPurpose import, DTI, CompoundPred, DDI, PPI, ProteinPred, oneliner, data_process, generate_config, DeepPurpose datasets, encodings, pretrained models, toy data, or demo notebooks.
openclaw skills install @zoeprior/deeppurposeThis skill is adapted from DeepPurpose, copyright (c) 2020 Kexin Huang, Tianfan Fu, licensed under BSD 3-Clause.
Prefer a local DeepPurpose checkout over web summaries. Treat a directory as the
repo root when it contains setup.py, requirements.txt, DeepPurpose/,
DEMO/, and toy_data/.
references/install-and-dependencies.mdreferences/tasks-and-entrypoints.mdreferences/data-and-pretrained.mdREADME.md,
DeepPurpose/utils.py, DeepPurpose/dataset.py, and the task module the user
actually needs.DeepPurpose/DTI.pyDeepPurpose/CompoundPred.pyDeepPurpose/DDI.pyDeepPurpose/PPI.pyDeepPurpose/ProteinPred.pyDeepPurpose/oneliner.pyDEMO/ when the user wants an example or a
starting point.DeepPurpose.dataset helpers or local text files in the
expected format.data_process(...), then build a config with
generate_config(...), then call model_initialize(**config) or
model_pretrained(...).X_drug plus X_drug_X_target plus X_target_DTI.repurpose, DTI.virtual_screening, CompoundPred.repurpose, and
oneliner.repurpose or oneliner.virtual_screening.DeepPurpose/utils.py
imports heavy dependencies immediately, so a real import needs RDKit, PyTorch,
Descriptastorus, and related packages installed first.Use these local files as the primary source of truth when present:
README.mdrequirements.txtenvironment.ymlsetup.pyDeepPurpose/utils.pyDeepPurpose/dataset.pyDeepPurpose/oneliner.pyDeepPurpose/DTI.pyDeepPurpose/CompoundPred.pyDeepPurpose/DDI.pyDeepPurpose/PPI.pyDeepPurpose/ProteinPred.pytoy_data/DEMO/