Closed glennhickey closed 2 weeks ago
I'm getting errors on the cluster of the form
mkdtemp(/data/tmp/bcftools.vXl1em) failed
This should be a fine location on the cluster node, but it could be problematic with a container binariesMode. This PR makes sure to use the working dir as temp, so the cactus_call machinery that makes everything relative will handle it as well...
cactus_call
I'm getting errors on the cluster of the form
This should be a fine location on the cluster node, but it could be problematic with a container binariesMode. This PR makes sure to use the working dir as temp, so the
cactus_call
machinery that makes everything relative will handle it as well...