We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69758a commit b4fdf8fCopy full SHA for b4fdf8f
1 file changed
recipes/dev/LeafCutter/Dockerfile
@@ -18,9 +18,7 @@ RUN conda config --append channels conda-forge && \
18
conda config --set restore_free_channel true
19
20
21
-RUN Rscript -e 'install.packages("stan", repos = "http://cran.us.r-project.org") '&& \
22
- Rscript -e 'devtools::install_github("stan-dev/rstantools")' && \
23
- Rscript -e 'devtools::install_github("davidaknowles/leafcutter/leafcutter")'
+RUN Rscript -e 'install.packages("stan", repos = "http://cran.us.r-project.org")'
24
25
RUN conda install bioconductor-biobase bioconductor-dirichletmultinomial r-rcpp=1.0.10 r-rstan=2.21.7 r-stanheaders=2.21.0-7
26
0 commit comments