Skip to content

Commit

Permalink
update readme (#4532)
Browse files Browse the repository at this point in the history
* update readme

* Update README.md

* Update language

* Further tweak
  • Loading branch information
bpblanken authored Dec 10, 2024
1 parent f59d904 commit 8383240
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ seqr consists of the following components:

The seqr production instance runs on Google Kubernetes Engine (GKE) and data is loaded using Google Dataproc Spark clusters.

On-prem installs can be created using docker-compose:
On-prem installs using the elasticsearch backend can be created using docker-compose:
**[Local installs using docker-compose](deploy/LOCAL_INSTALL.md)**

On-prem installs using the `hail` backend can be created using **[helm](deploy/LOCAL_INSTALL_HELM.md)**

To help you decide which backend is best suited for your needs, please refer to the discussion post [announcing the `hail` backend](https://github.com/broadinstitute/seqr/discussions/4531).

To set up seqr for local development, see instructions **[here](deploy/LOCAL_DEVELOPMENT_INSTALL.md)**

## Updating / Migrating an older seqr Instance
Expand Down

0 comments on commit 8383240

Please sign in to comment.