Skip to content

Commit

Permalink
taxon map patch to support xenbase queries in owlsim2
Browse files Browse the repository at this point in the history
  • Loading branch information
kshefchek committed Nov 12, 2021
1 parent 756cca5 commit 7ba4e23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ontobio/sim/api/owlsim2.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,8 @@ def _get_namespace_filter(
'9606': 'disease',
'7227': 'gene',
'6239': 'gene',
'7955': 'gene'
'7955': 'gene',
'8353': 'gene'
}
if category_filter is not None and taxon_filter is None:
raise ValueError("Must provide taxon filter along with category")
Expand Down

0 comments on commit 7ba4e23

Please sign in to comment.