From f7707451934bb29d980504374bcf553bb7975fb6 Mon Sep 17 00:00:00 2001 From: Laurent Gil Date: Fri, 15 Dec 2023 11:21:01 +0000 Subject: [PATCH] Add more sources for the harmonized scoring file validator --- pgscatalog_utils/validate/schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgscatalog_utils/validate/schemas.py b/pgscatalog_utils/validate/schemas.py index 7997b95..cb330d8 100644 --- a/pgscatalog_utils/validate/schemas.py +++ b/pgscatalog_utils/validate/schemas.py @@ -50,7 +50,7 @@ VALID_FILE_EXTENSIONS = [".txt", ".txt.gz"] # For the harmonized files -VALID_SOURCES = ['ENSEMBL','Author-reported'] +VALID_SOURCES = ['ENSEMBL','Author-reported','liftover','Unknown'] # VALID_CODES = ['5','4','3','1','0','-1','-4','-5'] BUILD_LIST = ['GRCh37','GRCh38']