File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,11 @@ mirror/ensmusg.owl: ../templates/ensmusg.tsv .FORCE
7878 --add-prefixes template_prefixes.json \
7979 annotate --ontology-iri ${BDS_BASE}$@ \
8080 convert --format ofn --output $@; fi
81- if [ $(MIR) = true ] && [ $(IMP) = true ] ; then $(ROBOT) template --input $(SRC) --template ../templates/simple_human.tsv \
81+ if [ $(MIR) = true ]; then $(ROBOT) template --input $(SRC) --template ../templates/simple_human.tsv \
8282 --add-prefixes template_prefixes.json \
8383 annotate --ontology-iri ${BDS_BASE}mirror/simple_human.owl \
8484 convert --format ofn --output mirror/simple_human.owl; fi
85- if [ $(MIR) = true ] && [ $(IMP) = true ] ; then $(ROBOT) template --input $(SRC) --template ../templates/simple_marmoset.tsv \
85+ if [ $(MIR) = true ]; then $(ROBOT) template --input $(SRC) --template ../templates/simple_marmoset.tsv \
8686 --add-prefixes template_prefixes.json \
8787 annotate --ontology-iri ${BDS_BASE}mirror/simple_marmoset.owl \
8888 convert --format ofn --output mirror/simple_marmoset.owl; fi
You can’t perform that action at this time.
0 commit comments