protvista-uniprot 4.4.3 → 4.4.5
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.
|
@@ -62135,16 +62135,16 @@ const vvt = [
|
|
|
62135
62135
|
positions: `${t.uniprotStart}-${t.uniprotEnd}`,
|
|
62136
62136
|
protvistaFeatureId: t.entryId,
|
|
62137
62137
|
downloadLink: t.pdbUrl
|
|
62138
|
-
})), xvt = (e) => e
|
|
62138
|
+
})), xvt = (e) => e?.structures?.filter(
|
|
62139
62139
|
({ summary: r }) => J$e.includes(r.provider)
|
|
62140
|
-
)
|
|
62140
|
+
)?.map(({ summary: r }) => ({
|
|
62141
62141
|
id: r.model_identifier,
|
|
62142
62142
|
source: r.provider,
|
|
62143
62143
|
positions: `${r.uniprot_start}-${r.uniprot_end}`,
|
|
62144
62144
|
protvistaFeatureId: r.model_identifier,
|
|
62145
62145
|
downloadLink: r.model_url,
|
|
62146
62146
|
sourceDBLink: r.model_page_url
|
|
62147
|
-
})), pme = Un`
|
|
62147
|
+
})) || [], pme = Un`
|
|
62148
62148
|
<strong>Model Confidence:</strong>
|
|
62149
62149
|
<ul class="no-bullet">
|
|
62150
62150
|
<li>
|
|
@@ -62217,11 +62217,11 @@ let fR = class extends hw {
|
|
|
62217
62217
|
this.loading = !1;
|
|
62218
62218
|
const i = bvt(n[e] || []);
|
|
62219
62219
|
let a = [];
|
|
62220
|
-
n[e].sequence?.value === n[t]?.[0]?.sequence && (a = _vt(n[t] || [])
|
|
62221
|
-
const o = xvt(n[r] || []), s = [...i, ...a, ...o];
|
|
62222
|
-
!s || !s.length || (this.data = s, this.alphamissenseAvailable = n[t].some(
|
|
62220
|
+
n[e].sequence?.value === n[t]?.[0]?.sequence && (a = _vt(n[t] || []), this.alphamissenseAvailable = n[t].some(
|
|
62223
62221
|
(u) => u.amAnnotationsUrl
|
|
62224
62222
|
));
|
|
62223
|
+
const o = xvt(n[r] || []), s = [...i, ...a, ...o];
|
|
62224
|
+
!s || !s.length || (this.data = s);
|
|
62225
62225
|
}
|
|
62226
62226
|
disconnectedCallback() {
|
|
62227
62227
|
this.removeStyles();
|