diff --git a/workflows/short-read-mngs/Dockerfile b/workflows/short-read-mngs/Dockerfile index b39aca3a1..1d5383e78 100644 --- a/workflows/short-read-mngs/Dockerfile +++ b/workflows/short-read-mngs/Dockerfile @@ -70,7 +70,7 @@ RUN apt-get -q update && apt-get -q install -y \ bedtools \ dh-autoreconf \ nasm \ - build-essential + build-essential # The following packages pull in python2.7 RUN apt-get -q install -y \ @@ -185,7 +185,7 @@ RUN curl -Ls https://github.com/chanzuckerberg/s3parcp/releases/download/v0.2.0- # fastp (libdeflate libisal (dh-autoreconf nasm)) # hisat2 # bowtie2 [already installed] -# kallisto + python gtfparse +# kallisto WORKDIR /tmp RUN wget -nv -O - https://github.com/intel/isa-l/archive/refs/tags/v2.30.0.tar.gz | tar zx RUN cd isa-l-* && ./autogen.sh && ./configure && make -j8 && make install @@ -198,7 +198,6 @@ WORKDIR / RUN wget -nv -O /tmp/HISAT2.zip https://czid-public-references.s3.us-west-2.amazonaws.com/test/hisat2/hisat2.zip \ && unzip /tmp/HISAT2.zip && rm /tmp/HISAT2.zip RUN curl -L https://github.com/pachterlab/kallisto/releases/download/v0.46.1/kallisto_linux-v0.46.1.tar.gz | tar xz -C / -RUN pip3 install gtfparse==1.2.1 # Uninstall build only dependencies RUN apt-get purge -y g++ libperl4-corelibs-perl make