Skip to content

Commit

Permalink
bump OT JSON schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
apriltuesday committed Apr 7, 2022
1 parent 48c0444 commit b242539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.2
export OT_SCHEMA_VERSION=2.2.3
```

### Check and correct known problematic mappings
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.2.2"
OT_SCHEMA_VERSION = "2.2.3"

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 b242539

Please sign in to comment.