forked from mariottigenomicslab/selenoprofiles4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile
More file actions
41 lines (30 loc) · 1.17 KB
/
Copy pathDockerfile
File metadata and controls
41 lines (30 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Use a Conda base image
FROM continuumio/miniconda3
# Install dependencies
RUN conda install -y python=3.12.0 -c bioconda -c conda-forge
RUN apt-get update && apt-get install -y \
wget \
build-essential \
zlib1g-dev \
gcc \
g++ \
libffi-dev \
libssl-dev \
&& apt-get clean
RUN pip install selenoprofiles4[addons]
ENV PATH=$PATH:/blast-2.2.26/bin
RUN wget https://ftp.ncbi.nlm.nih.gov/blast/executables/legacy.NOTSUPPORTED/2.2.26/blast-2.2.26-x64-linux.tar.gz && \
tar -xzvf blast-2.2.26-x64-linux.tar.gz
# Run selenoprofiles setup and download commands
RUN selenoprofiles -setup && \
yes "" | selenoprofiles -download
# Accept Anaconda Terms of Service
RUN conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main && \
conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
RUN conda config --add channels defaults && \
conda config --add channels bioconda && \
conda config --add channels conda-forge && \
conda install bioconda::exonerate
RUN conda install -c anaconda gawk
RUN conda install bioconda::wise2
RUN conda install -c mmariotti -c conda-forge -c etetoolkit ncbi_db