nextflow clean <run_name|session_id>
Clean up project cache and work directories (Default: last run)
Arguments
Name | Description |
---|
run_name|session_id | |
Options
Name | Description |
---|
-after <run name> | Clean up runs executed after the specified one |
-before <run name> | Clean up runs executed before the specified one |
-but <run name> | Clean up all runs except the specified one |
-n, -dry-run | Print names of file to be removed without deleting them (Default: false) |
-f, -force | Force clean command (Default: false) |
-h, -help | Print the command usage (Default: false) |
-k, -keep-logs | Removes only temporary files but retains execution log entries and metadata (Default: false) |
-q, -quiet | Do not print names of files removed (Default: false) |