From 3f591bd53f26ec24c937bc72f91aadfd30bc7560 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Thu, 13 Aug 2020 11:19:11 +0200
Subject: [PATCH] Fix output type

Former-commit-id: bf4edcd79b38ede89798e46d49b7e9fc9953c319
---
 workflows/dowload_surl_and_create_input_file-json.cwl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/workflows/dowload_surl_and_create_input_file-json.cwl b/workflows/dowload_surl_and_create_input_file-json.cwl
index b5c945fa..28f9f48c 100644
--- a/workflows/dowload_surl_and_create_input_file-json.cwl
+++ b/workflows/dowload_surl_and_create_input_file-json.cwl
@@ -13,7 +13,7 @@ outputs:
   - id: msin
     outputSource:
       - untar/uncompressed
-    type: Directory
+    type: 'Directory[]'
     'sbg:x': 632
     'sbg:y': -72
   - id: workflow_configuration
@@ -55,8 +55,8 @@ steps:
     label: untar
     scatter:
       - tar_file
-    'sbg:x': 376
-    'sbg:y': -12
+    'sbg:x': 350
+    'sbg:y': 8
   - id: create_workflow_input
     in:
       - id: msin
-- 
GitLab