Skip to content

Commit ddf627a

Browse files
committed
Updating vcfR to prevent recent failures with vcf to dataframe
1 parent 45810c5 commit ddf627a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ RUN cd / && git clone --single-branch --branch development https://github.com/NC
1212
RUN wget https://github.com/jgm/pandoc/releases/download/2.9.2/pandoc-2.9.2-1-amd64.deb \
1313
&& dpkg -i pandoc-2.9.2-1-amd64.deb
1414

15-
RUN Rscript -e 'install.packages("gridExtra")'
15+
RUN Rscript -e 'install.packages("gridExtra")'
16+
RUN Rscript -e 'install.packages("https://cran.r-project.org/src/contrib/vcfR_1.12.0.tar.gz", repos=NULL, type="source")'

0 commit comments

Comments
 (0)