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

Correction on prokka installation

parent 44675a1d
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -33,9 +33,7 @@ RUN apt-get install -y\ ...@@ -33,9 +33,7 @@ RUN apt-get install -y\
bioperl bioperl
RUN git clone https://github.com/tseemann/prokka.git RUN git clone https://github.com/tseemann/prokka.git
RUN /tmp/prokka/bin/prokka --setupdb RUN /tmp/prokka/bin/prokka --setupdb
RUN mv /tmp/prokka/bin/prokka /usr/local/bin RUN ln -s /tmp/prokka/bin/prokka /usr/local/bin
RUN rm -r /tmp/prokka
# Install mmseqs2 # Install mmseqs2
WORKDIR /tmp WORKDIR /tmp
......
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