Skip to content

Commit

Permalink
bump setup.py version and OT schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
apriltuesday committed Mar 30, 2022
1 parent 9a487cd commit b947304
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/generate-evidence-strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Next, set up the protocol-specific environment:
export OT_RELEASE=YYYY-MM

# Open Targets JSON schema version.
export OT_SCHEMA_VERSION=2.1.0
export OT_SCHEMA_VERSION=2.2.0
```

### Check and correct known problematic mappings
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_requires():


setup(name='eva_cttv_pipeline',
version='2.4.1',
version='2.5.0',
packages=find_packages(),
install_requires=get_requires(),
#! TBD: list as a dependency subpackage 'clinvar_xml_utils.clinvar_xml_utils.clinvar_xml_utils'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from eva_cttv_pipeline.clinvar_xml_io import clinvar_xml_io

OT_SCHEMA_VERSION = "2.1.0"
OT_SCHEMA_VERSION = "2.2.0"

test_dir = os.path.dirname(__file__)
efo_mapping_file = os.path.join(test_dir, 'resources', 'string_to_ontology_mappings.tsv')
Expand Down

0 comments on commit b947304

Please sign in to comment.