Skip to content

Commit

Permalink
Merge pull request #81 from jeffquinn-msk/master
Browse files Browse the repository at this point in the history
Fix env vars in README
  • Loading branch information
inodb authored Jun 6, 2023
2 parents a7a60f8 + 9c8ac53 commit 468a583
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 468a583

Please sign in to comment.