diff --git a/tools/Dockerfile b/tools/Dockerfile index fab7eaec..77c0ac79 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 +WORKDIR /warptools/scripts/sctools RUN pip install . # Set the default working directory for the container