Skip to content

Commit

Permalink
install samtool manual
Browse files Browse the repository at this point in the history
  • Loading branch information
kclem authored Nov 13, 2017
1 parent 7c396b9 commit 34677f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM biocontainers/samtools:1.3.1

RUN pip install --no-cache-dir notebook==5.*

wget https://github.com/samtools/samtools/releases/download/1.2/samtools-1.2.tar.bz2 -O - | tar xj ; ( cd samtools-1.2 ; make )


ENV NB_USER tt
ENV NB_UID 1000
Expand Down

0 comments on commit 34677f7

Please sign in to comment.