From 42b82ac4d237100ef43609bcdd535267be731c56 Mon Sep 17 00:00:00 2001 From: dustine32 Date: Mon, 30 Sep 2024 14:03:44 -0700 Subject: [PATCH] Fix nocuta typo, add --single-branch for geneontology/pipeline#378 --- pipeline/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/Makefile b/pipeline/Makefile index 865a7f39..53bda79d 100644 --- a/pipeline/Makefile +++ b/pipeline/Makefile @@ -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):