We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1164c commit 0e67576Copy full SHA for 0e67576
1 file changed
containers/Dockerfile-1.2.0 containers/Dockerfile-v1.2.0containers/Dockerfile-1.2.0 renamed to containers/Dockerfile-v1.2.0
@@ -143,9 +143,9 @@ RUN tar -xzf iqtree-2.0.6-Linux.tar.gz &&\
143
144
# Install PanACoTA
145
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
+RUN wget https://github.com/gem-pasteur/PanACoTA/archive/v1.2.0.tar.gz
+RUN tar -xzf v1.2.0.tar.gz
+WORKDIR /install-dir/PanACoTA-1.2.0
149
RUN ./make
150
151
0 commit comments