Closed eparejatobes closed 8 years ago
I didn't quite inderstand your reply. Is it, for some reason, not possible to have stats for NoFlashDataflow
?
Well, it is, but the code for collecting stats is not flexible: it requires as inputs some outputs from the flash-step. Loquat doesn't have "optional inputs", so you can have another stats
and summary
steps for this type of pipeline with a lot of code duplication, but I would prefer to make it somehow better.
One way or another, this should be part of the no-flash option.
Not arguing with this. It just wasn't planned for the next release as not urgent feature that can wait until issues causing this difficulty get resolved.
Note to self: needs discussion with @rtobes @marina-manrique
I think we have discussed this and decided to move stats/summary to a separate project. @eparejatobes Is this correct?
Yes.
Ok. The I'm closing this.
At this moment it's by design. Because then you need to have another
stats
loquat for theNoFlashDataflow
, because it has less inputs.