Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amandine PERRIN
pipeline_annotation
Commits
80e7c8ec
Commit
80e7c8ec
authored
Apr 30, 2019
by
Amandine PERRIN
Browse files
changes for building all images
parent
09da0604
Pipeline
#11613
failed with stage
in 5 minutes and 14 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
for_build/barrnap_only/Dockerfile
View file @
80e7c8ec
from
ubuntu:
16.04
from
ubuntu:
latest
# Update apt-get packages
RUN
apt-get update
&&
\
...
...
@@ -6,18 +6,19 @@ RUN apt-get update &&\
# Install package needed
RUN
apt-get
install
-y
\
wget
\
python3
\
python3-pip
\
git
\
wget
\
libdatetime-perl
\
libxml-simple-perl
\
libdigest-md5-perl
\
git
\
default-jre
\
bioperl
# Update pip
RUN
pip3
install
--upgrade
pip
# Install barrnap
WORKDIR
/tmp
RUN
wget https://github.com/tseemann/barrnap/archive/0.8.tar.gz
&&
\
...
...
for_build/mafft/Dockerfile
View file @
80e7c8ec
from
ubuntu:
16.04
from
ubuntu:
latest
# Update apt-get packages
RUN
apt-get update
&&
\
...
...
@@ -6,20 +6,20 @@ RUN apt-get update &&\
# Install package needed
RUN
apt-get
install
-y
\
python3
\
python3-pip
\
wget
\
python3-pip
# Update pip
RUN
pip3
install
--upgrade
pip
RUN
apt-get
install
-y
\
git
\
libdatetime-perl
\
libxml-simple-perl
\
libdigest-md5-perl
\
git
\
default-jre
\
bioperl
# Update pip
RUN
pip3
install
--upgrade
pip
# Install mafft 7.313
RUN
rm
/usr/bin/mafft
# remove mafft installed with bioperl
WORKDIR
/tmp
...
...
for_build/mmseqs_and_fastme/Dockerfile
View file @
80e7c8ec
from
ubuntu:
16.04
from
ubuntu:
latest
# Update apt-get packages
...
...
@@ -9,7 +9,9 @@ RUN apt-get update &&\
# Install package needed and update pip
RUN
apt-get
install
-y
\
wget
\
python3-pip
python3
\
python3-pip
\
git
RUN
pip3
install
--upgrade
pip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment