-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zenodo.json
More file actions
36 lines (36 loc) · 986 Bytes
/
Copy path.zenodo.json
File metadata and controls
36 lines (36 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"title": "PocketDock: Automated Molecular Docking Pipeline",
"description": "A web-based platform for protein pocket prediction (P2Rank), ligand docking (AutoDock Vina), ADMET profiling (RDKit), ensemble-receptor generation (NMA / OpenMM MD), pose refinement (OpenMM), and approximate MM-GBSA rescoring.",
"license": "MIT",
"upload_type": "software",
"access_right": "open",
"creators": [
{
"name": "ÖZSARI, Gökhan",
"affiliation": "Chalmers University of Technology"
}
],
"keywords": [
"molecular-docking",
"autodock-vina",
"p2rank",
"drug-discovery",
"virtual-screening",
"ensemble-docking",
"admet",
"mm-gbsa",
"openmm",
"rdkit",
"cheminformatics",
"binding-pocket-prediction",
"interaction-analysis",
"batch-docking"
],
"related_identifiers": [
{
"identifier": "https://github.com/gozsari/PocketDock",
"relation": "isSupplementTo",
"scheme": "url"
}
]
}