Skip to content

Commit 929a019

Browse files
authored
Fixing deprecated EFO code
MONDO_0005301 is the new term for multiple sclerosis
1 parent 34fce8f commit 929a019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/APIPage/DiseaseAnnotation.gql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
query diseaseAnnotation {
2-
disease(efoId: "EFO_0003885") {
2+
disease(efoId: "MONDO_0005301") {
33
id
44
name
55
phenotypes {

0 commit comments

Comments
 (0)