generated from ersilia-os/eos-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
36 lines (36 loc) · 1.25 KB
/
metadata.json
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
{
"Identifier": "eos5guo",
"Slug": "erg-descs",
"Status": "Ready",
"Title": "ErG 2D Descriptors",
"Description": "The Extended Reduced Graph (ErG) approach uses the description of pharmacophore nodes to encode molecular properties, with the goal of correctly describing pharmacophoric properties, size and shape of molecules. It was benchmarked against Daylight fingerprints and outperformed them in 10 out of 11 cases. ErG descriptors are well suited for scaffold hopping approaches.",
"Mode": "Pretrained",
"Task": [
"Representation"
],
"Input": [
"Compound"
],
"Input Shape": "Single",
"Output": [
"Descriptor"
],
"Output Type": [
"Float"
],
"Output Shape": "List",
"Interpretation": "Vector representing SMILES",
"Tag": [
"Descriptor",
"Fingerprint"
],
"Publication": "https://pubs.acs.org/doi/10.1021/ci050457y",
"Source Code": "https://www.rdkit.org/docs/source/rdkit.Chem.rdReducedGraphs.html",
"License": "BSD-3.0",
"S3": "https://ersilia-models-zipped.s3.eu-central-1.amazonaws.com/eos5guo.zip",
"DockerHub": "https://hub.docker.com/r/ersiliaos/eos5guo",
"Docker Architecture": [
"AMD64",
"ARM64"
]
}