-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsar-calibration.cwl
58 lines (57 loc) · 1.32 KB
/
sar-calibration.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
$graph:
- baseCommand: sar-calibration
class: CommandLineTool
hints:
DockerRequirement:
dockerPull: sar-calibration:latest
id: clt
inputs:
safe:
inputBinding:
position: 1
prefix: --safe
type: Directory
outputs:
results:
outputBinding:
glob: .
type: Directory
requirements:
EnvVarRequirement:
envDef:
PATH: /srv/conda/envs/env_sar_calibration/bin:/srv/conda/envs/env_sar_calibration/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ResourceRequirement: {}
stderr: std.err
stdout: std.out
- class: Workflow
doc: Sentinel-1 GRD calibration
id: sar-calibration
inputs:
safe:
doc: Path the Sentinel-1 SAFE folder
label: Path the Sentinel-1 SAFE folder
type: Directory[]
label: Sentinel-1 GRD calibration
outputs:
- id: wf_outputs
outputSource:
- step_1/results
type:
items: Directory
type: array
requirements:
- class: ScatterFeatureRequirement
steps:
step_1:
in:
safe: safe
out:
- results
run: '#clt'
scatter: safe
scatterMethod: dotproduct
$namespaces:
s: https://schema.org/
cwlVersion: v1.0
schemas:
- http://schema.org/version/9.0/schemaorg-current-http.rdf