File tree Expand file tree Collapse file tree 7 files changed +485
-48
lines changed
jupyter-notebooks/tutorials Expand file tree Collapse file tree 7 files changed +485
-48
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
1
+ cwlVersion: v1.0
2
+
3
+ class: Workflow
4
+ doc : |
5
+ Additional CWL file for the bogus hosted workflow registered by unity_py.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments