A:
- Check the config file: did you specify the correct executor (e.g. SGE, SLURM, ...)?
- Check the Nextflow output to see which specific process failed. Try to increase the memory allocated to that process in the config file. For example, if the process "makeBorda" failed, change
-l h_vmem=10Gto-l h_vmem=20Gfor the makeBorda process in the config file.