Skip to content

Commit f80bf4d

Browse files
authored
Merge pull request #24 from colin-combe/master
superfam fix
2 parents 2bc0cc6 + a7cc1eb commit f80bf4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/annotation-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function getUniProtFeatures(prot, callback) {
5353

5454

5555
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()}`;
56+
const url = `https://supfam.org/SUPERFAMILY/cgi-bin/das/up/features?segment=${prot.json.identifier.id.trim()}`;
5757
d3.xml(url).then(xml => {
5858
let annotations = prot.annotationSets.get("Superfamily");
5959
if (typeof annotations === "undefined") {

0 commit comments

Comments
 (0)