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

Move to build dir before doing make

parent 9b7a2604
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -39,7 +39,8 @@ RUN ln -s /tmp/prokka/bin/prokka /usr/local/bin ...@@ -39,7 +39,8 @@ RUN ln -s /tmp/prokka/bin/prokka /usr/local/bin
WORKDIR /tmp WORKDIR /tmp
RUN git clone https://github.com/soedinglab/MMseqs2.git RUN git clone https://github.com/soedinglab/MMseqs2.git
WORKDIR /tmp/MMseqs2 WORKDIR /tmp/MMseqs2
RUN mkdir build && cd build RUN mkdir build
WORKDIR /tmp/MMseqs2/build
RUN cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=. .. RUN cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=. ..
RUN make && make install RUN make && make install
RUN ln -s /tmp/MMseqs2/build/bin/mmseqs /usr/local/bin RUN ln -s /tmp/MMseqs2/build/bin/mmseqs /usr/local/bin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment