cumc / dsc

Repo for Dynamic Statistical Comparisons project
https://stephenslab.github.io/dsc-wiki
MIT License
1 stars 0 forks source link

Syntax and implementation for converging pipelines #9

Open gaow opened 4 years ago

gaow commented 4 years ago

As discussed during the meeting, instead of keep branching out we want a syntax to converge the pipelines. For example,

A * B * C > D

where all results from C are consolidated at D. But it gets tricky when D depends on both C and B, and convergence of B on D is also expected at this point. Implementation-wise it is not too much difference from implementing it for C, but syntax is a bit obscure for "B converging to D" in this case.