From d41234d1eb77becba9e0090116bc04bc94c70ab4 Mon Sep 17 00:00:00 2001 From: Philippe Veber Date: Sat, 16 Jun 2018 18:01:03 +0200 Subject: [PATCH] docker: added hisat 2.1.0 --- etc/docker-images/hisat2/2.1.0/Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/docker-images/hisat2/2.1.0/Dockerfile diff --git a/etc/docker-images/hisat2/2.1.0/Dockerfile b/etc/docker-images/hisat2/2.1.0/Dockerfile new file mode 100644 index 00000000..1c86b0d7 --- /dev/null +++ b/etc/docker-images/hisat2/2.1.0/Dockerfile @@ -0,0 +1,7 @@ +FROM pveber/bistro-base:stretch + +RUN wget ftp://ftp.ccb.jhu.edu/pub/infphilo/hisat2/downloads/hisat2-2.1.0-Linux_x86_64.zip +RUN unzip hisat2-2.1.0-Linux_x86_64.zip +RUN mv hisat2-2.1.0/* /usr/bin + +RUN apt-get update && apt-get -y install python