Skip to content

Commit

Permalink
Merge pull request #12 from zavolanlab/sqanti
Browse files Browse the repository at this point in the history
Update sqanti Dockerfile to include newer version of gmap
  • Loading branch information
fgypas authored Oct 19, 2018
2 parents 9eef514 + 5b6ea81 commit 9bf8aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqanti/1.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ RUN apt-get update \
&& apt-get install -y tzdata \
&& ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime \
&& dpkg-reconfigure --frontend noninteractive tzdata \
&& apt-get install -y vim wget curl zlib1g-dev git software-properties-common libcurl4-gnutls-dev libxml2-dev libssl-dev apt-transport-https libmariadb-client-lgpl-dev g++ libbz2-dev perl libgit2-dev \
&& apt-get install -y vim wget curl zlib1g-dev git software-properties-common libcurl4-gnutls-dev libxml2-dev apt-transport-https libmariadb-client-lgpl-dev g++ libbz2-dev perl libgit2-dev libssl1.1=1.1.1-1 libssl-dev=1.1.1-1 \
&& apt-get install -y python-pip python-dev build-essential \
&& pip install Pysam==0.15 \
&& pip install psutil==5.4.7

# isntall gmap/gsnap
RUN cd /tmp \
&& wget http://research-pub.gene.com/gmap/src/gmap-gsnap-2018-05-11.tar.gz \
&& wget http://research-pub.gene.com/gmap/src/gmap-gsnap-2018-07-04.tar.gz \
&& tar xzf gmap-gsnap-*.tar.gz \
&& cd /tmp/gmap-* \
&& ./configure --prefix=/usr/local --with-simd-level=sse42 \
Expand Down

0 comments on commit 9bf8aef

Please sign in to comment.