Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kittychaseNC authored Oct 27, 2023
1 parent 2e20059 commit 76aa54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freebayes/1.3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN wget https://github.com/vcftools/vcftools/releases/download/v${VCFTOOLS_VER}
make install

# Build and install freebayes
RUN wget https://github.com/freebayes/freebayes/releases/download/v${FREEBAYES_VER}/freebayes-${FREEBAYES_VER}-src.tar.gz && \
RUN wget https://github.com/freebayes/freebayes/archive/refs/tags/v${FREEBAYES_VER}.tar.gz && \
tar -xvzf freebayes-${FREEBAYES_VER}-src.tar.gz && \
rm freebayes-${FREEBAYES_VER}-src.tar.gz && \
cd freebayes && \
Expand Down

0 comments on commit 76aa54c

Please sign in to comment.