From 0ebea2d212454f959f6aba86a5796a6a70290a5e Mon Sep 17 00:00:00 2001 From: Lena Hersemann Date: Tue, 11 Jun 2019 15:05:31 +0200 Subject: [PATCH] corrected path to rendr information --- tools/rendr/rendr_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rendr/rendr_utils.sh b/tools/rendr/rendr_utils.sh index fe37875..7a87ac4 100755 --- a/tools/rendr/rendr_utils.sh +++ b/tools/rendr/rendr_utils.sh @@ -1,7 +1,7 @@ ## test if present in PATH if [ -z "$(which rend.R 2>/dev/null)" ]; then - echo "rendr.R is not installed. See https://github.com/holgerbrandl/datautils/tree/master/R/rendr for details" >&2 + echo "rendr.R is not installed. See https://git.mpi-cbg.de/bioinfo/datautils/tree/master/tools/rendr for details" >&2 exit 1 fi -- GitLab