-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Currently, resources will alway default to being read from Google Cloud Public Datasets.
gnomad_methods/gnomad/resources/config.py
Lines 14 to 16 in 748c5e4
DEFAULT_GNOMAD_PUBLIC_RESOURCE_SOURCE = ( | |
GnomadPublicResourceSource.GOOGLE_CLOUD_PUBLIC_DATASETS | |
) |
Preferably, the default would be based on the environment, such that jobs running on EMR automatically default to reading resources from the Registry of Open Data on AWS and jobs running on HDInsight default to reading from Azure Open Datasets.
Maybe Hail already has something for identifying the environment (at least in clusters started with hailctl
)?
Metadata
Metadata
Assignees
Labels
No labels