Skip to content

Commit

Permalink
Merge pull request #74 from ens-lgil/feature/hm_pos_validator_unknown
Browse files Browse the repository at this point in the history
Add more sources for the harmonized scoring file validator
  • Loading branch information
nebfield authored Mar 14, 2024
2 parents bc8d87f + f770745 commit 5c38dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgscatalog_utils/validate/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit 5c38dc3

Please sign in to comment.