File size: 638 Bytes
10f2621 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"directories": {
"conf": "Environment files and example parameter files",
"model": "SurfDock source modules, bundled data, surface tools, and assets",
"scripts": "Python entry points and shell workflows",
"weight": "Pretrained SurfDock, pose prediction, and screening weights"
},
"entrypoints": {
"inference": "scripts/inference_accelerate.py",
"evaluate": "scripts/evaluate_accelarate.py",
"score_in_place": "scripts/evaluate_score_in_place.py",
"train_docking": "scripts/train_accelarete.py",
"train_score": "scripts/train_mdn_accelarete.py"
},
"source": "model",
"weights": "weight"
}
|