Skip to content

Commit 54bd007

Browse files
committed
Update bero.Makefile
1 parent 07a03d6 commit 54bd007

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ontology/bero.Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ $(IMPORTDIR)/obi_import.owl: $(MIRRORDIR)/obi.owl $(IMPORTDIR)/obi_terms_combine
7070
query --update ../sparql/preprocess-module.ru --update ../sparql/inject-subset-declaration.ru --update ../sparql/postprocess-module.ru \
7171
annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) --output $@.tmp.owl && mv $@.tmp.owl $@; fi
7272

73+
$(IMPORTDIR)/ncbitaxon_import.owl: $(MIRRORDIR)/ncbitaxon.owl $(IMPORTDIR)/ncbitaxon_terms_combined.txt
74+
if [ $(IMP) = true ] && [ $(IMP_LARGE) = true ]; then $(ROBOT) merge -i $< \
75+
remove --term "http://purl.obolibrary.org/obo/ncbitaxon#genbank_common_name" --term "http://purl.obolibrary.org/obo/ncbitaxon#common_name" --term "oboInOwl:hasOBONamespace" --term "oboInOwl:hasDbXref" --term "ncbitaxon:has_rank" \
76+
$(ANNOTATE_CONVERT_FILE); fi
77+
7378
deploy_release:
7479
@test $(GHVERSION)
7580
ls -alt $(MAIN_FILES_RELEASE)

0 commit comments

Comments
 (0)