Skip to content

Commit

Permalink
finished dispatcher and pathway lookups
Browse files Browse the repository at this point in the history
  • Loading branch information
veenhouse committed Nov 7, 2021
1 parent 25371e6 commit e15464e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion chp_utils/chp_utils

This file was deleted.

Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion chp_utils/trapi_query_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def normalize_to_preferred(self, queries, meta_knowledge_graph=None, with_normal

# Get all curies to normalize
curies_to_normalize = self._extract_all_curies(queries)

# Get normalized nodes
try:
normalization_dict = node_normalizer_client.get_normalized_nodes(curies_to_normalize)
Expand Down

0 comments on commit e15464e

Please sign in to comment.