-
Notifications
You must be signed in to change notification settings - Fork 3
/
app-nhi.dev.0.0.3.cwl
79 lines (78 loc) · 1.75 KB
/
app-nhi.dev.0.0.3.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
$graph:
- baseCommand: nhi
class: CommandLineTool
hints:
DockerRequirement:
dockerPull: registry.hub.docker.com/eoepcaci/nhi:dev0.0.3
id: clt
inputs:
input_reference:
inputBinding:
position: 1
prefix: --input_reference
type: Directory
threshold:
inputBinding:
position: 2
prefix: --threshold
type: string
aoi:
inputBinding:
position: 3
prefix: --aoi
type: string?
outputs:
results:
outputBinding:
glob: .
type: Directory
requirements:
EnvVarRequirement:
envDef:
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/srv/conda/envs/env_app_snuggs/bin
ResourceRequirement: {}
stderr: std.err
stdout: std.out
- class: Workflow
doc: Normalized Hotspot Indices
id: nhi
inputs:
input_reference:
doc: Input product reference
label: Input product reference
type: Directory[]
threshold:
doc: Threshold for hotspot detection
label: Threshold for hotspot detection
type: string
aoi:
doc: Area of interest in Well-known Text (WKT)
label: Area of interest in Well-known Text (WKT)
type: string?
label: nhi
outputs:
- id: wf_outputs
outputSource:
- step_1/results
type:
items: Directory
type: array
requirements:
- class: ScatterFeatureRequirement
steps:
step_1:
in:
input_reference: input_reference
threshold: threshold
aoi: aoi
out:
- results
run: '#clt'
scatter: input_reference
scatterMethod: dotproduct
$namespaces:
s: https://schema.org/
cwlVersion: v1.0
s:softwareVersion: 0.0.3
schemas:
- http://schema.org/version/9.0/schemaorg-current-http.rdf