From 9c8ac53c871f092c51930cca7838ffc65c1f2c56 Mon Sep 17 00:00:00 2001 From: jeffquinn-msk <105746884+jeffquinn-msk@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:10:33 -0400 Subject: [PATCH] Update README.md These env variables need to be exported to have any effect --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3af8b06..83eab09 100644 --- a/README.md +++ b/README.md @@ -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 ```