You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg="Could not construct a functional impact statement for this mapped variant; No score range evidence exists for this score set.",
142
+
msg="Could not construct a functional impact statement for this mapped variant. Variant does not have sufficient evidence to evaluate its functional impact.",
143
143
extra=logging_context(),
144
144
)
145
145
raiseHTTPException(
146
146
status_code=404,
147
-
detail=f"Could not construct a functional impact statement for mapped variant {urn}: No score range evidence found",
147
+
detail=f"Could not construct a functional impact statement for mapped variant {urn}. Variant does not have sufficient evidence to evaluate its functional impact.",
msg="Could not construct a pathogenicity evidence line for this mapped variant; No calibrations exist for this score set.",
183
+
msg="Could not construct a pathogenicity evidence line for this mapped variant; Variant does not have sufficient evidence to evaluate its pathogenicity.",
184
184
extra=logging_context(),
185
185
)
186
186
raiseHTTPException(
187
187
status_code=404,
188
-
detail=f"Could not construct a pathogenicity evidence line for mapped variant {urn}; No calibrations exist for this score set",
188
+
detail=f"Could not construct a pathogenicity evidence line for mapped variant {urn}; Variant does not have sufficient evidence to evaluate its pathogenicity.",
f"Could not construct a functional impact statement for mapped variant {score_set['urn']}#1: No score range evidence found"
422
+
f"Could not construct a functional impact statement for mapped variant {score_set['urn']}#1. Variant does not have sufficient evidence to evaluate its functional impact"
f"Could not construct a pathogenicity evidence line for mapped variant {score_set['urn']}#1; No calibrations exist"
586
+
f"Could not construct a pathogenicity evidence line for mapped variant {score_set['urn']}#1; Variant does not have sufficient evidence to evaluate its pathogenicity"
0 commit comments