Skip to content

Commit

Permalink
feat: update annotsv version
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed Jun 12, 2024
1 parent 79455d5 commit 89917c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/annotate_cnvsv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ RUN apt-get update \
&& apt-get -y upgrade \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
tclsh

WORKDIR /opt2

###Create AnnotSV
RUN wget https://github.com/lgmgeo/AnnotSV/archive/refs/tags/v3.3.6.tar.gz \
&& tar -xvzf /opt2/v3.3.6.tar.gz \
&& rm /opt2/v3.3.6.tar.gz
ENV PATH="/opt2/AnnotSV-3.3.6/bin:$PATH"
RUN wget https://github.com/lgmgeo/AnnotSV/archive/refs/tags/v3.4.2.tar.gz \
&& tar -xvzf /opt2/v3.4.2.tar.gz \
&& rm /opt2/v3.4.2.tar.gz
ENV PATH="/opt2/AnnotSV-3.4.2/bin:$PATH"

##ClassifyCNV
##Update the resources for ClassifyCNV
Expand Down

0 comments on commit 89917c6

Please sign in to comment.