-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathro-crate-metadata.jsonld
More file actions
101 lines (101 loc) · 4.2 KB
/
ro-crate-metadata.jsonld
File metadata and controls
101 lines (101 loc) · 4.2 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"@context": ["https://w3id.org/ro/crate/0.2-DRAFT/context"],
"@type": "Dataset",
"conformsTo": "https://w3id.org/ro/crate/0.2-DRAFT/",
"@id": ".",
"identifier": "72782bbecfeff6f3e43e2278ee3353adf4515207",
"name": "RetroPath2.0 IBISBA workflow node",
"description": "RetroPath2.0 builds a reaction network from a set of source compounds to a set of sink compounds. When applied in a retrosynthetic fashion, the source is composed of the target compounds and the sink is composed of the available reactants (for instance in the context of metabolic engineering the sink is the set of native metabolites of a chassis strain). From amongst all the chemical reactions generated using RetroPath2.0 (in the retrosynthetic way), only a subset may effectively link a source to a subset of sink compounds. This sub-network is considered as a scope and is output in dedicated files.",
"keywords": "workflow, knime, CWL, reaction",
"datePublished": "2019-02-14",
"citation": "https://doi.org/10.1016/j.ymben.2017.12.002",
"publisher": {
"@id": "https://www.ibisba.eu/",
"name": "IBISBA"
},
"license": "http://creativecommons.org/licenses/by-nc-sa/4.0/",
"sdPublisher": {
"@id": "http://researchobject.org/",
"name": "Research Object community"
},
"sdLicense": "https://www.apache.org/licenses/LICENSE-2.0",
"creator": [
{
"name": "Thomas Duigou",
"email": "thomas.duigou@inra.fr"
},
{
"@id": "https://orcid.org/0000-0003-3549-8649",
"name": "Stefan Helfrich",
"email": "stefan.helfrich@knime.com"
}
],
"hasPart": [
{
"@id": "workflow/workflow.knime",
"@type": ["wfdesc:Workflow"],
"name": "RetroPath 2.0 KNIME workflow",
"description": "KNIME implementation of RetroPath2.0 workflow",
"creator": {
"name": "Thomas Duigou",
"email": "thomas.duigou@inra.fr"
}
},
{
"@id": "workflow/",
"@type": ["", "roterms:ExampleRun"],
"description": "KNIME workspace after executing RetroPath2.0 workflow"
},
{
"@id": "tools/RetroPath2.cwl",
"@type": ["wfdesc:Workflow"],
"name": "RetroPath 2.0 CWL workflow",
"description": "CWL wrapper that execute KNIME workflow using Docker image",
"creator": {
"@id": "https://orcid.org/0000-0003-3549-8649",
"name": "Stefan Helfrich",
"email": "stefan.helfrich@knime.com"
}
},
{
"@id": "workflow/workflow.svg",
"@type": ["roterms:Sketch"],
"description": "Diagram of RetroPath2.0 workflow",
"about": "workflow/workflow.knime"
},
{
"@id": "Dockerfile",
"@type": ["ex:ContainerSomething"],
"url": "https://hub.docker.com/r/ibisba/retropath2/",
"description": "Docker image of KNIME workflow (including KNIME runtime)",
"license": "https://www.apache.org/licenses/LICENSE-2.0",
"creator": {
"@id": "https://orcid.org/0000-0003-3549-8649",
"name": "Stefan Helfrich",
"email": "stefan.helfrich@knime.com"
}
},
{
"@id": "examples/carotene",
"@type": ["roterms:ExampleRun"],
"name": "Example files",
"description": "Carotene example files",
"creator": {
"name": "Thomas Duigou",
"email": "thomas.duigou@inra.fr"
}
},
{
"@id": "workflows/RetroPath2-carotene-job.yaml",
"@type": ["roterms:ExampleRun"],
"name": "Example job",
"description": "Example job that uses the carotene example",
"license": "https://www.apache.org/licenses/LICENSE-2.0",
"creator": {
"@id": "https://orcid.org/0000-0003-3549-8649",
"name": "Stefan Helfrich",
"email": "stefan.helfrich@knime.com"
}
}
]
}