Created
July 27, 2017 21:27
-
-
Save bede/1389b39c7e0a1fb910b5640243d32a07 to your computer and use it in GitHub Desktop.
IVA Ubuntu Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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