apotatoprogrammer/xsedesam:latest
$ singularity pull shub://apotatoprogrammer/xsedesam:latest
Singularity Recipe
Bootstrap: docker
From: ubuntu:latest
%labels
APPLICATION_NAME ajd_environment
AUTHOR_NAME Samuel Aragones
AUTHOR_EMAIL saragones@g.ucla.edu
%setup
%environment
%post -c /bin/bash
#here we install all of our core packages
apt-get update
apt-get -y install apt-utils
apt-get -y install python3-dev
apt-get -y install python3-pip
apt-get -y install python3-setuptools
apt-get -y install python3-virtualenv
apt-get -y install python3-numpy
apt-get -y install python3-scipy
apt-get -y install python3-sklearn
apt-get -y install python3-skimage
apt-get -y install python3-statsmodels
apt-get -y install python3-matplotlib
apt-get -y install python3-seaborn
apt-get -y install g++
apt-get -y install unzip
apt-get -y install zip
apt-get -y install git
apt-get -y install openjdk-11-jdk
#Jupyter
apt-get -y install jupyter
pip3 install jupyterlab
pip3 install louvain
pip3 install kneed
pip3 install python-igraph
pip3 install scanpy
#PROSSTT
pip3 install newick
pip3 install git+git://github.com/soedinglab/prosstt.git
#R
apt-get -y install apt-transport-https software-properties-common
#apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
#add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/'
#R --vanilla -e 'install.packages("forecast", repos="http://cran.us.r-project.org")'
apt-get -y install build-essential
apt-get -y install r-base
apt-get -y install r-base-dev
R --vanilla -e 'install.packages("BiocManager",repos="https://cran.us.r-project.org")'
R --vanilla -e 'BiocManager::install("splatter")'
%files
%runscript
%test
Collection
- Name: apotatoprogrammer/xsedesam
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/apotatoprogrammer-xsedesam-latest |
collection name | apotatoprogrammer/xsedesam |
branch | master |
tag | latest |
commit | 12486ad3ea82d606d12918d5a8636924dda8dfa2 |
version (container hash) | 9edbe73975f8c5cdb17f971f2d799dae |
build date | 2020-07-05T20:13:43.323Z |
size (MB) | 2556.0 |
size (bytes) | 1048686623 |
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.