Skip to content

Instantly share code, notes, and snippets.

@bede
Created July 27, 2017 21:27
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 bede/1389b39c7e0a1fb910b5640243d32a07 to your computer and use it in GitHub Desktop.
Save bede/1389b39c7e0a1fb910b5640243d32a07 to your computer and use it in GitHub Desktop.
IVA Ubuntu Dockerfile
FROM ubuntu:16.04
RUN apt-get update && \
apt-get --yes install \
kmc smalt python3-pip zlib1g-dev libncurses5-dev libncursesw5-dev mummer samtools
RUN pip3 install iva
ENTRYPOINT ["iva"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment