|
1 |
| -|Linux Build Status| |Windows Build status| |Code coverage| |
| 1 | +========================================== |
| 2 | +Common Workflow Language testing framework |
| 3 | +========================================== |
| 4 | + |
| 5 | +|Linux Build Status| |Code coverage| |
| 6 | + |
| 7 | +PyPI: |PyPI Version| |PyPI Downloads Month| |Total PyPI Downloads| |
2 | 8 |
|
3 |
| -.. |Linux Build Status| image:: https://img.shields.io/travis/common-workflow-language/cwltest/master.svg?label=unix%20build |
4 |
| - :target: https://travis-ci.org/common-workflow-language/cwltest |
5 |
| -.. |Windows Build status| image:: https://img.shields.io/appveyor/ci/mr-c/cwltest/master.svg?label=windows%20build |
6 |
| - :target: https://ci.appveyor.com/project/mr-c/cwltest/branch/master |
| 9 | +Conda: |Conda Version| |Conda Installs| |
| 10 | + |
| 11 | +.. |Linux Build Status| image:: https://github.com/common-workflow-language/cwltest/actions/workflows/ci-tests.yml/badge.svg?branch=main |
| 12 | + :target: https://github.com/common-workflow-language/cwltest/actions/workflows/ci-tests.yml |
7 | 13 | .. |Code coverage| image:: https://codecov.io/gh/common-workflow-language/cwltest/branch/master/graph/badge.svg
|
8 | 14 | :target: https://codecov.io/gh/common-workflow-language/cwltest
|
9 | 15 |
|
10 |
| -========================================== |
11 |
| -Common workflow language testing framework |
12 |
| -========================================== |
| 16 | +.. |PyPI Version| image:: https://badge.fury.io/py/cwltest.svg |
| 17 | + :target: https://badge.fury.io/py/cwltest |
| 18 | + |
| 19 | +.. |PyPI Downloads Month| image:: https://pepy.tech/badge/cwltest/month |
| 20 | + :target: https://pepy.tech/project/cwltest |
| 21 | + |
| 22 | +.. |Total PyPI Downloads| image:: https://static.pepy.tech/personalized-badge/cwltest?period=total&units=international_system&left_color=black&right_color=orange&left_text=Total%20PyPI%20Downloads |
| 23 | + :target: https://pepy.tech/project/cwltest |
| 24 | + |
| 25 | +.. |Conda Version| image:: https://anaconda.org/bioconda/cwltest/badges/version.svg |
| 26 | + :target: https://anaconda.org/bioconda/cwltest |
| 27 | + |
| 28 | +.. |Conda Installs| image:: https://anaconda.org/bioconda/cwltest/badges/downloads.svg |
| 29 | + :target: https://anaconda.org/bioconda/cwltest |
13 | 30 |
|
14 | 31 | This is a testing tool for checking the output of Tools and Workflows described
|
15 | 32 | with the Common Workflow Language. Among other uses, it is used to run the CWL
|
16 | 33 | conformance tests.
|
17 | 34 |
|
18 |
| -This is written and tested for Python 2.7, 3.4, 3.5, 3.6, and 3.7 |
| 35 | +This is written and tested for Python 3.6, 3.7, 3.8, and 3.9 |
19 | 36 |
|
20 | 37 | Install
|
21 | 38 | -------
|
22 | 39 |
|
23 |
| -Installing the official package from PyPi:: |
| 40 | +Installing the official package from PyPi |
| 41 | + |
| 42 | +.. code:: bash |
24 | 43 |
|
25 | 44 | pip install cwltest
|
26 | 45 |
|
27 |
| -Or from source:: |
| 46 | +Or from bioconda |
| 47 | + |
| 48 | +.. code:: bash |
| 49 | +
|
| 50 | + conda install -c bioconda cwltest |
| 51 | +
|
| 52 | +Or from source |
| 53 | + |
| 54 | +.. code:: bash |
28 | 55 |
|
29 | 56 | git clone https://github.com/common-workflow-language/cwltest.git
|
30 | 57 | cd cwltest && python setup.py install
|
|
0 commit comments