Skip to content
Snippets Groups Projects
Unverified Commit 5f461c3d authored by Laurent Modolo's avatar Laurent Modolo
Browse files

MUSIC: add samtools to the Dockerfile

parent 022639c1
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:18.04
FROM samtools:1.7
MAINTAINER Laurent Modolo
ENV PACKAGES git=1:2.17* \
......@@ -21,3 +21,5 @@ RUN git clone https://github.com/gersteinlab/MUSIC.git && \
mv MUSIC/bin/run_MUSIC.csh /usr/bin/ && \
rm -Rf MUSIC
RUN chmod +x /usr/bin/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment