Hatem
Hatem
https://github.com/broadinstitute/cromwell/blob/559c191b8722c8a23e3220a8a505f171114f547d/scripts/docker-develop/Dockerfile#L28C2-L28C2 The way Java is installed in Docker needs to be updated, I suggest using openjdk instead e.g. apt-get install -y git wget openjdk-11-jdk to replace lines 28-33 This also...
## New feature Support specifying a disk image for additional disk when using Google Batch. This would be useful in many cases but particularly with large reference files which can...
It seems when using batch dsub does not pass the custom network or private ip address to the allocation policy
Currently the Google Batch provider does not implement the --service-account and defaults to the Compute service account which might be disabled or don't have the right permissions.
I'm trying to run multiple pipelines that all read the same data (~20TB) . Copying this to all containers seems unreasonable and the best way I could think off is...