@@ -4,6 +4,10 @@ Common Workflow Language tool description reference implementation
4
4
5
5
CWL conformance tests: |Conformance Status | |Linux Status | |Windows Status | |Coverage Status | |Downloads |
6
6
7
+ |CommandLineTool Support | |DockerRequirement Support | |EnvVarRequirement Support | |ExpressionTool Support |
8
+ |InitialWorkDirRequirement Support | |InlineJavascriptRequirement Support | |MultipleInputRequirement Support | |Core Support |
9
+ |ResourceRequirement Support | |ScatterRequirement Support | |SchemaDefRequirement Support | |ShellCommandequirement Support |
10
+ |StepInputRequirement Support | |SubWorkflowRequirement Support | |Workflow Support |
7
11
8
12
.. |Conformance Status | image :: https://ci.commonwl.org/buildStatus/icon?job=cwltool-conformance
9
13
:target: https://ci.commonwl.org/job/cwltool-conformance/
@@ -20,6 +24,52 @@ CWL conformance tests: |Conformance Status| |Linux Status| |Windows Status| |Cov
20
24
.. |Downloads | image :: https://pepy.tech/badge/cwltool/month
21
25
:target: https://pepy.tech/project/cwltool
22
26
27
+ .. |CommandLineTool Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/command_line_tool.json
28
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
29
+
30
+ .. |DockerRequirement Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/docker.json
31
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
32
+
33
+ .. |EnvVarRequirement Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/env_var.json
34
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
35
+
36
+ .. |ExpressionTool Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/expression_tool.json
37
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
38
+
39
+ .. |InitialWorkDirRequirement Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/initial_work_dir.json
40
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
41
+
42
+ .. |InlineJavascriptRequirement Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/inline_javascript.json
43
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
44
+
45
+ .. |MultipleInputRequirement Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/multiple_input.json
46
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
47
+
48
+ .. |Core Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/required.json
49
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
50
+
51
+ .. |ResourceRequirement Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/resource.json
52
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
53
+
54
+ .. |ScatterRequirement Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/scatter.json
55
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
56
+
57
+ .. |SchemaDefRequirement Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/schema_def.json
58
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
59
+
60
+ .. |ShellCommandequirement Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/shell_command.json
61
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
62
+
63
+ .. |StepInputRequirement Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/step_input.json
64
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
65
+
66
+ .. |SubWorkflowRequirement Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/subworkflow.json
67
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
68
+
69
+ .. |Workflow Support | image :: https://flat.badgen.net/https/raw.githubusercontent.com/common-workflow-language/conformance/master/cwltool/cwl_v1.0/cwltool_latest/workflow.json
70
+ :target: https://ci.commonwl.org/job/cwltool-conformance/
71
+
72
+
23
73
This is the reference implementation of the Common Workflow Language. It is
24
74
intended to be feature complete and provide comprehensive validation of CWL
25
75
files as well as provide other tools related to working with CWL.
0 commit comments