-
Notifications
You must be signed in to change notification settings - Fork 3
/
s-expression-cwl.cwl
89 lines (89 loc) · 2.25 KB
/
s-expression-cwl.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
79
80
81
82
83
84
85
86
87
88
89
$graph:
- baseCommand: s-expression
class: CommandLineTool
hints:
DockerRequirement:
dockerPull: eoepca/s-expression:dev0.0.2
id: clt
inputs:
input_reference:
inputBinding:
position: 1
prefix: --input_reference
type: Directory
s_expression:
inputBinding:
position: 2
prefix: --s-expression
type: string
cbn:
inputBinding:
position: 3
prefix: --cbn
type: string
outputs:
results:
outputBinding:
glob: .
type: Directory
requirements:
EnvVarRequirement:
envDef:
PATH: /srv/conda/envs/env_app_snuggs/bin:/srv/conda/envs/env_app_snuggs/bin:/srv/conda/bin:/srv/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ResourceRequirement: {}
#stderr: std.err
#stdout: std.out
- class: Workflow
doc: Applies s expressions to EO acquisitions
id: s-expression
inputs:
input_reference:
doc: Input product reference
label: Input product reference
type: Directory
s_expression:
doc: s expression
label: s expression
type: string
cbn:
doc: Common band name
label: Common band name
type: string
label: s expressions
outputs:
- id: wf_outputs
outputSource:
- step_1/results
type: Directory
steps:
step_1:
in:
input_reference: input_reference
s_expression: s_expression
cbn: cbn
out:
- results
run: '#clt'
$namespaces:
s: https://schema.org/
cwlVersion: v1.0
s:version: 0.0.2
s:softwareVersion: 0.0.2
s:citation: https://github.com/EOEPCA/app-s-expression#readme
s:codeRepository: https://github.com/EOEPCA/app-s-expression
s:dateCreated: "2022-05-03"
s:keywords: "s-expression, processing, EO, bands"
s:license: https://raw.githubusercontent.com/EOEPCA/eoepca/develop/LICENSE
s:releaseNotes: https://raw.githubusercontent.com/EOEPCA/app-s-expression/main/README.md
s:author:
- class: s:Person
s:name: Eoepca Developer
s:email: [email protected]
s:affiliation: EOEPCA
s:contributor:
- class: s:Person
s:name: Community Developer
s:email: s:[email protected]
s:affiliation: Community
schemas:
- http://schema.org/version/9.0/schemaorg-current-http.rdf