Created
July 24, 2019 18:38
-
-
Save tiagochst/5e4b2273446fa8d762cd0308a1ffe0f1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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