Newer
Older
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
class: Workflow
cwlVersion: v1.0
hints: []
inputs:
input_1:
default: ts_folder
streamable: false
type: string
input_10:
default: out_folder
streamable: false
type: string
input_11:
default: data/covid-19_rates
streamable: false
type: string
input_12:
default:
class: File
path: ../../notebooks/ToRates.ipynb
streamable: false
type: File
input_13:
default: runs/ToRates.run.ipynb
streamable: false
type: string
input_2:
default:
class: Directory
listing: []
path: ../../data/covid-19_jhu-csse
streamable: false
type: Directory
input_3:
default: rates_folder
streamable: false
type: string
input_4:
default:
class: File
path: ../../notebooks/Dashboard.ipynb
streamable: false
type: File
input_5:
default: runs/Dashboard.run.ipynb
streamable: false
type: string
input_6:
default: ts_folder
streamable: false
type: string
input_7:
default:
class: Directory
listing: []
path: ../../data/covid-19_jhu-csse
streamable: false
type: Directory
input_8:
default: wb_path
streamable: false
type: string
input_9:
default:
class: File
path: ../../data/worldbank/SP.POP.TOTL.zip
streamable: false
type: File
outputs:
output_0:
outputSource: step_2/output_0
streamable: false
type: File
output_1:
outputSource: step_1/output_0
streamable: false
type: File
output_2:
outputSource: step_2/output_1
streamable: false
type: Directory
requirements: []
steps:
step_1:
in:
input_1: input_1
input_2: input_2
input_3: input_3
input_4: step_2/output_1
input_5: input_4
input_6: input_5
out:
- output_0
run: b1c0a33b463d406a820ff0a61fb3a526_papermill.cwl
step_2:
in:
input_1: input_6
input_2: input_7
input_3: input_8
input_4: input_9
input_5: input_10
input_6: input_11
input_7: input_12
input_8: input_13
out:
- output_0
- output_1
run: a38f8d703e0c4c55a2e3f49bbf15466e_papermill.cwl