File tree Expand file tree Collapse file tree
src/semsql/builder/registry Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ download/interpro.owl: STAMP
545545.PRECIOUS : download/interpro.owl
546546
547547db/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
551551download/hgnc.genegroup.owl : STAMP
Original file line number Diff line number Diff 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' $< > $@.tmp && robot convert -i $@.tmp -o $@"
208+ build_command : " perl -npe 's@ go:@ GO:@g;s@ ro:@ RO:@g;s@ interpro:@ InterPro:@g' $< > $@.tmp && robot convert -i $@.tmp -o $@"
209209 format : obo
210210 prefixmap :
211211 InterPro : http://purl.obolibrary.org/obo/InterPro_
You can’t perform that action at this time.
0 commit comments