Skip to content
Snippets Groups Projects
Commit 24bdd8b6 authored by jurjen93's avatar jurjen93
Browse files

revert concat

parent 59aec272
No related branches found
No related tags found
1 merge request!69Facet subtract
Pipeline #108909 failed
......@@ -12,13 +12,16 @@ inputs:
doc: Parset for DP3
inputBinding:
position: 0
- id: msin
type: Directory[]
doc: input MS
outputs:
- id: msout
type: Directory
doc: Output measurement set
outputBinding:
glob: "*.ms"
glob: "*.concat.ms"
- id: logfile
type: File[]
outputBinding:
......@@ -27,6 +30,11 @@ outputs:
The files containing the stdout
and stderr from the step.
requirements:
- class: InitialWorkDirRequirement
listing:
- entry: $(inputs.msin)
hints:
- class: DockerRequirement
dockerPull: vlbi-cwl
......
......@@ -136,6 +136,8 @@ steps:
in:
- id: parset
source: make_concat_parset/concat_parsets
- id: msin
source: predict_facet/facet_ms
out:
- id: msout
run: ../steps/dp3_parset.cwl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment