From 0bc75320bf8de1ae4c643b02c6efc62cbeba2a72 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 21 Aug 2023 16:29:15 +0930 Subject: [PATCH] #830 - enable in Shariant test --- variantgrid/settings/env/sharianttest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/variantgrid/settings/env/sharianttest.py b/variantgrid/settings/env/sharianttest.py index b68e7c2fd..e697a02f2 100644 --- a/variantgrid/settings/env/sharianttest.py +++ b/variantgrid/settings/env/sharianttest.py @@ -35,6 +35,7 @@ _ANNOTATION_BASE_DIR = "/data/annotation" # Set this to where you downloaded annotation (${ANNOTATION_BASE_DIR} from wiki) ANNOTATION_VCF_DUMP_DIR = os.path.join(_ANNOTATION_BASE_DIR, 'test_annotation_scratch') +SEARCH_HGVS_GENE_SYMBOL_USE_MANE = True LIFTOVER_NCBI_REMAP_ENABLED = True SHARIANT_STATIC_FILES_DIR = os.path.join(VARIANTGRID_APP_DIR, "static_files", "shariant_static")