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:
# - git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests
- docker push "$CI_REGISTRY_IMAGE/testing-ubuntu"
- blastp --version
tags:
- k8s
......
......@@ -81,7 +81,7 @@ WORKDIR /tmp
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 &&\
ln -s /tmp/FastTreeMP /usr/local/bin
## Install FastME FastME 2.1.6.1
WORKDIR /tmp
RUN apt-get install -y automake &&\
......
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