Hello!
I’ve been trying to get Nextflow set up with AWS fargate. I am using the nf-core/rnaseq pipeline, and for most samples it is working successfully, but STAR mapping is resulting in errors for maybe 20% of samples.
After much pain, it looks like the ephemeral storage of tasks is set to 50 Gb by default. I had naively assumed that adjusting the ephemeral storage of the “head node” would alter the storage for each process…
Does anyone know of a way in nextflow to alter the default ephemeral storage? Or even better, a way to have this controlled at the process-level? Ideally this would be set to 100+Gb…
Thank you!
Joe