From ab31ee346c768aa8aea6ead2bdcded10b4fc8c1c Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Wed, 4 Dec 2019 10:45:34 +0100 Subject: [PATCH] Fix wrong type for parameter --- subworkflow/ndppp_prep_cal.cwl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subworkflow/ndppp_prep_cal.cwl b/subworkflow/ndppp_prep_cal.cwl index d06e9e65..89961f05 100644 --- a/subworkflow/ndppp_prep_cal.cwl +++ b/subworkflow/ndppp_prep_cal.cwl @@ -42,7 +42,7 @@ inputs: 'sbg:x': 2021.81787109375 'sbg:y': -352.4759216308594 - id: freqresolution - type: string + type: int 'sbg:x': 1999.5889892578125 'sbg:y': 170.7563934326172 outputs: @@ -238,4 +238,4 @@ steps: requirements: - class: SubworkflowFeatureRequirement - class: StepInputExpressionRequirement - - class: InlineJavascriptRequirement \ No newline at end of file + - class: InlineJavascriptRequirement -- GitLab