Skip to content

Commit

Permalink
🎉 add docker for plotting GATK hardfilter
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller15 committed Jan 7, 2025
1 parent 79e21e8 commit 0b9e1f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tidyverse/4.4.2-gatk-plotter/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM rocker/tidyverse:4.4.2

LABEL maintainer="Daniel Miller <[email protected]>"
LABEL description="tidyverse image with gridExtras for generating GATK HardFilteirng charts"

RUN install2.r gridExtra

COPY Dockerfile .

0 comments on commit 0b9e1f7

Please sign in to comment.