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

try to update blastp for prokka

parent 9d854c79
No related branches found
No related tags found
No related merge requests found
Pipeline #23309 failed
...@@ -19,6 +19,7 @@ build-test-image: ...@@ -19,6 +19,7 @@ build-test-image:
# - git checkout master -- requirements.txt # - git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests - docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests
- docker push "$CI_REGISTRY_IMAGE/testing-ubuntu" - docker push "$CI_REGISTRY_IMAGE/testing-ubuntu"
- blastp --version
tags: tags:
- k8s - k8s
......
...@@ -81,7 +81,7 @@ WORKDIR /tmp ...@@ -81,7 +81,7 @@ WORKDIR /tmp
RUN wget http://www.microbesonline.org/fasttree/FastTree.c &&\ RUN wget http://www.microbesonline.org/fasttree/FastTree.c &&\
gcc -DOPENMP -fopenmp -DUSE_DOUBLE -Wall -O3 -finline-functions -funroll-loops -o FastTreeMP FastTree.c -lm &&\ gcc -DOPENMP -fopenmp -DUSE_DOUBLE -Wall -O3 -finline-functions -funroll-loops -o FastTreeMP FastTree.c -lm &&\
ln -s /tmp/FastTreeMP /usr/local/bin ln -s /tmp/FastTreeMP /usr/local/bin
## Install FastME FastME 2.1.6.1 ## Install FastME FastME 2.1.6.1
WORKDIR /tmp WORKDIR /tmp
RUN apt-get install -y automake &&\ RUN apt-get install -y automake &&\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment