Skip to content

Commit

Permalink
fixed hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Dec 27, 2024
1 parent 863e2fc commit df73163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-files/fastplong/0.2.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-get autoclean && rm -rf /var/lib/apt/lists/*

RUN wget --no-check-certificate -q http://opengene.org/fastplong/fastplong.${FASTPLONG_VER} && \
mv fastplong.0.2.2 /usr/local/bin/fastplong && \
mv fastplong.${FASTPLONG_VER} /usr/local/bin/fastplong && \
chmod a+x /usr/local/bin/fastplong

# 'CMD' instructions set a default command when the container is run. This is typically 'tool --help.'
Expand All @@ -54,4 +54,4 @@ RUN fastplong --help
RUN wget --no-check-certificate https://zenodo.org/records/10733190/files/df_test_files.tar.gz && \
tar -xvf df_test_files.tar.gz && \
fastplong -i test_files/test.fastq.gz -o filtered.test.fastq.gz && \
ls filtered.test.fastq.gz
ls filtered.test.fastq.gz

0 comments on commit df73163

Please sign in to comment.