Skip to content

Commit

Permalink
Merge pull request #519 from NCATSTranslator/updated_normalizer_url
Browse files Browse the repository at this point in the history
updated node normalizer version
  • Loading branch information
MarkDWilliams authored Oct 30, 2023
2 parents 376b609 + 08d2cff commit 108f645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tr_sys/tr_ars/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'inforesid': 'ARS'
}

NORMALIZER_URL=os.getenv("TR_NORMALIZER") if os.getenv("TR_NORMALIZER") is not None else "https://nodenorm.transltr.io/1.3/get_normalized_nodes"
NORMALIZER_URL=os.getenv("TR_NORMALIZER") if os.getenv("TR_NORMALIZER") is not None else "https://nodenormalization-sri.renci.org/1.4/get_normalized_nodes"
ANNOTATOR_URL=os.getenv("TR_ANNOTATOR") if os.getenv("TR_ANNOTATOR") is not None else "https://biothings.ci.transltr.io/annotator/"
APPRAISER_URL=os.getenv("TR_APPRAISE") if os.getenv("TR_APPRAISE") is not None else "http://localhost:9096/get_appraisal"

Expand Down

0 comments on commit 108f645

Please sign in to comment.