-
Notifications
You must be signed in to change notification settings - Fork 0
/
ro-crate-metadata.json
176 lines (176 loc) · 5.64 KB
/
ro-crate-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
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"@context": [
"https://w3id.org/ro/crate/1.1/context",
{
"GithubService": "https://w3id.org/ro/terms/test#GithubService",
"JenkinsService": "https://w3id.org/ro/terms/test#JenkinsService",
"PlanemoEngine": "https://w3id.org/ro/terms/test#PlanemoEngine",
"TestDefinition": "https://w3id.org/ro/terms/test#TestDefinition",
"TestInstance": "https://w3id.org/ro/terms/test#TestInstance",
"TestService": "https://w3id.org/ro/terms/test#TestService",
"TestSuite": "https://w3id.org/ro/terms/test#TestSuite",
"TravisService": "https://w3id.org/ro/terms/test#TravisService",
"definition": "https://w3id.org/ro/terms/test#definition",
"engineVersion": "https://w3id.org/ro/terms/test#engineVersion",
"instance": "https://w3id.org/ro/terms/test#instance",
"resource": "https://w3id.org/ro/terms/test#resource",
"runsOn": "https://w3id.org/ro/terms/test#runsOn"
}
],
"@graph": [
{
"@id": "./",
"@type": "Dataset",
"datePublished": "2024-10-25T13:02:16.582615",
"hasPart": [
{
"@id": "bacterial_genome_annotation.ga"
},
{
"@id": "README.md"
},
{
"@id": "bacterial_genome_annotation-tests.yml"
}
],
"isBasedOn": "https://github.com/iwc-workflows/bacterial_genome_annotation",
"license": "GPL-3.0-or-later",
"mainEntity": {
"@id": "bacterial_genome_annotation.ga"
},
"mentions": [
{
"@id": "#test_main_1"
}
],
"name": "bacterial_genome_annotation/main"
},
{
"@id": "ro-crate-metadata.json",
"@type": "CreativeWork",
"about": {
"@id": "./"
},
"conformsTo": {
"@id": "https://w3id.org/ro/crate/1.1"
}
},
{
"@id": "bacterial_genome_annotation.ga",
"@type": [
"File",
"SoftwareSourceCode",
"ComputationalWorkflow"
],
"creator": [
{
"@id": "#e0b02181-a386-452a-857c-369ea9946e18"
},
{
"@id": "https://www.abromics.fr/"
},
{
"@id": "https://orcid.org/0000-0002-8304-138X"
},
{
"@id": "https://orcid.org/0009-0005-6140-0379"
}
],
"name": "bacterial_genome_annotation/main",
"programmingLanguage": {
"@id": "#galaxy"
},
"url": "https://github.com/iwc-workflows/bacterial_genome_annotation",
"version": "1.1.7"
},
{
"@id": "#galaxy",
"@type": "ComputerLanguage",
"identifier": {
"@id": "https://galaxyproject.org/"
},
"name": "Galaxy",
"url": {
"@id": "https://galaxyproject.org/"
},
"version": "v19_09"
},
{
"@id": "#e0b02181-a386-452a-857c-369ea9946e18",
"@type": "Person",
"name": "ABRomics"
},
{
"@id": "https://www.abromics.fr/",
"@type": "Organization",
"name": "abromics-consortium"
},
{
"@id": "https://orcid.org/0000-0002-8304-138X",
"@type": "Person",
"name": "Pierre Marin"
},
{
"@id": "https://orcid.org/0009-0005-6140-0379",
"@type": "Person",
"name": "Clea Siguret"
},
{
"@id": "README.md",
"@type": "File"
},
{
"@id": "#test_main_1",
"@type": "TestSuite",
"definition": {
"@id": "bacterial_genome_annotation-tests.yml"
},
"instance": [
{
"@id": "#test_main_1_1"
}
],
"mainEntity": {
"@id": "bacterial_genome_annotation.ga"
},
"name": "test_main_1"
},
{
"@id": "#test_main_1_1",
"@type": "TestInstance",
"name": "test_main_1_1",
"resource": "repos/iwc-workflows/bacterial_genome_annotation/actions/workflows/wftest.yml",
"runsOn": {
"@id": "https://w3id.org/ro/terms/test#GithubService"
},
"url": "https://api.github.com"
},
{
"@id": "https://w3id.org/ro/terms/test#GithubService",
"@type": "TestService",
"name": "Github Actions",
"url": {
"@id": "https://github.com"
}
},
{
"@id": "bacterial_genome_annotation-tests.yml",
"@type": [
"File",
"TestDefinition"
],
"conformsTo": {
"@id": "https://w3id.org/ro/terms/test#PlanemoEngine"
},
"engineVersion": ">=0.75.26"
},
{
"@id": "https://w3id.org/ro/terms/test#PlanemoEngine",
"@type": "SoftwareApplication",
"name": "Planemo",
"url": {
"@id": "https://github.com/galaxyproject/planemo"
}
}
]
}