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

Merge branch 'master' into dev

parents 31756889 9a3ac578
Branches
Tags
No related merge requests found
Pipeline #96744 passed
FastTree.c 0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -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/refs/tags/1.4.0.tar.gz
WORKDIR /install-dir/pipeline_annotation RUN tar -xzf v1.4.0.tar.gz
RUN git checkout master WORKDIR /install-dir/PanACoTA-1.4.0
RUN ./make RUN ./make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment