Skip to content

Commit

Permalink
Merge pull request #107 from geneontology/issue-106
Browse files Browse the repository at this point in the history
Add correct expansion for AGI_LocusCode prefix.
  • Loading branch information
kltm authored Jul 7, 2022
2 parents 7f2b3d0 + 7cd5ee5 commit 1ec2488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/fix-obo-uris.pl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
s@http://purl.obolibrary.org/obo/dictyBase#_@http://identifiers.org/dictybase.gene/@g;
s@http://purl.obolibrary.org/obo/ComplexPortal_@https://www.ebi.ac.uk/complexportal/complex/@g;
s@http://purl.obolibrary.org/obo/RNAcentral#_@http://rnacentral.org/rna/@g;
s@http://purl.obolibrary.org/obo/AGI_LocusCode_@http://arabidopsis.org/servlets/TairObject?type=locus&name=@g;
# The optional hash in the match deals with some odd OWLAPI OBO parser behavior
s@http://purl.obolibrary.org/obo/(ZFIN|FB|WB|SGD|PomBase|RGD|MGI|Xenbase|UniProtKB|TAIR:\s+)#?_@"http://identifiers.org/".fix($1)."/"@eg;

Expand Down

0 comments on commit 1ec2488

Please sign in to comment.