Skip to content

Commit

Permalink
feat: octopus
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed Nov 7, 2023
1 parent 91365a3 commit 08d86b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/logan_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,15 @@ RUN wget https://github.com/AstraZeneca-NGS/VarDictJava/releases/download/v1.8.3
&& rm /opt2/VarDict-1.8.3.tar
ENV PATH="/opt2/VarDict-1.8.3/bin:$PATH"

# Install Octopus/v0.7.4
RUN wget https://github.com/luntergroup/octopus/archive/refs/tags/v0.7.4.tar.gz \
&& tar -xvzf /opt2/v0.7.4.tar.gz \
&& rm /opt2/v0.7.4.tar.gz \
&& cd /opt2/octopus-0.7.4 \
&& cmake .
ENV PATH="/opt2/octopus-0.7.4/bin:$PATH"


# Fastp From Opengene github
RUN wget http://opengene.org/fastp/fastp.0.23.2 \
&& mkdir fastp \
Expand Down

0 comments on commit 08d86b4

Please sign in to comment.