Skip to content

Commit a7cc1eb

Browse files
authored
Merge pull request #23 from EliotRagueneau/master
Fix supfam API call
2 parents a6ef0c0 + 79a1c22 commit a7cc1eb

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)