From a0f0c50f4cd96ef9cbb085b643575926e30b6249 Mon Sep 17 00:00:00 2001 From: Johannes Debler Date: Mon, 29 Mar 2021 12:56:42 +0800 Subject: [PATCH] Update Dockerfile typo --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8be4736..4070822 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,8 +72,7 @@ RUN apt-get update && \ make && \ make install && \ cd .. && \ - rm samtools-${SAMTOOLS_VERSION} && \ - rm *.bz2 && \ + rm samtools-${SAMTOOLS_VERSION}.tar.bz2 && \ #git clone https://github.com/nanoporetech/rerio /home/rerio && \ #/home/rerio/download_model.py /home/rerio/basecall_models/res_dna_r941_min_modbases_5mC_CpG_v001 && \