Skip to content

Commit

Permalink
Remove unused dep of gtfparse
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-czi committed Sep 1, 2023
1 parent 3d979db commit 6f6597a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions workflows/short-read-mngs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6f6597a

Please sign in to comment.