broadinstitute / genetic-prevalence-estimator

https://genie.broadinstitute.org/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add configuration file with data URLs #100

Open nawatts opened 2 years ago

nawatts commented 2 years ago

We want to atomically update gnomAD and ClinVar Hail Tables. Currently, they are overwritten in place. Instead data pipelines should write to a new directory (maybe use the build ID) and update a configuration file with the new URLs when they are ready. The worker should read URLs from the configuration file.