Skip to content

Commit b87e623

Browse files
committed
Fix case of prefixes for obo-db-ingest files
1 parent 75d8f85 commit b87e623

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ontologies.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ download/interpro.owl: STAMP
545545
.PRECIOUS: download/interpro.owl
546546

547547
db/interpro.owl: download/interpro.owl
548-
perl -npe 's@go:@GO:@g;s@ro:@RO:@g;s@interpro:@InterPro:@g' $< > $@.tmp && robot convert -i $@.tmp -o $@
548+
perl -npe 's@ go:@ GO:@g;s@ ro:@ RO:@g;s@ interpro:@ InterPro:@g' $< > $@.tmp && robot convert -i $@.tmp -o $@
549549

550550

551551
download/hgnc.genegroup.owl: STAMP

src/semsql/builder/registry/ontologies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ ontologies:
205205
## See https://github.com/INCATools/semantic-sql/issues/45
206206
interpro:
207207
url: https://w3id.org/biopragmatics/resources/interpro/interpro.obo
208-
build_command: "perl -npe 's@go:@GO:@g;s@ro:@RO:@g;s@interpro:@InterPro:@g' $< > [email protected] && robot convert -i [email protected] -o $@"
208+
build_command: "perl -npe 's@ go:@ GO:@g;s@ ro:@ RO:@g;s@ interpro:@ InterPro:@g' $< > [email protected] && robot convert -i [email protected] -o $@"
209209
format: obo
210210
prefixmap:
211211
InterPro: http://purl.obolibrary.org/obo/InterPro_

0 commit comments

Comments
 (0)