Skip to content

Commit 83647e4

Browse files
authored
Merge pull request #38 from unity-sds/mliukis
hosted workflows in Dockstore
2 parents c126578 + a5d6bd5 commit 83647e4

File tree

7 files changed

+485
-48
lines changed

7 files changed

+485
-48
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
cwlVersion: v1.0
2+
3+
class: Workflow
4+
doc: |
5+
Bogus hosted workflow registered by unity_py.
6+
7+
steps:
8+
step:
9+
run: step.cwl
10+
11+
s:author:
12+
- class: s:Person
13+
14+
s:name: Masha Liukis
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"processDescription": {
3+
"process": {
4+
"id": "unity-example-application..HEAD",
5+
"title": "Add missing import",
6+
"owsContext": {
7+
"offering": {
8+
"content": {
9+
"href": "https://raw.githubusercontent.com/jplzhan/artifact-deposit-repo/main/unity-example-application//HEAD/workflow.cwl"
10+
}
11+
}
12+
},
13+
"abstract": "Application Package Demo",
14+
"keywords": [
15+
"Demo"
16+
],
17+
"inputs": [
18+
{
19+
"id": "line_offset",
20+
"title": "Automatically detected using papermill.",
21+
"literalDataDomains": [
22+
{
23+
"dataType": {
24+
"name": "float"
25+
}
26+
}
27+
]
28+
},
29+
{
30+
"id": "output_directory",
31+
"title": "Automatically detected using papermill.",
32+
"literalDataDomains": [
33+
{
34+
"dataType": {
35+
"name": "string"
36+
}
37+
}
38+
]
39+
},
40+
{
41+
"id": "input_filename",
42+
"title": "Stage-in input specified for URL-to-PATH conversion.",
43+
"literalDataDomains": [
44+
{
45+
"dataType": {
46+
"name": "stage_in"
47+
}
48+
}
49+
]
50+
}
51+
],
52+
"outputs": []
53+
},
54+
"processVersion": "1.0.0",
55+
"jobControlOptions": [
56+
"async-execute"
57+
],
58+
"outputTransmission": [
59+
"reference"
60+
]
61+
},
62+
"immediateDeployment": true,
63+
"executionUnit": [
64+
{
65+
"href": "docker://unity-example-application.head"
66+
}
67+
]
68+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
cwlVersion: v1.0
2+
3+
class: Workflow
4+
doc: |
5+
Additional CWL file for the bogus hosted workflow registered by unity_py.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ML: Update
2+
cwlVersion: v1.0
3+
4+
class: Workflow
5+
doc: |
6+
Bogus hosted workflow registered by unity_py.
7+
8+
steps:
9+
step:
10+
run: step.cwl
11+
12+
s:author:
13+
- class: s:Person
14+
15+
s:name: Masha Liukis
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"processDescription": {
3+
"process": {
4+
"id": "unity-example-application..HEAD",
5+
"title": "Add missing import",
6+
"owsContext": {
7+
"offering": {
8+
"content": {
9+
"href": "https://raw.githubusercontent.com/jplzhan/artifact-deposit-repo/main/unity-example-application//HEAD/workflow.cwl"
10+
}
11+
}
12+
},
13+
"abstract": "Application Package Demo",
14+
"keywords": [
15+
"Demo"
16+
],
17+
"inputs": [
18+
{
19+
"id": "line_offset",
20+
"title": "Automatically detected using papermill.",
21+
"literalDataDomains": [
22+
{
23+
"dataType": {
24+
"name": "float"
25+
}
26+
}
27+
]
28+
},
29+
{
30+
"id": "output_directory",
31+
"title": "Automatically detected using papermill.",
32+
"literalDataDomains": [
33+
{
34+
"dataType": {
35+
"name": "string"
36+
}
37+
}
38+
]
39+
},
40+
{
41+
"id": "input_filename",
42+
"title": "Stage-in input specified for URL-to-PATH conversion.",
43+
"literalDataDomains": [
44+
{
45+
"dataType": {
46+
"name": "stage_in"
47+
}
48+
}
49+
]
50+
}
51+
]
52+
},
53+
"processVersion": "1.0.0",
54+
"jobControlOptions": [
55+
"async-execute"
56+
],
57+
"outputTransmission": [
58+
"reference"
59+
]
60+
},
61+
"immediateDeployment": true,
62+
"executionUnit": [
63+
{
64+
"href": "docker://unity-example-application.head"
65+
}
66+
]
67+
}

jupyter-notebooks/tutorials/data/dockstore_update/step.cwl

Whitespace-only changes.

0 commit comments

Comments
 (0)