Add 'clean' to workflow run options
acknowledged
Adam Talbot
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.
Y
Yinmn blue Partridge
This would be very useful in some form.
B
Bronze Crow
How about a
Clean up after run
checkbox/toggle setting the pipeline launch parameters? It is not critical, but in some scenarios it could be useful to automatically clean up after the pipeline has finished. I am thinking about testing and debugging new pipelines where you want to make sure they are working well on their own, for example.Rob Newman
acknowledged