-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pulling in latest versions of Bioconductor, dada2
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM bioconductor/release_core2 | ||
FROM bioconductor/release_core2:20190418 | ||
|
||
LABEL org.label-schema.schema-version = "1.0.0-rc.1" | ||
|
||
|
@@ -10,8 +10,8 @@ LABEL org.label-schema.url = "https://benjjneb.github.io/dada2/" | |
LABEL maintainer="[email protected]" | ||
|
||
# this "version" label reflects the installed version of DADA2: | ||
LABEL org.label-schema.version = "1.8.0" | ||
LABEL org.label-schema.version = "1.10.1" | ||
|
||
RUN R -e 'source("https://bioconductor.org/biocLite.R"); biocLite("dada2")' | ||
RUN R -e 'BiocManager::install("dada2", version="3.8", update=TRUE, ask=FALSE)' | ||
|
||
CMD ["R"] |