protvista-uniprot 4.4.6 → 4.4.7
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.
|
@@ -62153,7 +62153,8 @@ const vvt = [
|
|
|
62153
62153
|
positions: `${r.uniprot_start}-${r.uniprot_end}`,
|
|
62154
62154
|
protvistaFeatureId: r.model_identifier,
|
|
62155
62155
|
downloadLink: r.model_url,
|
|
62156
|
-
|
|
62156
|
+
// isoform.io does not have a model page url. Link to their homepage instead.
|
|
62157
|
+
sourceDBLink: r.provider === "isoform.io" ? "https://www.isoform.io/home" : r.model_page_url
|
|
62157
62158
|
})) || [], pme = Un`
|
|
62158
62159
|
<strong>Model Confidence:</strong>
|
|
62159
62160
|
<ul class="no-bullet">
|
|
@@ -62260,7 +62261,7 @@ let fR = class extends hw {
|
|
|
62260
62261
|
source: t,
|
|
62261
62262
|
downloadLink: r
|
|
62262
62263
|
}) {
|
|
62263
|
-
J$e.includes(t) ? (this.modelUrl = r, this.structureId = void 0) : (this.structureId = e, this.modelUrl = void 0, this.structureId.startsWith("AF-") ? this.metaInfo = pme : this.metaInfo = void 0);
|
|
62264
|
+
J$e.includes(t) ? (this.modelUrl = r, this.structureId = void 0, this.metaInfo = void 0) : (this.structureId = e, this.modelUrl = void 0, this.structureId.startsWith("AF-") ? this.metaInfo = pme : this.metaInfo = void 0);
|
|
62264
62265
|
}
|
|
62265
62266
|
get cssStyle() {
|
|
62266
62267
|
return nZ`
|