Releases: bentsherman/nf-boost
Releases · bentsherman/nf-boost
Version 0.6.0
- Support workflow outputs third preview
- Declare config options
Version 0.5.0
- Add functions to read/write JSON and YAML
- Add
template()function for string templating - Add
request()function for making HTTP requests - Remove
thenManyoperator - Trim
examples/then.nfto core operators - Remove
execoperator
Version 0.4.0
- Change default cleanup interval from
5sto60s - Add v2 cleanup observer (uses workflow outputs instead of
publishDir)
Version 0.3.2
- Fix bug in cleanup observer
Version 0.3.1
- Add example pipeline and scripts to benchmark auto cleanup
- Improve the automatic cleanup algorithm
Version 0.3.0
scanoperatorexecoperator- Multiple source channels for
then/thenManyoperator
Version 0.2.0
mergeCsvfunctionmergeTextfunctionthen/thenManyoperator
Version 0.1.0
- Automatic cleanup (
boost.cleamup = true)