Skip to content

Commit

Permalink
Fixing issue with MutationTaster URL (#423)
Browse files Browse the repository at this point in the history
Related-Issue: #423
Closes: #423
Projected-Results-Impact: none
  • Loading branch information
holtgrewe committed Mar 30, 2022
1 parent 9180312 commit f592528
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ End-User Summary
- Fixing bug in XLSX export (#417)
- Fixing problem with multi-sample queries (#419)
- Fixing issue with cohort queries (#420)
- Fixing issue with mutationtaster queries (#423)

Full Change List
================
Expand All @@ -25,6 +26,7 @@ Full Change List
This is done by rolling back adding the ``_ClosingWrapper`` class.
We will need a different approach for the queries than was previously attempted here.
- Fixing issue with cohort queries (#420)
- Fixing issue with mutationtaster queries (#423)

------
v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def set_logging(level=None):

# Varfish: MutationTaster URL
VARFISH_MUTATIONTASTER_REST_API_URL = env.str(
"VARFISH_MUTATIONTASTER_REST_API_URL", "https://www.mutationdistiller.org/MTc/MT_API.cgi",
"VARFISH_MUTATIONTASTER_REST_API_URL", "https://www.genecascade.org/MT2021/MT_API102.cgi",
)
VARFISH_MUTATIONTASTER_BATCH_VARS = env.int("VARFISH_MUTATIONTASTER_BATCH_VARS", 50)
VARFISH_MUTATIONTASTER_MAX_VARS = env.int("VARFISH_MUTATIONTASTER_MAX_VARS", 500)
Expand Down

0 comments on commit f592528

Please sign in to comment.