From e1853f4fd6a9cabf2bd723c8414ed6f0decdad22 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Fri, 4 Dec 2020 17:14:41 +0100 Subject: [PATCH] Change input type Former-commit-id: 758d92979cebf546844f915d7eb758bef5db4e1f --- steps/find_skymodel_cal.cwl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/steps/find_skymodel_cal.cwl b/steps/find_skymodel_cal.cwl index ca8b2288..0ad1dee4 100644 --- a/steps/find_skymodel_cal.cwl +++ b/steps/find_skymodel_cal.cwl @@ -7,7 +7,9 @@ baseCommand: - python3 inputs: - id: msin - type: Directory[] + type: + - Directory + - Directory[] doc: MS containing the calibrator inputBinding: position: 0 -- GitLab