From cd9b77a82757fe275bf925460821924be1ab21d5 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Mon, 9 Dec 2019 16:57:23 +0100
Subject: [PATCH] Fix subworkflow

Former-commit-id: e456d620e234d5a7223c49c48930d68a1acb1c16
---
 subworkflow/calib_cal.cwl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/subworkflow/calib_cal.cwl b/subworkflow/calib_cal.cwl
index bc4455eb..be531f67 100644
--- a/subworkflow/calib_cal.cwl
+++ b/subworkflow/calib_cal.cwl
@@ -47,7 +47,7 @@ steps:
         source: do_smooth
     out:
       - id: msout
-    run: ../lofar-cwl/steps/blsmooth.cwl
+    run: ../steps/blsmooth.cwl
     label: BLsmooth
     'sbg:x': -420
     'sbg:y': -26
@@ -70,7 +70,7 @@ steps:
         source: skymodels
     out:
       - id: output_models
-    run: ../lofar-cwl/steps/find_skymodel_cal.cwl
+    run: ../steps/find_skymodel_cal.cwl
     label: find_skymodel_cal.py
     'sbg:x': -416
     'sbg:y': -209
-- 
GitLab