protvista-uniprot 2.11.0 → 2.11.2
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.
package/package.json
CHANGED
package/src/config.json
CHANGED
|
@@ -285,6 +285,19 @@
|
|
|
285
285
|
}
|
|
286
286
|
],
|
|
287
287
|
"tooltip": "Short conserved sequence motif of biological significance"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "zn_fing",
|
|
291
|
+
"label": "Zinc finger",
|
|
292
|
+
"filter": "ZN_FING",
|
|
293
|
+
"trackType": "protvista-track",
|
|
294
|
+
"data": [
|
|
295
|
+
{
|
|
296
|
+
"adapter": "protvista-feature-adapter",
|
|
297
|
+
"url": "https://www.ebi.ac.uk/proteins/api/features/{accession}"
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"tooltip": "Small, functional, independently folded domain that coordinates one or more zinc ions"
|
|
288
301
|
}
|
|
289
302
|
]
|
|
290
303
|
},
|
|
@@ -346,19 +359,6 @@
|
|
|
346
359
|
],
|
|
347
360
|
"tooltip": "DNA-binding domains such as AP2/ERF domain, the ETS domain, the Fork-Head domain, the HMG box and the Myb domain"
|
|
348
361
|
},
|
|
349
|
-
{
|
|
350
|
-
"name": "zn_fing",
|
|
351
|
-
"label": "Zinc finger",
|
|
352
|
-
"filter": "ZN_FING",
|
|
353
|
-
"trackType": "protvista-track",
|
|
354
|
-
"data": [
|
|
355
|
-
{
|
|
356
|
-
"adapter": "protvista-feature-adapter",
|
|
357
|
-
"url": "https://www.ebi.ac.uk/proteins/api/features/{accession}"
|
|
358
|
-
}
|
|
359
|
-
],
|
|
360
|
-
"tooltip": "Small, functional, independently folded domain that coordinates one or more zinc ions"
|
|
361
|
-
},
|
|
362
362
|
{
|
|
363
363
|
"name": "np_bind",
|
|
364
364
|
"label": "Nucleotide binding",
|