Skip to content

Commit

Permalink
Merge pull request #101 from geneontology/issue-100
Browse files Browse the repository at this point in the history
Use correct IRI form for RNAcentral.
  • Loading branch information
kltm authored May 10, 2022
2 parents 8983f48 + e230e99 commit 6664716
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 @@ -7,6 +7,7 @@
s@http://purl.obolibrary.org/obo/GR_protein_@http://identifiers.org/uniprot/@g;
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;
# 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 6664716

Please sign in to comment.