Skip to content

Instantly share code, notes, and snippets.

@brainstorm
Created September 11, 2015 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brainstorm/81220af3df27d12cfb07 to your computer and use it in GitHub Desktop.
Save brainstorm/81220af3df27d12cfb07 to your computer and use it in GitHub Desktop.
SeqControl Dockerfile
FROM phusion/baseimage
RUN apt-get update && apt-get install -y wget picard picard-tools samtools bedtools
RUN apt-get autoclean
RUN cd /tmp && wget http://labs.oicr.on.ca/files/6993/file/SeqControl_0.0.1.tar.gz
RUN cd /tmp && tar xvzf SeqControl_*.tar.gz && mv SeqControl_*/* /usr/local/bin
RUN rm -rf /tmp/SeqControl_*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment