General
When working with Fusion, you might encounter the following issues.
Too many open files
Tasks fail with an error about too many open files.
This issue occurs when the default file descriptor limit is too low for the container workload.
To resolve this issue, increase the ulimit for the container. Append the following to your Nextflow configuration:
process.containerOptions = '--ulimit nofile=1048576:1048576'