fulcrumgenomics / dagr

A scala based DSL and framework for writing and executing bioinformatics pipelines as Directed Acyclic GRaphs
MIT License
69 stars 14 forks source link

DO NOT MERGE: Expose a way to modify the pipeline prior to execution. #326

Closed nh13 closed 6 years ago

nh13 commented 6 years ago

This may be useful to add a task to the end of all pipelines (ex. uploading data)

codecov-io commented 6 years ago

Codecov Report

Merging #326 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #326      +/-   ##
==========================================
+ Coverage   91.37%   91.38%   +<.01%     
==========================================
  Files          31       31              
  Lines        1136     1137       +1     
  Branches      102      111       +9     
==========================================
+ Hits         1038     1039       +1     
  Misses         98       98
Impacted Files Coverage Δ
...rc/main/scala/dagr/core/cmdline/DagrCoreMain.scala 81.05% <100%> (+0.2%) :arrow_up:

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 f86ce5f...fc61059. Read the comment docs.