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