Skip to content

Commit 451cb65

Browse files
committed
Update bdso.Makefile
1 parent 94a46ca commit 451cb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ontology/bdso.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ $(ONT)-allen.owl: $(ONT)-full.owl allen_helper.owl
211211
# Artifact that extends base with gene ontologies (used by PCL)
212212
$(ONT)-pcl-comp.owl: $(ONT)-base.owl $(GENE_FILES)
213213
$(ROBOT) merge -i $< $(patsubst %, -i %, $(GENE_FILES)) \
214-
query --update ../sparql/remove_preflabels.ru
214+
query --update ../sparql/remove_preflabels.ru \
215215
annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) \
216216
--output $(RELEASEDIR)/$@
217217
$(ONT)-pcl-comp.obo: $(RELEASEDIR)/$(ONT)-pcl-comp.owl

0 commit comments

Comments
 (0)