jasonserviss/sp.scRNAseq:latest
$ singularity pull shub://jasonserviss/sp.scRNAseq:latest
Singularity Recipe
Bootstrap: docker
From: rocker/tidyverse:3.4.3
%post
rm -f /var/lib/dpkg/available \
&& rm -rf /var/cache/apt/* \
&& apt-get update -qq \
&& apt-get install -y --no-install-recommends \
ca-certificates \
libssl-dev \
libcurl4-openssl-dev \
libxml2-dev \
libudunits2-dev \
emacs \
git
# Install CRAN and Bioconductor packages
Rscript -e "install.packages(c('devtools','knitr','rmarkdown','shiny','RCurl'), repos = 'https://cran.rstudio.com')"
##sp.scRNAseq imports
Rscript -e "source('https://cdn.rawgit.com/road2stat/liftrlib/aa132a2d/install_cran.R'); install_cran(c('mclust/5.4', 'Rtsne/0.13', 'pso/1.0.3', 'matrixStats/0.53.1', 'ggthemes/3.5.0', 'igraph/1.2.1', 'viridis/0.5.1', 'ggraph/1.0.1', 'tidygraph/1.1.0', 'testthat/2.0.0', 'printr/0.1', 'covr/3.1.0', 'Rcpp/0.12.17', 'RcppArmadillo/0.8.500.0', 'RcppEigen/0.3.3.4.0', 'future.apply/0.2.0'))"
Rscript -e "source('http://bioconductor.org/biocLite.R');biocLite(c('S4Vectors', 'BiocStyle'))"
##sp.scRNAseqData imports
Rscript -e "source('https://cdn.rawgit.com/road2stat/liftrlib/aa132a2d/install_cran.R');install_cran(c('openxlsx/4.0.17', 'googledrive/0.1.1'))"
##seqTools imports
Rscript -e "source('https://cdn.rawgit.com/road2stat/liftrlib/aa132a2d/install_cran.R');install_cran(c('e1071/1.6-8', 'doMC/1.3.5'))"
# Clone and install remote R packages
mkdir /home/Github
git clone https://github.com/jasonserviss/sp.scRNAseqData.git /home/Github/sp.scRNAseqData
Rscript -e "devtools::install('/home/Github/sp.scRNAseqData')"
Rscript -e "source('/home/Github/sp.scRNAseqData/inst/rawData/processRaw.R')"
Rscript -e "devtools::install('/home/Github/sp.scRNAseqData')"
git clone https://github.com/jasonserviss/seqTools.git /home/Github/seqTools
Rscript -e "devtools::install('/home/Github/seqTools')"
Collection
- Name: jasonserviss/sp.scRNAseq
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/jasonserviss-sp.scRNAseq-latest |
collection name | jasonserviss/sp.scRNAseq |
branch | pSwarmC |
tag | latest |
commit | a50ba2b439fee5fb597fd1bda2c2435113817143 |
version (container hash) | d4ec388452c1ed6440554b79403dc850 |
build date | 2018-06-12T18:08:06.632Z |
size (MB) | 2239 |
size (bytes) | 930639903 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.