Created
June 10, 2020 11:08
-
-
Save IsmailM/70ed70591a47b5a29084c3e29a88b4ed to your computer and use it in GitHub Desktop.
Revisions
-
IsmailM created this gist
Jun 10, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ 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"]