Edgar

Results 3 comments of Edgar

I saw it, but it's an issue of DSL2. It's not working in local or the CRG. #215 I guess its due the executors, and this is due the modules...

Running locally or at CRG's cluster. And using nextflow modules. I have this. I guess it's because I'm using multiple containers, and I would like to know if its possible...

A way to get it is using ```onError``` ``` workflow.onError { println "Oops... Pipeline execution stopped with the following message: ${workflow.errorMessage}" } ```