-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain_ERC.cwl
62 lines (62 loc) · 1.14 KB
/
main_ERC.cwl
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
arguments:
- --
baseCommand: /app/cwl/bin/main_ERC
class: CommandLineTool
cwlVersion: v1.1
hints:
DockerRequirement:
dockerImageId: mintproject/aquifer:v1
inputs:
aquifer_file:
inputBinding:
prefix: --aquifer_file
type: File
aquifer_file_case1:
inputBinding:
prefix: --aquifer_file_case1
type: File
aquifer_file_case2:
inputBinding:
prefix: --aquifer_file_case2
type: File
case:
inputBinding:
prefix: --case
type: int
conc:
inputBinding:
prefix: --conc
type: int
degr:
inputBinding:
prefix: --degr
type: string
hydr:
inputBinding:
prefix: --hydr
type: string
inic:
inputBinding:
prefix: --inic
type: string
rech:
inputBinding:
prefix: --rech
type: string
outputs:
arrival_time_viz:
outputBinding:
glob: arrival_time.png
type: File
break_through_curve_viz:
outputBinding:
glob: break_through_curve.png
type: File
ground_water_flow_field_viz:
outputBinding:
glob: groundwaterflowfield.png
type: File
mt3d001:
outputBinding:
glob: MT3D001.UCN
type: File