Viash 0.5.4
Posted September 27, 2021 by Viash Team ‐ 1 min read
Added cache directive to specify the typing of caching to be performed for the Nextflow platform
What's new?
A cache type can now be specified in the config file for the Nextflow platform. Previously this was hardcoded to be deep
, but the default caching method is now default
.
To use deep caching again, add this to your config file:
cache: deep
Full changelog:
BREAKING CHANGES
NextFlowPlatform
: The default caching mechanism is now what NextFlow uses as default. In order to replicate earlier caching,cache: deep
should be specified in the Viash config file.
NEW FEATURES
NextFlowPlatform
: Addedcache
directive to specify the typing of caching to be performed.