Closed amoschoomy closed 1 year ago
Hi,
the option --tmpDir
does not set the nextflow work
directory. You may want to use the nextflow -work-dir
command line option to specify a custom workdir
. See also: https://www.nextflow.io/docs/latest/cli.html?highlight=work-dir#run
Hi, I'm running into disk quota error in my hpc while running the pipeline. I checked in my HPC, turns out while the pipeline is running, nextNEOpi is writing data into the folder named
work
that is enormously large. How do I prevent this from using up my disk quota? I've already set up$TMPDIR
(there's a default tmp directory created by our HPC everytime a batch script is submitted) as shown below but thework
folder still gets written in my HPC.Much thanks!