From 3090c58198e810257faf0e79328239642e17ee14 Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Thu, 1 Jun 2017 18:16:04 +0200 Subject: [PATCH] Correction on prokka installation --- for_tests/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/for_tests/Dockerfile b/for_tests/Dockerfile index 04fe4e0f..60d4043c 100644 --- a/for_tests/Dockerfile +++ b/for_tests/Dockerfile @@ -33,9 +33,7 @@ RUN apt-get install -y\ bioperl RUN git clone https://github.com/tseemann/prokka.git RUN /tmp/prokka/bin/prokka --setupdb -RUN mv /tmp/prokka/bin/prokka /usr/local/bin -RUN rm -r /tmp/prokka - +RUN ln -s /tmp/prokka/bin/prokka /usr/local/bin # Install mmseqs2 WORKDIR /tmp -- GitLab