Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
panacota
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amandine PERRIN
panacota
Commits
80e7c8ec
Commit
80e7c8ec
authored
6 years ago
by
Amandine PERRIN
Browse files
Options
Downloads
Patches
Plain Diff
changes for building all images
parent
09da0604
No related branches found
No related tags found
No related merge requests found
Pipeline
#11613
failed
6 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
for_build/barrnap_only/Dockerfile
+5
-4
5 additions, 4 deletions
for_build/barrnap_only/Dockerfile
for_build/mafft/Dockerfile
+9
-9
9 additions, 9 deletions
for_build/mafft/Dockerfile
for_build/mmseqs_and_fastme/Dockerfile
+4
-2
4 additions, 2 deletions
for_build/mmseqs_and_fastme/Dockerfile
with
18 additions
and
15 deletions
for_build/barrnap_only/Dockerfile
+
5
−
4
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
&&
\
...
...
This diff is collapsed.
Click to expand it.
for_build/mafft/Dockerfile
+
9
−
9
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
...
...
@@ -29,4 +29,4 @@ RUN wget https://mafft.cbrc.jp/alignment/software/mafft-7.313-with-extensions-sr
WORKDIR
/tmp/mafft-7.313-with-extensions/core
RUN
make clean
&&
\
make
&&
\
make
install
\ No newline at end of file
make
install
This diff is collapsed.
Click to expand it.
for_build/mmseqs_and_fastme/Dockerfile
+
4
−
2
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment