We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bc0cc6 + a7cc1eb commit f80bf4dCopy full SHA for f80bf4d
1 file changed
src/js/annotation-utils.js
@@ -53,7 +53,7 @@ function getUniProtFeatures(prot, callback) {
53
54
55
function getSuperFamFeatures(prot, callback) {
56
- const url = `https://supfam.mrc-lmb.cam.ac.uk/SUPERFAMILY/cgi-bin/das/up/features?segment=${prot.json.identifier.id.trim()}`;
+ const url = `https://supfam.org/SUPERFAMILY/cgi-bin/das/up/features?segment=${prot.json.identifier.id.trim()}`;
57
d3.xml(url).then(xml => {
58
let annotations = prot.annotationSets.get("Superfamily");
59
if (typeof annotations === "undefined") {
0 commit comments