Skip to content
Snippets Groups Projects
Commit df2a1f74 authored by alex's avatar alex
Browse files

output calibrated data

parent 74de3418
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ inputs:
doc: Input Measurement Set
- id: msout_name
type: string
default: '.'
inputBinding:
position: 0
prefix: msout=
......@@ -84,7 +85,7 @@ outputs:
doc: Output Measurement Set
type: Directory
outputBinding:
glob: $(inputs.msin.basename)
glob: '$(inputs.msout_name=="."?inputs.msin.basename:inputs.msout_name)'
- id: logfile
type: File[]
outputBinding:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment