Tool to manage agora data
This project allows Agora maintainers to update the Agora database with new versions of gene data from Synapse. This is a, manually triggered, self service update.
To deploy an updated data version to the Agora development database
- Increment
data-version
indata-manifest.json
on thedevelop
branch. - Commit the change
- The CI system automatically updates the new version to the DB
To deploy an updated data version to the staging and prod database.
- Merge data-version update to staging and prod branches.