Recent Releases of cwlprov

cwlprov - 0.1.2

What's Changed

  • Hyperlink DOI to preferred resolver by @katrinleinweber in https://github.com/common-workflow-language/cwlprov-py/pull/1
  • Upgrade to GitHub-native Dependabot by @dependabot-preview in https://github.com/common-workflow-language/cwlprov-py/pull/3
  • Modernize by @mr-c in https://github.com/common-workflow-language/cwlprov-py/pull/5
  • [Snyk] Security upgrade networkx from 2.2 to 2.6 by @snyk-bot in https://github.com/common-workflow-language/cwlprov-py/pull/6
  • Modernize codebase by @mr-c in https://github.com/common-workflow-language/cwlprov-py/pull/9

New Contributors

  • @katrinleinweber made their first contribution in https://github.com/common-workflow-language/cwlprov-py/pull/1
  • @dependabot-preview made their first contribution in https://github.com/common-workflow-language/cwlprov-py/pull/3
  • @mr-c made their first contribution in https://github.com/common-workflow-language/cwlprov-py/pull/5
  • @snyk-bot made their first contribution in https://github.com/common-workflow-language/cwlprov-py/pull/6

Full Changelog: https://github.com/common-workflow-language/cwlprov-py/compare/0.1.1...0.1.2

- Python
Published by mr-c over 4 years ago

cwlprov - cwlprov-py 0.1.1

The cwlprov Python tool is a command line interface to validate and inspect CWLProv Research Objects that capture workflow runs, typically executed in a Common Workflow Language implementation.

DOI

Installation

You'll need Python 3.

To install from pip try:

pip3 install cwlprov

If you would rather install from this source code:

pip3 install .

If you would like to use the cwltool rerun feature you may also need:

pip3 install cwlref-runner 

Usage

Use cwlprov --help to see all options.

Checksums

SHA256:

c0bca8a038f130dc67f02d4a1c08757a3d7dd33b2219599e71267211a4e484b1 cwlprov-0.1.1-py3-none-any.whl aa12a6fd99875fd1adc40a12fe3e75812318bb2edb9e087b228d73920cfbe7ab cwlprov-0.1.1.tar.gz

- Python
Published by stain over 7 years ago