Skip to content

Commit

Permalink
add another dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Aug 26, 2024
1 parent 6b938c6 commit ec38588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
WORKDIR /warptools/tools/scripts/sctools
RUN pip install .

# Set the default working directory for the container
Expand Down

0 comments on commit ec38588

Please sign in to comment.