common-workflow-lab / wdl-cwl-translator

A translator from WDL to CWL v1.2
Apache License 2.0
26 stars 8 forks source link

Funcs improved #167

Closed ntachukwu closed 2 years ago

ntachukwu commented 2 years ago

Little improvements to the get_expr_apply method and added some comments to the get_outdir_requirment method as some of the decisions made might seem a little confusing when read later out of context.

codecov[bot] commented 2 years ago

Codecov Report

Merging #167 (0ce63d6) into main (881e646) will decrease coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #167      +/-   ##
==========================================
- Coverage   96.13%   96.03%   -0.11%     
==========================================
  Files           5        5              
  Lines         698      655      -43     
==========================================
- Hits          671      629      -42     
+ Misses         27       26       -1     
Impacted Files Coverage Δ
wdl2cwl/main.py 95.54% <100.00%> (-0.16%) :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 881e646...0ce63d6. Read the comment docs.