Created
June 10, 2020 11:08
-
-
Save IsmailM/70ed70591a47b5a29084c3e29a88b4ed to your computer and use it in GitHub Desktop.
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
FROM biocontainers/biocontainers:latest | |
USER root | |
RUN conda install samtools=1.3.1 bioconductor-wes.1kg.wugsc r-optparse \ | |
r-data.table r-devtools r-curl r-xml r-biocmanager | |
RUN ln -s /bin/tar /bin/gtar | |
# Other R dependencies | |
RUN Rscript -e "BiocManager::install('CODEX')" | |
# RUN Rscript -e "devtools::install_github('yuchaojiang/CODEX2/package')" | |
ADD . /analysis | |
WORKDIR /analysis | |
CMD ["bin", "bash"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment