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
class: CommandLineTool
cwlVersion: v1.2
id: aoflagging
label: aoflagging
baseCommand: DP3
inputs:
- id: msin
type: Directory
inputBinding:
position: 0
prefix: msin=
separate: false
shellQuote: false
doc: Input Measurement Set
- id: msin_datacolumn
type: string?
default: DATA
inputBinding:
position: 0
prefix: msin.datacolumn=
separate: false
shellQuote: true
doc: Input data Column
- id: memoryperc
type: int?
default: 15
inputBinding:
position: 0
prefix: aoflagger.memoryperc=
separate: false
shellQuote: false
doc: Indicates the percentage of pc memory to use
- id: keepstatistics
type: boolean?
default: true
inputBinding:
prefix: aoflagger.keepstatistics=True
doc: Indicates whether statistics should be written to file.
- id: strategy
type:
- File?
- string?
default: $PREFACTOR_DATA_ROOT/rfistrategies/lofar-default.lua
inputBinding:
position: 0
prefix: aoflagger.strategy=
separate: false
shellQuote: false
doc: specifies a customized strategy
arguments:
- steps=[aoflagger]
- aoflagger.type=aoflagger
- msout=.
outputs:
- id: msout
doc: Output Measurement Set
type: Directory
outputBinding:
glob: $(inputs.msin.basename)
- id: logfile
type: File[]
outputBinding:
glob: aoflag*.log
requirements:
- class: InitialWorkDirRequirement
listing:
- entry: $(inputs.msin)
writable: true
- class: ShellCommandRequirement
hints:
DockerRequirement:
dockerPull: vlbi-cwl
stdout: aoflag.log
stderr: aoflag_err.log