We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a46ca commit 451cb65Copy full SHA for 451cb65
src/ontology/bdso.Makefile
@@ -211,7 +211,7 @@ $(ONT)-allen.owl: $(ONT)-full.owl allen_helper.owl
211
# Artifact that extends base with gene ontologies (used by PCL)
212
$(ONT)-pcl-comp.owl: $(ONT)-base.owl $(GENE_FILES)
213
$(ROBOT) merge -i $< $(patsubst %, -i %, $(GENE_FILES)) \
214
- query --update ../sparql/remove_preflabels.ru
+ query --update ../sparql/remove_preflabels.ru \
215
annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) \
216
--output $(RELEASEDIR)/$@
217
$(ONT)-pcl-comp.obo: $(RELEASEDIR)/$(ONT)-pcl-comp.owl
0 commit comments