Skip to content

Commit efd5986

Browse files
authored
Hide references to ci.commonwl.org (#1329)
1 parent e74df48 commit efd5986

File tree

1 file changed

+1
-55
lines changed

1 file changed

+1
-55
lines changed

README.rst

Lines changed: 1 addition & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22
Common Workflow Language tool description reference implementation
33
==================================================================
44

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

157
.. |Linux Status| image:: https://img.shields.io/travis/common-workflow-language/cwltool/main.svg?label=Linux%20builds
168
:target: https://travis-ci.org/common-workflow-language/cwltool
@@ -24,52 +16,6 @@ CWL conformance tests: |Conformance Status| |Linux Status| |Windows Status| |Cov
2416
.. |Downloads| image:: https://pepy.tech/badge/cwltool/month
2517
:target: https://pepy.tech/project/cwltool
2618

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

0 commit comments

Comments
 (0)