Skip to content

Commit c6fb488

Browse files
authored
Try out the new badges (#1190)
1 parent 2ae8117 commit c6fb488

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

README.rst

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Common Workflow Language tool description reference implementation
44

55
CWL conformance tests: |Conformance Status| |Linux Status| |Windows Status| |Coverage Status| |Downloads|
66

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|
711

812
.. |Conformance Status| image:: https://ci.commonwl.org/buildStatus/icon?job=cwltool-conformance
913
:target: https://ci.commonwl.org/job/cwltool-conformance/
@@ -20,6 +24,52 @@ CWL conformance tests: |Conformance Status| |Linux Status| |Windows Status| |Cov
2024
.. |Downloads| image:: https://pepy.tech/badge/cwltool/month
2125
:target: https://pepy.tech/project/cwltool
2226

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+
2373
This is the reference implementation of the Common Workflow Language. It is
2474
intended to be feature complete and provide comprehensive validation of CWL
2575
files as well as provide other tools related to working with CWL.

0 commit comments

Comments
 (0)