Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
These env variables need to be exported to have any effect
  • Loading branch information
jeffquinn-msk authored Jun 5, 2023
1 parent a7a60f8 commit 9c8ac53
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 @@ -26,8 +26,8 @@ database. When running this script, please specify:

Example:
```bash
MONGO_URI="mongodb://127.0.0.1:27017/annotator"
REF_ENSEMBL_VERSION="grch37_ensembl92"
export MONGO_URI="mongodb://127.0.0.1:27017/annotator"
export REF_ENSEMBL_VERSION="grch37_ensembl92"
./scripts/import_mongo.sh
```

Expand Down

0 comments on commit 9c8ac53

Please sign in to comment.