common-workflow-lab / python-cwlgen

Generation of CWL programmatically. Available types: CommandLineTool and DockerRequirement
https://github.com/common-workflow-language/cwl-utils
MIT License
29 stars 13 forks source link

Deprecate CWLGen #47

Closed illusional closed 4 years ago

illusional commented 4 years ago

Closes https://github.com/common-workflow-language/python-cwlgen/issues/27 and 2020-05-26 EMEA-Americas Common Workflow Language meeting notes.

This project is intended to be deprecated, and this PR makes suitable changes to the docs and repository to action this. It relies on the 0.4 release of cwl_utils which will release the new python API classes generated from the grammar.

codecov[bot] commented 4 years ago

Codecov Report

Merging #47 into master will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   78.75%   78.80%   +0.05%     
==========================================
  Files          10       10              
  Lines         720      722       +2     
==========================================
+ Hits          567      569       +2     
  Misses        153      153              
Impacted Files Coverage Δ
cwlgen/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5f911af...5f753e4. Read the comment docs.

illusional commented 4 years ago

Hey @mr-c, if you get a sec, do you mind taking a look at this?

mr-c commented 4 years ago

Is this released on PyPI as well?

illusional commented 4 years ago

It is now @mr-c in v0.4.2 (PYPI: v0.4.2). I'm happy for this repo to be archived now :)