Phil <[email protected]> writes:
> I don't think GWL can memoize > different processes in a workflow tho - so running a workflow several > times results in all workflow processes being run, as far as I know. By default GWL caches outputs that have already been computed. Currently there’s only one way to skip computation and that is through files. When a computation results in a file the output is cached; if the output exists already then the computation is not re-rerun unless explicitly requested. (The GWL needs even more caching to avoid recomputing build scripts, but that’s a separate issue.) -- Ricardo
