Ideally, when a process fails it should write something to the terminal for further investigation. This could give hints or tips to the end user for things to check out:
> TEST_PUBLISH_FILE (failed)
This suggests your set up is unable to publish files to the output directory (${params.outdir}). Likely reasons are the head node is unable to reach the directory or it does not have permissions.
I'm not 100% sure how to achieve this.
Ideally, when a process fails it should write something to the terminal for further investigation. This could give hints or tips to the end user for things to check out:
I'm not 100% sure how to achieve this.