From 35a7f00a369ebab125894e4c641024e4c288303a Mon Sep 17 00:00:00 2001 From: Vadym Date: Fri, 9 Aug 2024 13:52:55 +0200 Subject: [PATCH] link typo --- BALSAMIC/containers/varcall_py3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BALSAMIC/containers/varcall_py3/Dockerfile b/BALSAMIC/containers/varcall_py3/Dockerfile index 17089eb43..b7119f80e 100644 --- a/BALSAMIC/containers/varcall_py3/Dockerfile +++ b/BALSAMIC/containers/varcall_py3/Dockerfile @@ -26,7 +26,7 @@ RUN sh ${CONTAINER_NAME}.sh ${CONTAINER_NAME} WORKDIR /project RUN python -m pip install --upgrade pip && \ pip install --upgrade requests && \ - git clone --branch v3.8.0 --single-branch https://github.com/TIDDIT/TIDDIT.git && \ + git clone --branch v3.8.0 --single-branch https://github.com/SciLifeLab/TIDDIT.git && \ cd TIDDIT && \ pip install .