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
ibiem2020
IBIEM2020
Commits
942d947e
Commit
942d947e
authored
Feb 18, 2021
by
josh
Browse files
trying to install all of Eva's requests
parent
76889c79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
942d947e
...
...
@@ -2,7 +2,7 @@
#
# VERSION 1.1
FROM
ubuntu:
18
.04
FROM
ubuntu:
20
.04
MAINTAINER
Mark McCahill "mark.mccahill@duke.edu"
ENV
DEBIAN_FRONTEND noninteractive
...
...
@@ -166,7 +166,7 @@ RUN apt-get update && \
libgdal-dev
\
build-essential
\
python-dev
\
python-pip
\
python
3
-pip
\
python-numpy
\
python-matplotlib
\
python-pandas
\
...
...
@@ -233,7 +233,7 @@ RUN mkdir -p $MANUAL_BIN $MANUAL_SHARE ; \
rm
-rf
${
TRANSABYSS_VERSION
}
.tar.gz transabyss-
${
TRANSABYSS_VERSION
}
# DukeDSClient
RUN
pip
install
DukeDSClient multiqc
RUN
pip
3
install
--no-cache-dir
DukeDSClient multiqc
# Install FastTree and FastTreeMP
RUN
mkdir
-p
$MANUAL_BIN
&&
\
...
...
@@ -343,6 +343,26 @@ RUN cd /opt && \
# UNDER CONSTRUCTION: Nerd Work Zone <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
RUN
curl
-L
-s
-o
shogun.tar.gz https://github.com/knights-lab/SHOGUN/archive/v1.0.8.tar.gz
&&
\
pip3
install
--no-cache-dir
shogun.tar.gz
&&
\
rm
shogun.tar.gz
RUN
pip3
install
--no-cache-dir
MetaPhlAn
RUN
apt-get update
&&
\
apt-get
install
-yq
--no-install-recommends
\
kraken2
\
bowtie2
RUN
mkdir
kaiju
&&
\
curl
-L
-s
kaiju.tar.gz https://github.com/bioinformatics-centre/kaiju/archive/v1.7.4.tar.gz |
\
tar
-zx
-C
kaiju
--strip-components
=
1
&&
\
cd
kaiju/src
&&
\
make
&&
\
mv
kaiju/bin/
*
$MANUAL_BIN
&&
\
rm
-rf
kaiju
RUN
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
...
...
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