powerPlant/hic-pro-srf:latest
$ singularity pull shub://powerPlant/hic-pro-srf:latest
Singularity Recipe
BootStrap: debootstrap
DistType "debian"
MirrorURL: http://us.archive.ubuntu.com/ubuntu/
OSVersion: xenial
%labels
AUTHOR Nicolas Servant
%pre
apt-get install -y debootstrap
%post
apt-get install -y wget
apt-get install -y gzip
apt-get install -y bzip2
apt-get install -y curl
apt-get install -y unzip
## g++
apt-get install -y build-essential
# install anaconda
if [ ! -d /usr/local/anaconda ]; then
wget https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh \
-O ~/anaconda.sh && \
bash ~/anaconda.sh -b -p /usr/local/anaconda && \
rm ~/anaconda.sh
fi
# set anaconda path
export PATH=$PATH:/usr/local/anaconda/bin
conda update conda
conda config --add channels r
conda config --add channels defaults
conda config --add channels conda-forge
conda config --add channels bioconda
# Let us save some space
conda clean --packages -y
# external tools
echo "Installing dependancies ... "
conda install -y bowtie2
conda install -y samtools
# Python (>2.7) with *pysam (>=0.8.3)*, *bx(>=0.5.0)*, *numpy(>=1.8.2)*, and *scipy(>=0.15.1)* libraries
conda install -y python=2.7.11
conda install -y -c anaconda scipy
conda install -y -c anaconda numpy
conda install -y -c bcbio bx-python
conda install -y -c bioconda pysam
# Install R
conda update readline
#conda install -c conda-forge readline=6.2
conda install -c r r-base
conda install -c r r-ggplot2=2.2.1
conda install -c r r-rcolorbrewer
conda install -c r r-gridbase
# Install HiC-pro
echo "Installing latest HiC-Pro release 2.11.1"
#VERSION=$(curl -s https://github.com/nservant/HiC-Pro/releases/latest | egrep -o '2.[0-9]*.[0-9]*')
VERSION="2.11.1"
echo "v"$VERSION".zip" | wget --base=http://github.com/nservant/HiC-Pro/archive/ -i - -O hicpro_latest.zip && unzip hicpro_latest.zip
cd $(echo HiC-Pro-$VERSION)
make configure
make install
# Let us save some space
conda clean --packages -y
conda clean --all -y
rm -rf /usr/local/anaconda/pkgs
%test
INSTALLED_HICPRO_VERSION=$(find /usr/local/bin -name HiC-Pro | xargs dirname)
$INSTALLED_HICPRO_VERSION/HiC-Pro -h
%environment
export PATH=$PATH:/usr/local/anaconda/bin
INSTALLED_VERSION=$(find /usr/local/bin -name HiC-Pro | xargs dirname)
export PATH=$PATH:$INSTALLED_VERSION
export LANG=C
Collection
- Name: powerPlant/hic-pro-srf
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/powerPlant-hic-pro-srf-latest |
collection name | powerPlant/hic-pro-srf |
branch | master |
tag | latest |
commit | 54b7c6deddfb444d855694bd20e094f5257b22ef |
version (container hash) | e066e4ee61e8f13a32a8e18931b472f8 |
build date | 2019-05-02T05:40:51.542Z |
size (MB) | 2091 |
size (bytes) | 724090911 |
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.