From 0172bb37127360efcc43b1a7f150181658ecbc54 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Thu, 5 Mar 2020 09:56:17 +0100
Subject: [PATCH] Add scatter to msin

---
 workflow/averaging_pipeline.cwl | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/workflow/averaging_pipeline.cwl b/workflow/averaging_pipeline.cwl
index 537c154..3588edd 100644
--- a/workflow/averaging_pipeline.cwl
+++ b/workflow/averaging_pipeline.cwl
@@ -5,7 +5,7 @@ $namespaces:
   sbg: 'https://www.sevenbridges.com/'
 inputs:
   - id: msin
-    type: Directory
+    type: 'Directory[]'
     'sbg:x': -88.39886474609375
     'sbg:y': 95.5
   - id: strategy
@@ -105,7 +105,10 @@ steps:
       - id: msout
     run: ../lofar-cwl/steps/DP3.Execute.cwl
     label: DP3.Execute
+    scatter:
+      - msin
     'sbg:x': 132
     'sbg:y': 61
 requirements:
   - class: SubworkflowFeatureRequirement
+  - class: ScatterFeatureRequirement
-- 
GitLab