From 1232bafe5f2e00040b6c44e1837b06344bcc88ff Mon Sep 17 00:00:00 2001 From: Vadym Date: Fri, 9 Aug 2024 13:42:30 +0200 Subject: [PATCH] Install TIDDIT --- BALSAMIC/containers/varcall_py3/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BALSAMIC/containers/varcall_py3/Dockerfile b/BALSAMIC/containers/varcall_py3/Dockerfile index 27e4ef791..17089eb43 100644 --- a/BALSAMIC/containers/varcall_py3/Dockerfile +++ b/BALSAMIC/containers/varcall_py3/Dockerfile @@ -25,10 +25,10 @@ RUN sh ${CONTAINER_NAME}.sh ${CONTAINER_NAME} # Install TIDDIT WORKDIR /project RUN python -m pip install --upgrade pip && \ - pip install --upgrade requests -#RUN git clone --branch v3.8.0 --single-branch https://github.com/TIDDIT/TIDDIT.git && \ -# cd TIDDIT && \ -# pip install . \ + pip install --upgrade requests && \ + git clone --branch v3.8.0 --single-branch https://github.com/TIDDIT/TIDDIT.git && \ + cd TIDDIT && \ + pip install . # Clean up work environment WORKDIR /