Skip to content

Instantly share code, notes, and snippets.

@tiagochst
Created July 24, 2019 18:38
Show Gist options
  • Save tiagochst/5e4b2273446fa8d762cd0308a1ffe0f1 to your computer and use it in GitHub Desktop.
Save tiagochst/5e4b2273446fa8d762cd0308a1ffe0f1 to your computer and use it in GitHub Desktop.
RUN apt-get update
RUN apt install -y tzdata font-manager
RUN apt-get install -y libz-dev
RUN conda config --add channels bioconda
RUN conda config --add channels conda-forge
RUN conda install --quiet --yes -c anaconda curl
RUN conda install --quiet --yes -c r r-irkernel
RUN conda install --quiet --yes -c r r-devtools
RUN conda install --quiet --yes -c conda-forge r-vegan
RUN conda install --quiet --yes -c bioconda bioconductor-karyoploter
RUN conda install --quiet --yes -c bioconda bioconductor-txdb.hsapiens.ucsc.hg38.knowngene
RUN conda install --quiet --yes -c bioconda bioconductor-org.hs.eg.db
RUN R -e 'options(unzip = "internal");source("https://bioconductor.org/biocLite.R");biocLite("BiocInstaller");devtools::install_github(c("tiagochst/ELMER.data", "BioinformaticsFMRP/TCGAbiolinks","tiagochst/ELMER","jokergoo/ComplexHeatmap","bernatgel/karyoploteR"))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment