Skip to content

Commit

Permalink
refresh CWL v1.0 support results
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Dec 5, 2023
1 parent ee6d48a commit 5c41f40
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/running-workflows/supported-systems/cwl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- markdownlint-disable no-inline-html -->
Expand All @@ -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
```

</details>
Expand Down

0 comments on commit 5c41f40

Please sign in to comment.