I have started to read Nexflow's documentation and found that one can specify a scratch
directory for the execution. Once the task is complete, one can use the stageOutMode
directive to copy the output files from scratch
to storeDir
.
The output files to be copied are specified by the output
directive. My question is the following: is it possible to specify entire directories as output so that they would be copied recursively from scratch
to storeDir
? If so, how?