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

Making workflow step run field expansion something that can be turned off #6

Closed kellrott closed 6 years ago

kellrott commented 6 years ago

Also fixes a few assorted bugs.

codecov[bot] commented 6 years ago

Codecov Report

Merging #6 into master will decrease coverage by 0.64%. The diff coverage is 18.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
- Coverage   61.52%   60.87%   -0.65%     
==========================================
  Files           5        5              
  Lines         473      478       +5     
==========================================
  Hits          291      291              
- Misses        182      187       +5
Impacted Files Coverage Δ
cwlgen/workflow.py 23.8% <0%> (-0.59%) :arrow_down:
cwlgen/import_cwl.py 66.22% <25%> (-0.89%) :arrow_down:

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 812d1cf...6c72cc5. Read the comment docs.

khillion commented 6 years ago

Thanks!