From 69418761ade39eefca238b03269cf51683adb595 Mon Sep 17 00:00:00 2001 From: tmillenaar <millenaar@astron.nl> Date: Wed, 5 Jun 2024 15:37:16 +0200 Subject: [PATCH] Simplyfy Directory and boolean arrays --- steps/format_metrics.cwl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/steps/format_metrics.cwl b/steps/format_metrics.cwl index 3c11185..fe3538c 100644 --- a/steps/format_metrics.cwl +++ b/steps/format_metrics.cwl @@ -12,13 +12,9 @@ inputs: - id: quality type: Any - id: msin - type: - type: array - items: Directory + type: Directory[] - id: keep_input - type: - type: array - items: boolean + type: boolean[] - id: applied_fixes type: type: array -- GitLab