Skip to content

Commit

Permalink
Merge pull request #83 from bcgsc/release/v1.9.1
Browse files Browse the repository at this point in the history
Release/v1.9.1
  • Loading branch information
mathieulemieux authored Mar 20, 2023
2 parents 0088a8e + 0b72ebd commit 60445de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion graphkb/match.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def match_positional_variant(
{
'target': convert_to_rid_list(filtered),
'queryType': 'similarTo',
'edges': ['AliasOf', 'DeprecatedBy', 'CrossReferenceOf'],
'edges': ['AliasOf', 'DeprecatedBy', 'CrossReferenceOf', 'GeneralizationOf'],
'treeEdges': ['Infers'],
'returnProperties': POS_VARIANT_RETURN_PROPERTIES,
},
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins:
usage_examples/tutorial.md: https://bcgsc.github.io/pori/graphkb/scripting/intro_tutorial/
usage_examples/intro_tutorial.md: https://bcgsc.github.io/pori/graphkb/scripting/intro_tutorial/
matching/index.md: https://bcgsc.github.io/pori/graphkb/matching/
matching/: https://bcgsc.github.io/pori/graphkb/matching/
matching.md: https://bcgsc.github.io/pori/graphkb/matching/
matching/gene.md: https://bcgsc.github.io/pori/graphkb/matching/gene/
usage_examples/snpsift/: https://bcgsc.github.io/pori/graphkb/scripting/snpsift/
usage_examples/variant_strings/: https://bcgsc.github.io/pori/graphkb/scripting/variant_strings/
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include_trailing_comma = true
[metadata]
name = graphkb
url = https://github.com/bcgsc/pori_graphkb_python
version = 1.9.0
version = 1.9.1
author_email = [email protected]
description = python adapter for interacting with the GraphKB API
long_description = file: README.md
Expand Down

0 comments on commit 60445de

Please sign in to comment.