Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
adding annoFuse for kinase status (#816)
Browse files Browse the repository at this point in the history
* adding annoFuse for kinase status

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile
  • Loading branch information
kgaonkar6 authored Oct 20, 2020
1 parent 520133a commit 227db05
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,13 @@ RUN R -e "remotes::install_github('stan-dev/rstantools', ref = 'd43bf9fb6120d40a
# Build arguments are according to the sigfit instructions
RUN R -e "remotes::install_github('kgori/sigfit', ref = '209776ee1d2193ad4b682b2e2472f848bd7c67a6', build_vignettes = TRUE, build_opts = c('--no-resave-data', '--no-manual'), dependencies = TRUE)"

# Package for kinase domain retention for fusions
RUN ./install_bioc.r \
EnsDb.Hsapiens.v86 \
ensembldb

RUN R -e "remotes::install_github('d3b-center/annoFuse',ref = 'c6a2111b5949ca2aae3853f7f34de3d0db4ffa33', dependencies = TRUE)"


#### Please install your dependencies immediately above this comment.
#### Add a comment to indicate what analysis it is required for
Expand Down

0 comments on commit 227db05

Please sign in to comment.