Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 495 Bytes

FAQ.md

File metadata and controls

6 lines (5 loc) · 495 Bytes

FAQ

Q: MINI-EX failed, what should I do now?

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=10G to -l h_vmem=20G for the makeBorda process in the config file.