Skip to content

Instantly share code, notes, and snippets.

@mr-c
Created August 30, 2019 04:43
Show Gist options
  • Save mr-c/67b11e76e88b8e8a414d5c387fe3a8a3 to your computer and use it in GitHub Desktop.
Save mr-c/67b11e76e88b8e8a414d5c387fe3a8a3 to your computer and use it in GitHub Desktop.
# Courtesy Chulalongkorn University Systems Biology Center
# CWL workshop 2019-08-30
FROM debian
RUN apt-get update && apt-get install -y r-base-core
RUN apt-get install r-bioc-preprocesscore r-cran-nnls
RUN R -e "install.packages('https://github.com/cran/FARDEEP/archive/1.0.1.tar.gz')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment