Skip to content

Commit

Permalink
add g++ install for mpileup2readcounts
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelhomme committed May 22, 2019
1 parent 43e7fbc commit 302a678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM nfcore/base
# File Author / Maintainer
MAINTAINER Tiffany Delhomme <[email protected]>

RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y r-base
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y r-base build-essential
RUN conda install -c bioconda bedtools=2.27.1
RUN conda install -c bioconda -c conda-forge samtools=1.9
RUN wget https://raw.githubusercontent.com/IARCbioinfo/mpileup2readcounts/master/mpileup2readcounts.cc && g++ -std=c++11 -O3 mpileup2readcounts.cc -o mpileup2readcounts && cp mpileup2readcounts /usr/local/bin && rm mpileup2readcounts.cc
Expand Down

0 comments on commit 302a678

Please sign in to comment.