Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kclem/simulateIndels
Browse files Browse the repository at this point in the history
  • Loading branch information
kclem committed Nov 13, 2017
2 parents f6679a7 + 64d0064 commit 482ee9f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ USER ${NB_USER}

USER root

# Add Julia dependencies
# Add samtools
RUN apt-get update && apt-get install samtools
RUN pip install -r requirements.txt

USER main

RUN pip install -r requirements.txt



0 comments on commit 482ee9f

Please sign in to comment.