From 1f06524e62f6c9c554c6d817aac18de8dc1b5017 Mon Sep 17 00:00:00 2001 From: npetrill Date: Mon, 26 Aug 2024 14:43:20 -0400 Subject: [PATCH] update dockerfile --- tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Dockerfile b/tools/Dockerfile index 5e076961..dc5059d9 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -26,7 +26,7 @@ RUN cd /warptools/fastqpreprocessing && ./fetch_and_make_dep_libs.sh && make && RUN cd /warptools/TagSort && ./fetch_and_make_dep_libs.sh && make && cp /warptools/TagSort/bin/* /usr/local/bin/ # Set the working directory to the scripts folder and install the package -WORKDIR /warptools/tools/scripts/sctools-master +WORKDIR /warptools/scripts/sctools-master RUN ls -la RUN pip install .