Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
EOSC
LOFAR-CWL
Commits
493a82a0
Commit
493a82a0
authored
Mar 12, 2020
by
mancini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Inplace ms modification
Former-commit-id:
fae733b7
parent
609ef53d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
steps/ddecal.cwl
steps/ddecal.cwl
+7
-3
No files found.
steps/ddecal.cwl
View file @
493a82a0
...
...
@@ -7,6 +7,10 @@ baseCommand: [DPPP]
requirements:
InlineJavascriptRequirement: {}
InitialWorkDirRequirement:
listing:
- entry: $(inputs.msin)
writable: true
hints:
DockerRequirement:
...
...
@@ -26,7 +30,7 @@ arguments:
inputs:
- id: msin
type: Directory
?
type: Directory
doc: Input Measurement Set
inputBinding:
prefix: msin=
...
...
@@ -57,7 +61,7 @@ inputs:
- id: msout_name
type: string
doc: Output Measurement Set
default:
out
.MS
default:
"OUT
.MS
"
inputBinding:
prefix: msout=
separate: false
...
...
@@ -121,7 +125,7 @@ outputs:
doc: Output Measurement Set
type: Directory
outputBinding:
glob: $(inputs.ms
out_name=="."?inputs.msin:inputs.msout_name
)
glob: $(inputs.ms
in
)
- id: h5parm
doc: Filename of output H5Parm (to be read by e.g. losoto)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment