-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathmanifest.jsonld
154 lines (147 loc) · 6.29 KB
/
manifest.jsonld
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"@context": ["http://schema.org", "https://w3id.org/bundle/context", "https://doi.org/10.5063/schema/codemeta-2.0"],
"@type": ["CreativeWork", "ro:ResearchObject", "wf4ever:WorkflowResearchObject"],
"@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": "[email protected]"
},
{
"name": "Stefan Helfrich",
"url": "https://github.com/stelfrich"
}
],
"aggregates": [
{
"@id": "workflow/workflow.knime",
"@type": ["SoftwareSourceCode", "wfdesc:Workflow"],
"name": "RetroPath 2.0 Knime workflow",
"description": "KNIME implementation of RetroPath2.0 workflow",
"creator": {
"name": "Thomas Duigou",
"email": "[email protected]"
},
"programmingLanguage": {
"name": "KNIME Analytics Platform",
"url": "https://www.knime.com/knime-software/knime-analytics-platform",
"version": "3.6"
},
"url": "https://www.myexperiment.org/workflows/4987"
},
{
"@id": "workflow/",
"@type": ["", "roterms:ExampleRun"],
"description": "KNIME workspace after executing RetroPath2.0 workflow"
},
{
"@id": "tools/RetroPath2.cwl",
"@type": ["SoftwareSourceCode", "wfdesc:Workflow"],
"name": "RetroPath 2.0 CWL workflow",
"programmingLanguage": {
"@id": "https://w3id.org/cwl/v1.0/",
"name": "Common Workflow Language",
"url": "http://commonwl.org/",
"version": "1.0"
},
"description": "CWL wrapper that execute KNIME workflow using Docker image",
"creator": {
"name": "Stefan Helfrich",
"url": "https://github.com/stelfrich"
},
"codeRepository": "https://github.com/ibisba/RetroPath2-cwl/"
},
{
"@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)",
"creator": {
"name": "Stefan Helfrich",
"url": "https://github.com/stelfrich"
}
},
{
"@id": "test/test.sh",
"@type": ["wf4ever:Script"],
"description": "Test script that validate the CWL description (should ideally execute workflow with test inputs)"
}
],
"annotations": [
{
"about": ".",
"content": "README.md",
"oa:motivatedBy": {
"@id": "oa:describing"
}
},
{
"about": "workflow/packed.cwl",
"uri": "urn:uuid:363c91ff-b90c-4bdc-94d7-3fcbff764c8d",
"oa:motivatedBy": {
"@id": "oa:highlighting"
}
},
{
"about": "workflow/workflow.knime",
"content": "https://doi.org/10.1016/j.ymben.2017.12.002"
},
{
"about": ["workflow/workflow.knime", "workflow/workflow.svg", "Dockerfile", "tools/RetroPath2.cwl"],
"oa:motivatedBy": {
"@id": "http://www.w3.org/ns/prov#has_provenance"
},
"content": {
"@graph": [
{
"@id": "workflow/workflow.knime",
"pav:retrievedFrom": "https://myexperiment.org/workflows/4987/download/RetroPath2.0_-_a_retrosynthesis_workflow_with_tutorial_and_example_data-v8.zip?version=6",
"pav:retrievedOn": "2018-10-23T15:28:24"
},
{
"@id": "tools/RetroPath2.cwl",
"prov:wasDerivedFrom": "workflow/workflow.knime"
},
{
"@id": "workflow/workflow.svg",
"prov:wasDerivedFrom": "workflow/workflow.knime"
},
{
"@id": "Dockerfile",
"prov:importedFrom": [
"workflow/workflow.knime",
{ "@type": ["CreativeWork", "ex:ContainerSomething"],
"name": "ibisba/knime-workflow-base:3.6.2-1",
"url": "https://hub.docker.com/r/ibisba/knime-workflow-base/",
"description": "KNIME workflow base Docker image",
"version": "3.6.2-1"
}
]
}
]
}
}
]
}