nf-boost
nf-boost copied to clipboard
Experimental features for Nextflow
Hi @bentsherman Thank you so much for sharing `ǹf-boost`, the `cleanup` fonctionality is eagerly awaited by many users, including us :) I made a first test case, and I would...
The `filterMap` operator is like `branch` but for a single output. It allows you to define a filtering condition and mapping expression in a single operator. I'm considering this alternative...
This PR adds a new cleanup observer that uses the workflow output definition instead of publishDir. It can be enabled by setting `boost.cleanup = 'v2'` in the config. Initial testing...
Hello, thanks for the plugin! I am having some issues with it, though. It is apparently deleting intermediate files marked for use in upcoming processes. When running my pipeline (which...