Skip to content

Commit

Permalink
Fix nocuta typo, add --single-branch for geneontology/pipeline#378
Browse files Browse the repository at this point in the history
  • Loading branch information
dustine32 authored Sep 30, 2024
1 parent 4eeb265 commit 42b82ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ target/alltaxons.txt:
target/noctua-models:
# If target/noctua-models does not exist, then clone it
# Modified for: https://github.com/geneontology/go-site/issues/2336
if [ ! -d target/nocuta-models ]; then git clone --no-tags --progress --depth 1 --branch $(NOCTUA_MODELS_BRANCH_NAME) https://github.com/geneontology/noctua-models.git target/noctua-models; fi
if [ ! -d target/noctua-models ]; then git clone --no-tags --progress --depth 1 --single-branch --branch $(NOCTUA_MODELS_BRANCH_NAME) https://github.com/geneontology/noctua-models.git target/noctua-models; fi

ONT_MERGED = target/go-graphstore-merged.ttl
$(ONT_MERGED):
Expand Down

0 comments on commit 42b82ac

Please sign in to comment.