protvista-uniprot 4.5.2 → 4.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -62228,7 +62228,7 @@ let fR = class extends hw {
|
|
|
62228
62228
|
const o = n[t]?.filter(
|
|
62229
62229
|
({ sequence: c }) => n[e].sequence?.value === c
|
|
62230
62230
|
);
|
|
62231
|
-
o
|
|
62231
|
+
o?.length && (a = wvt(o), this.alphamissenseAvailable = o.some(
|
|
62232
62232
|
(c) => c.amAnnotationsUrl
|
|
62233
62233
|
));
|
|
62234
62234
|
const s = Svt(n[r] || []), u = [...i, ...a, ...s];
|