From fa92e48e46f9dd58cafbe912a5ce9ba5cafb6987 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Thu, 28 Apr 2022 15:15:13 +0200 Subject: [PATCH] htseq/1.99.2/Dockerfile: fix typo :2 --- src/.docker_modules/htseq/1.99.2/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/.docker_modules/htseq/1.99.2/Dockerfile b/src/.docker_modules/htseq/1.99.2/Dockerfile index ba82320c..eceb5c81 100644 --- a/src/.docker_modules/htseq/1.99.2/Dockerfile +++ b/src/.docker_modules/htseq/1.99.2/Dockerfile @@ -1,5 +1,4 @@ FROM ubuntu:20.04 -LABEL maintainer= Laurent Modolo RUN apt-get update \ && apt-get install -y \ @@ -8,4 +7,4 @@ RUN apt-get update \ python3 \ python3-pip -RUN pip install HTSeq==1.99.2 \ No newline at end of file +RUN pip install HTSeq==1.99.2 -- GitLab