-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 add docker for plotting GATK hardfilter (#260)
* 🎉 add docker for plotting GATK hardfilter * update docker table (#261) Co-authored-by: dmiller15 <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9442ad9
commit 5e3b0ed
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 . |