From 5c41f4053d6df29c0da8d8ceef74972ba5bb9ccb Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Tue, 5 Dec 2023 18:55:27 +0100 Subject: [PATCH] refresh CWL v1.0 support results --- .../supported-systems/cwl/index.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/running-workflows/supported-systems/cwl/index.md b/docs/running-workflows/supported-systems/cwl/index.md index 02a3cdc..46be300 100644 --- a/docs/running-workflows/supported-systems/cwl/index.md +++ b/docs/running-workflows/supported-systems/cwl/index.md @@ -16,12 +16,12 @@ The Common Workflow Language standard for describing computational workflows ori | 0.3 release series | 1.0.20180912090223 | | 0.2 release series | 1.0.20180326152342 | -## CWL v1.0 specification conformance results +## CWL v1.0 conformance results -REANA 0.8.0 tested on 2022-01-12 +REANA 0.9.1 tested on 2023-12-05 -- 183 tests passed -- 14 failures +- 177 tests passed +- 20 failures - 0 unsupported features @@ -43,6 +43,12 @@ REANA 0.8.0 tested on 2022-01-12 - Test [136/197] job_input_secondary_subdirs: Test specifying secondaryFiles in subdirectories of the job input document. - Test [137/197] job_input_subdir_primary_and_secondary_subdirs: Test specifying secondaryFiles in same subdirectory of the job input as the primary input file. - Test [173/197] docker_entrypoint: Test Docker ENTRYPOINT usage +- Test [192/197] no_inputs_commandlinetool: Test CommandLineTool without inputs +- Test [193/197] no_outputs_commandlinetool: Test CommandLineTool without outputs +- Test [194/197] no_inputs_workflow: Test Workflow without inputs +- Test [195/197] no_outputs_workflow: Test Workflow without outputs +- Test [196/197] anonymous_enum_in_array: Test an anonymous enum inside an array inside a record +- Test [197/197] schema-def_anonymous_enum_in_array: Test an anonymous enum inside an array inside a record, SchemaDefRequirement ```