Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed May 4, 2024
1 parent 672fda8 commit 516ef89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key B8F25A8A73E
&& apt-get clean \
&& apt-get purge \
&& rm -rf /var/lib/apt/lists/* \
&& wget https://cran.r-project.org/src/contrib/Archive/data.table/data.table_1.15.3.tar.gz \
&& wget https://cran.r-project.org/src/contrib/Archive/data.table/data.table_1.15.2.tar.gz \
&& R CMD INSTALL data.table_1.15.2.tar.gz

RUN wget https://github.com/arq5x/bedtools2/releases/download/v2.31.0/bedtools.static \
Expand Down

0 comments on commit 516ef89

Please sign in to comment.