Skip to content

Commit

Permalink
Updating vcfR to prevent recent failures with vcf to dataframe
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashastry2 committed Jul 13, 2021
1 parent 45810c5 commit ddf627a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ RUN cd / && git clone --single-branch --branch development https://github.com/NC
RUN wget https://github.com/jgm/pandoc/releases/download/2.9.2/pandoc-2.9.2-1-amd64.deb \
&& dpkg -i pandoc-2.9.2-1-amd64.deb

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

0 comments on commit ddf627a

Please sign in to comment.