From 2667090b4a4aa39ea77a06a2817d9f590ce78aa7 Mon Sep 17 00:00:00 2001 From: Milton Pividori Date: Fri, 1 Sep 2023 11:25:56 -0600 Subject: [PATCH] env.sh: fix path --- scripts/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/env.sh b/scripts/env.sh index 5cfb3f4c..40f1494a 100644 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -7,7 +7,7 @@ # Your settings here # BASE_DIR is the parent directory where the code and manuscript repos are # located. -BASE_DIR=/home/miltondp/projects/ccc +BASE_DIR=/home/miltondp/projects/ccc/greenelab/ export CM_N_JOBS=20 export CM_ROOT_DIR=${BASE_DIR}/ccc/base