Skip to content

Commit

Permalink
Add TAIR evidence Xref
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoGonzales committed Oct 22, 2023
1 parent 33e5876 commit e2a7f2f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ private void init() {
"SMART",
"A",
"http://smart.embl.de/smart/do_annotation.pl?DOMAIN=%value"));
typeMap.put(
"TAIR",
evd(
"TAIR",
"TAIR",
"I",
"https://www.arabidopsis.org/servlets/TairObject?type=locus&name=%value"));
typeMap.put(
"UniRule",
evd("UniRule", "UniRule", "A", "https://www.uniprot.org/unirule/%value"));
Expand Down

0 comments on commit e2a7f2f

Please sign in to comment.