Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Grand
ChIPster
Commits
e9a183e3
Verified
Commit
e9a183e3
authored
Jun 18, 2018
by
Laurent Modolo
Browse files
Kallisto/0.44.0: add Dockerfile
parent
b9807a5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/docker_modules/Kallisto/0.44.0/Dockerfile
0 → 100644
View file @
e9a183e3
FROM
ubuntu:18.04
MAINTAINER
Laurent Modolo
ENV
KALLISTO_VERSION=0.44.0
ENV
PACKAGES curl=7.58.0* \
ca-certificates=20180409
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
${
PACKAGES
}
&&
\
apt-get clean
RUN
curl
-k
-L
https://github.com/pachterlab/kallisto/releases/download/v
${
KALLISTO_VERSION
}
/kallisto_linux-v
${
KALLISTO_VERSION
}
.tar.gz
-o
kallisto_linux-v
${
KALLISTO_VERSION
}
.tar.gz
&&
\
tar
xzf kallisto_linux-v
${
KALLISTO_VERSION
}
.tar.gz
&&
\
cp
kallisto_linux-v
${
KALLISTO_VERSION
}
/kallisto /usr/bin
&&
\
rm
-Rf
kallisto_linux-v
${
KALLISTO_VERSION
}*
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