We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6ef0c0 + 79a1c22 commit a7cc1ebCopy full SHA for a7cc1eb
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