The Nextflow CLI includes a handy
clean
function, for clearing up after a run completes. Could an equivalent on the platform be added to the Run page? For example, on the pop-out options of a run, next to
Relaunch
,
Resume
,
Save as pipeline
there could be an additional option,
Clean
, which runs
nextflow clean -l ${NAME}
to purge the cache and working directory of intermediate contents.
This would clean up after a pipeline run which would be very useful for those with fixed-size storage.