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 158813e commit a23325fCopy full SHA for a23325f
src/ontology/bdso.Makefile
@@ -74,7 +74,7 @@ all_imports: $(IMPORT_FILES)
74
75
# hard wiring for now. Work on patsubst later
76
mirror/ensmusg.owl: ../templates/ensmusg.tsv .FORCE
77
- if [ $(MIR) = true ] && [ $(IMP) = true ]; then $(ROBOT) template --input $(SRC) --template $< \
+ if [ $(MIR) = true ]; then $(ROBOT) template --input $(SRC) --template $< \
78
--add-prefixes template_prefixes.json \
79
annotate --ontology-iri ${BDS_BASE}$@ \
80
convert --format ofn --output $@; fi
0 commit comments