Skip to content

Commit

Permalink
Add config for Monarch xrefs
Browse files Browse the repository at this point in the history
Refs #2107
  • Loading branch information
kimrutherford committed Oct 25, 2023
1 parent be9179f commit b5a6ef9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,12 @@ let xrfExtraConfigMap: { [key: string]: XrfConfig } = {
urlSyntax: "https://www.ebi.ac.uk/intact/search?query=[example_id]",
website: "https://www.ebi.ac.uk/intact/",
},
Monarch: {
description: "Human disease phenotypes",
displayName: "Human disease phenotypes",
urlSyntax: "https://monarchinitiative.org/PomBase:[example_id]",
website: "https://monarchinitiative.org/",
},
};

export interface XrfDetails {
Expand Down

0 comments on commit b5a6ef9

Please sign in to comment.