Skip to content

Commit

Permalink
add dockerfile and new script
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Aug 26, 2024
1 parent f22a53d commit 3636b15
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/sctools
WORKDIR /warptools/scripts/sctools
RUN pip install .

# Set the default working directory for the container
Expand Down

0 comments on commit 3636b15

Please sign in to comment.