Skip to content
Snippets Groups Projects
Commit 024fe3f2 authored by Sascha Meiers's avatar Sascha Meiers
Browse files

python dependency in Dockerfile

parent 42fe84ae
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,12 @@ RUN apt-get update \
liblzma-dev \
libxml2-dev \
gawk \
python \
python3 \
bcftools=1.3.1-1+b1 \
samtools=1.3.1-3 \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& ln -s $(which python3) /usr/local/sbin/python
# Install basic R packages from a fixed R version (MRAN)
RUN Rscript -e "install.packages(c( \
......
......@@ -14,6 +14,5 @@ snakemake \
-B ${REF}.fai:/reference.fa.fai:ro \
-B ${R_REF}:/usr/local/lib/R/site-library/BSgenome.Hsapiens.UCSC.hg38/extdata/single_sequences.2bit:ro" \
--latency-wait 60 \
--timestamp \
--printshellcmd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment