Skip to content

Commit 158813e

Browse files
committed
testing CI parameters
1 parent 0667619 commit 158813e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ontology/bdso.Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)