From f0b3c9f64a8424a2a579ab16b5545d8f876da294 Mon Sep 17 00:00:00 2001 From: Aosen Xiong <82676488+Ao-senXiong@users.noreply.github.com> Date: Sun, 23 Jun 2024 16:17:59 -0400 Subject: [PATCH] Use eisop plume lib (#448) --- .ci-build-without-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-build-without-test.sh b/.ci-build-without-test.sh index e532f034..80ae29cb 100755 --- a/.ci-build-without-test.sh +++ b/.ci-build-without-test.sh @@ -16,7 +16,7 @@ fi if [ -d "/tmp/plume-scripts" ] ; then git -C /tmp/plume-scripts pull -q else - git -C /tmp clone --depth 1 -q https://github.com/plume-lib/plume-scripts.git + git -C /tmp clone --depth 1 -q https://github.com/eisop-plume-lib/plume-scripts.git fi export AFU="${AFU:-../annotation-tools/annotation-file-utilities}"