Skip to content

Commit

Permalink
Merge pull request #5 from kgalens/update-htslib
Browse files Browse the repository at this point in the history
Updating htslib to work with subset chromosome alignments
  • Loading branch information
rebecca810 authored Aug 20, 2020
2 parents 7832266 + b07a39c commit 2dd9126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ RUN Rscript -e "install.packages('stringr')"
RUN Rscript -e "source('https://bioconductor.org/biocLite.R'); biocLite('Biostrings')"

# install htslib
RUN curl -LO https://github.com/samtools/htslib/releases/download/1.9/htslib-1.9.tar.bz2 && \
tar xfj htslib-1.9.tar.bz2 && \
cd htslib-1.9 && \
RUN curl -LO https://github.com/samtools/htslib/releases/download/1.10.2/htslib-1.10.2.tar.bz2 && \
tar xfj htslib-1.10.2.tar.bz2 && \
cd htslib-1.10.2 && \
autoheader && \
autoconf && \
./configure && \
Expand Down

0 comments on commit 2dd9126

Please sign in to comment.