Skip to content

Commit

Permalink
Merge pull request #77 from broadinstitute/helm-update-clarification
Browse files Browse the repository at this point in the history
remove hardcoded broad-seqr name from docs
  • Loading branch information
hanars authored Nov 1, 2024
2 parents 48e995c + d7b9784 commit 12633ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Then:
After install you should expect to something like:

```
helm install broad-seqr seqr-helm/seqr-platform
helm install YOUR_INSTITUTION_NAME-seqr seqr-helm/seqr-platform
NAME: YOUR_INSTITUTION_NAME-seqr
LAST DEPLOYED: Wed Oct 16 14:50:22 2024
NAMESPACE: default
Expand Down Expand Up @@ -144,7 +144,7 @@ A more comprehensive example of what this may look like, and how the different v
To fetch the latest versions of the `helm` infrastructure and `seqr` application code, you may run:
```
helm repo update
helm upgrade broad-seqr seqr-helm/seqr-platform
helm upgrade YOUR_INSTITUTION_NAME-seqr seqr-helm/seqr-platform
```

To update reference data in seqr, such as OMIM, HPO, etc., run the following
Expand Down

0 comments on commit 12633ce

Please sign in to comment.