generated from ersilia-os/eos-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata.json
35 lines (35 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
{
"Identifier": "eos5iy5",
"Slug": "unit-test-compounds",
"Status": "Test",
"Title": "Unit test model for compounds",
"Description": "Given a SMILES string, the model counts the number of characters and other string metrics. This model is just for unit testing, it is not intended to be used in a real-world scenario. Ersilia codebase will heavily rely on this model repository to test various functionalities of the CLI such as fetching from GitHub, DockerHub and this repository will function as the model fixture for Ersilia's integration tests.",
"Mode": "In-house",
"Task": [
"Regression"
],
"Input": [
"Compound"
],
"Input Shape": "Single",
"Output": [
"Descriptor"
],
"Output Type": [
"Integer"
],
"Output Shape": "List",
"Interpretation": "Simple count of characters in a SMILES string",
"Tag": [
"Fingerprint"
],
"Publication": "https://ersilia.io",
"Source Code": "https://github.com/ersilia-os/ersilia",
"License": "GPL-3.0",
"S3": "https://ersilia-models-zipped.s3.eu-central-1.amazonaws.com/eos5iy5.zip",
"DockerHub": "https://hub.docker.com/r/ersiliaos/eos5iy5",
"Docker Architecture": [
"AMD64",
"ARM64"
]
}