Skip to content
Snippets Groups Projects
Commit 0e67576b authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

rename docker file for v1.2.0

parent 1c1164ca
No related branches found
No related tags found
No related merge requests found
Pipeline #48307 passed
...@@ -143,9 +143,9 @@ RUN tar -xzf iqtree-2.0.6-Linux.tar.gz &&\ ...@@ -143,9 +143,9 @@ RUN tar -xzf iqtree-2.0.6-Linux.tar.gz &&\
# Install PanACoTA # Install PanACoTA
WORKDIR /install-dir WORKDIR /install-dir
RUN git clone https://gitlab.pasteur.fr/aperrin/pipeline_annotation.git RUN wget https://github.com/gem-pasteur/PanACoTA/archive/v1.2.0.tar.gz
WORKDIR /install-dir/pipeline_annotation RUN tar -xzf v1.2.0.tar.gz
RUN git checkout master WORKDIR /install-dir/PanACoTA-1.2.0
RUN ./make RUN ./make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment