QuentinLetourneur/Let-it-bin:rplots
$ singularity pull shub://QuentinLetourneur/Let-it-bin:rplots
Singularity Recipe
Bootstrap: docker
From: ubuntu:16.04
%setup
export LC_ALL=C
%files
bin/binning_stats.R
bin/nb_bin_per_threshold.R
bin/binning_heatmap.R
%post
mkdir /pasteur
apt -y update
apt -y install wget build-essential
cd /home
wget https://cran.r-project.org/bin/linux/ubuntu/xenial/r-base-core_3.4.1-2xenial0_amd64.deb
apt -y install ./r-base-core_3.4.1-2xenial0_amd64.deb
rm r-base-core_3.4.1-2xenial0_amd64.deb
R --vanilla -e'install.packages("cowplot", repo="http://cran.univ-paris1.fr/")'
Collection
- Name: QuentinLetourneur/Let-it-bin
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/QuentinLetourneur-Let-it-bin-rplots |
collection name | QuentinLetourneur/Let-it-bin |
branch | master |
tag | rplots |
commit | 4cc6a9b6e06fa4cbb5de17ff93e84391ced89c95 |
version (container hash) | 944c4f2094d8a9f818369b24693eb2a0 |
build date | 2019-12-06T16:44:17.156Z |
size (MB) | 675 |
size (bytes) | 276512799 |
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.