From d3278f717731f272706e676cf375c4859e3611e2 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Tue, 4 Aug 2020 11:12:39 +0200 Subject: [PATCH] Fix missing calibrator file Former-commit-id: db39529e6ac9b018eb87f9d7883e1681d48f90a2 Former-commit-id: be04462f50cf409f4769ae66a309a214f562cd0c --- lofar-cwl/steps/DP3.ApplyCalStepGenerator.cwl | 2 -- lofar-cwl/steps/DP3.GenericStep.cwl | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lofar-cwl/steps/DP3.ApplyCalStepGenerator.cwl b/lofar-cwl/steps/DP3.ApplyCalStepGenerator.cwl index 4ddf0328..284487d1 100755 --- a/lofar-cwl/steps/DP3.ApplyCalStepGenerator.cwl +++ b/lofar-cwl/steps/DP3.ApplyCalStepGenerator.cwl @@ -90,8 +90,6 @@ steps: in: - id: step_type default: 'applycal' - - id: output_files - default: ["parmdb"] - id: step_id source: step_name - id: steps diff --git a/lofar-cwl/steps/DP3.GenericStep.cwl b/lofar-cwl/steps/DP3.GenericStep.cwl index 38829da4..3c1a3031 100755 --- a/lofar-cwl/steps/DP3.GenericStep.cwl +++ b/lofar-cwl/steps/DP3.GenericStep.cwl @@ -39,7 +39,7 @@ expression: |- delete inputs.parameters.steps; delete inputs.parameters.parameters; delete inputs.parameters.steps; - + delete inputs.parameters.output_files; var new_step = {'step_type': step_type, 'step_id': step_id, -- GitLab