Jim
Jim
Work on being able to use singularities with CUDA would be greatly appreciated.
I am struggling with the same problem.
Actually, I seemed to just have solved it. I think nextflow is ignoring config parameters in case these are formatted incorrectly. Try quoting your strings ``` process { withName: 'NFCORE_RNASEQ:RNASEQ:ALIGN_STAR'...
Actually, you probably also have to separate the properties of the two processes. ``` process { withName: 'NFCORE_RNASEQ:RNASEQ:ALIGN_STAR' { // single job memory = '80.GB' cpus = 32 time =...