Skip to content

Commit 0e67576

Browse files
committed
rename docker file for v1.2.0
1 parent 1c1164c commit 0e67576

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ RUN tar -xzf iqtree-2.0.6-Linux.tar.gz &&\
143143

144144
# Install PanACoTA
145145
WORKDIR /install-dir
146-
RUN git clone https://gitlab.pasteur.fr/aperrin/pipeline_annotation.git
147-
WORKDIR /install-dir/pipeline_annotation
148-
RUN git checkout master
146+
RUN wget https://github.com/gem-pasteur/PanACoTA/archive/v1.2.0.tar.gz
147+
RUN tar -xzf v1.2.0.tar.gz
148+
WORKDIR /install-dir/PanACoTA-1.2.0
149149
RUN ./make
150150

151151

0 commit comments

Comments
 (0)