From 95f73dd1938e8ea169843f2536c6476ff8513f11 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Wed, 27 Nov 2019 17:30:47 +0100 Subject: [PATCH] Fix move Former-commit-id: 598224ab44c97d5d302afb5e29439702b11300df --- workflows/prefactor_calibrator.cwl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workflows/prefactor_calibrator.cwl b/workflows/prefactor_calibrator.cwl index 895265e5..ff410a87 100644 --- a/workflows/prefactor_calibrator.cwl +++ b/workflows/prefactor_calibrator.cwl @@ -60,7 +60,7 @@ steps: out: - id: msout - id: demix_parmdb - run: subworkflow/ndppp_prep_cal.cwl + run: ../subworkflow/ndppp_prep_cal.cwl label: ndppp_prep_cal scatter: - msin @@ -73,7 +73,7 @@ steps: - ndppp_prep_cal/msout out: - id: output_ms - run: steps/AOFlagger.cwl + run: ../steps/AOFlagger.cwl label: AOFlagger scatterMethod: flat_crossproduct 'sbg:x': -164 @@ -87,7 +87,7 @@ steps: out: - id: h5parm - id: msout - run: subworkflow/calib_cal.cwl + run: ../subworkflow/calib_cal.cwl label: calib_cal scatter: - msin @@ -100,7 +100,7 @@ steps: - calib_cal/h5parm out: - id: outh5parm - run: steps/H5ParmCollector.cwl + run: ../steps/H5ParmCollector.cwl label: H5parm_collector 'sbg:x': 292.1979675292969 'sbg:y': -543.7208251953125 -- GitLab