From ee3e536337044fbc0d128df0285a5e4ba940d2f6 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Tue, 4 Aug 2020 14:02:00 +0200
Subject: [PATCH] Add initial workdir requirement

---
 lofar-cwl/steps/DPPP.cwl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lofar-cwl/steps/DPPP.cwl b/lofar-cwl/steps/DPPP.cwl
index b15ffd78..8cd5a422 100755
--- a/lofar-cwl/steps/DPPP.cwl
+++ b/lofar-cwl/steps/DPPP.cwl
@@ -141,3 +141,6 @@ requirements:
     listing:
       - entry: $(inputs.msin)
         writable: true
+      - entry: $(inputs.secondary_files)
+      - entry: $(inputs.secondary_directories)
+      
-- 
GitLab