Skip to content

Commit

Permalink
Merge pull request #84 from PGScatalog/dev
Browse files Browse the repository at this point in the history
v0.5.3
  • Loading branch information
nebfield committed Mar 14, 2024
2 parents bc8d87f + 2393e9a commit b5962bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pgscatalog_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.2"
__version__ = "0.5.3"
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pgscatalog_utils"
version = "0.5.2"
version = "0.5.3"
description = "Utilities for working with PGS Catalog API and scoring files"
homepage = "https://github.com/PGScatalog/pgscatalog_utils"
authors = ["Benjamin Wingfield <[email protected]>", "Samuel Lambert <[email protected]>", "Laurent Gil <[email protected]>"]
Expand Down

0 comments on commit b5962bf

Please sign in to comment.