-
Notifications
You must be signed in to change notification settings - Fork 0
/
ro-crate-metadata.json
152 lines (152 loc) · 4.68 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
{
"@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-11-28T13:43:54.649945",
"hasPart": [
{
"@id": "atacseq.ga"
},
{
"@id": "README.md"
},
{
"@id": "atacseq-tests.yml"
}
],
"isBasedOn": "https://github.com/iwc-workflows/atacseq",
"license": "MIT",
"mainEntity": {
"@id": "atacseq.ga"
},
"mentions": [
{
"@id": "#test_main_1"
}
],
"name": "atacseq/main"
},
{
"@id": "ro-crate-metadata.json",
"@type": "CreativeWork",
"about": {
"@id": "./"
},
"conformsTo": {
"@id": "https://w3id.org/ro/crate/1.1"
}
},
{
"@id": "atacseq.ga",
"@type": [
"File",
"SoftwareSourceCode",
"ComputationalWorkflow"
],
"creator": [
{
"@id": "https://orcid.org/0000-0002-1964-4960"
}
],
"name": "atacseq/main",
"programmingLanguage": {
"@id": "#galaxy"
},
"url": "https://github.com/iwc-workflows/atacseq",
"version": "1.0"
},
{
"@id": "#galaxy",
"@type": "ComputerLanguage",
"identifier": {
"@id": "https://galaxyproject.org/"
},
"name": "Galaxy",
"url": {
"@id": "https://galaxyproject.org/"
},
"version": "v19_09"
},
{
"@id": "https://orcid.org/0000-0002-1964-4960",
"@type": "Person",
"name": "Lucille Delisle"
},
{
"@id": "README.md",
"@type": "File"
},
{
"@id": "#test_main_1",
"@type": "TestSuite",
"definition": {
"@id": "atacseq-tests.yml"
},
"instance": [
{
"@id": "#test_main_1_1"
}
],
"mainEntity": {
"@id": "atacseq.ga"
},
"name": "test_main_1"
},
{
"@id": "#test_main_1_1",
"@type": "TestInstance",
"name": "test_main_1_1",
"resource": "repos/iwc-workflows/atacseq/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": "atacseq-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"
}
}
]
}