-
Notifications
You must be signed in to change notification settings - Fork 7
RunHaplotypecaller fails on scratch #471
Comments
Please give me a way to reproduce this. I run with |
Hey, created a directory at /proj/b2015110/nobackup/szilva/CAW471 with test data. There is a script and called like:
When NXF_WORK is set to a local directory (pwd/work), it works fine. When set to scratch, it fails - |
Also seems the returnMin() part always returns with totalMemory in the configuration. compareTo() expects integers, but the values added are different types. Therefore only a single HaplotypeCaller is launched albeit with a lot of memory. |
Please open a new issue for that. This change was not made by me. |
I believe the problem is that the directory |
Indeed! @maxulysse to be blamed in #473 |
:-) |
Note that the error message that you gave above:
... is different from the one in the
The one in |
I'm fixing the |
So creating |
When running on scratch, the bed files are missing. It works when NFX_WORK is on a local directory:
changing NXF_WORK to
`pwd`/work
fixes the issue.The text was updated successfully, but these errors were encountered: