Hi everyone,
I'm implementing an analysis batch for an epidemiological modelling package https://github.com/CDCgov/Rt-without-renewal/tree/main/pipeline .
We're wondering if there is a functionality for graph plotting a DAG after it has been implied (e.g. by using Dagger.@spawn to generate a number of Thunks)? I've noted DaggerWebDash but it would be much easier to parse if there was a complete tutorial example of a workflow and/or some links to example usage in the Julia community.
Hi everyone,
I'm implementing an analysis batch for an epidemiological modelling package https://github.com/CDCgov/Rt-without-renewal/tree/main/pipeline .
We're wondering if there is a functionality for graph plotting a DAG after it has been implied (e.g. by using
Dagger.@spawnto generate a number ofThunks)? I've notedDaggerWebDashbut it would be much easier to parse if there was a complete tutorial example of a workflow and/or some links to example usage in the Julia community.