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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amandine PERRIN
panacota
Commits
e808b1b7
Commit
e808b1b7
authored
Jul 22, 2020
by
Amandine PERRIN
Browse files
Options
Downloads
Patches
Plain Diff
download new blast+ latest version
parent
0d158e47
No related branches found
No related tags found
No related merge requests found
Pipeline
#34357
failed
Jul 22, 2020
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
for_build/annote_and_1tree/Dockerfile
+5
-9
5 additions, 9 deletions
for_build/annote_and_1tree/Dockerfile
with
5 additions
and
9 deletions
for_build/annote_and_1tree/Dockerfile
+
5
−
9
View file @
e808b1b7
...
...
@@ -4,7 +4,6 @@ from ubuntu:18.04
RUN
apt-get update
&&
\
apt-get
-y
upgrade
# Install packages needed and update pip
RUN
apt-get
install
-y
\
wget
\
...
...
@@ -13,15 +12,13 @@ RUN apt-get install -y \
# Upgrade pip
RUN
pip3
install
--upgrade
pip
# Update makeblastdb and blastp for prokka
WORKDIR
/tmp
RUN
wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/LATEST/ncbi-blast-2.10.0+-x64-linux.tar.gz
&&
\
tar
zxvpf ncbi-blast-2.10.0+-x64-linux.tar.gz
&&
\
cp
/tmp/ncbi-blast-2.10.0+/bin/makeblastdb /usr/local/bin/
&&
\
cp
/tmp/ncbi-blast-2.10.0+/bin/blastp /usr/local/bin/
&&
\
rm
ncbi-blast-2.10.0+-x64-linux.tar.gz
RUN
wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/LATEST/ncbi-blast-2.10.1+-x64-linux.tar.gz
&&
\
tar
zxvpf ncbi-blast-2.10.1+-x64-linux.tar.gz
&&
\
cp
/tmp/ncbi-blast-2.10.1+/bin/makeblastdb /usr/local/bin/
&&
\
cp
/tmp/ncbi-blast-2.10.1+/bin/blastp /usr/local/bin/
&&
\
rm
ncbi-blast-2.10.1+-x64-linux.tar.gz
# Install prokka:
WORKDIR
/tmp
...
...
@@ -35,7 +32,6 @@ RUN apt-get install -y\
git clone https://github.com/tseemann/prokka.git
&&
\
/tmp/prokka/bin/prokka
--setupdb
&&
\
ln
-s
/tmp/prokka/bin/prokka /usr/local/bin
RUN
rm
/usr/bin/mafft
# remove mafft installed with bioperl
# Install quicktree
...
...
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