J35P312/TayWhale:latest

$ singularity pull shub://J35P312/TayWhale:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

%environment
SHELL=/bin/bash
PATH=/opt/anaconda/bin:${PATH}
LC_ALL=C.UTF-8

%runscript
    echo "This is what happens when you run the container..."
    export PATH=/opt/anaconda/bin:${PATH}    

%post
    echo "Hello from inside the container"
    apt-get update
    apt-get -y install wget git bzip2 build-essential gcc zlib1g-dev language-pack-en-base apt-transport-https make cmake unzip
    update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8

    cd /root/ && wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
    cd /root/ && chmod 700 ./Miniconda2-latest-Linux-x86_64.sh
    cd /root/ && bash ./Miniconda2-latest-Linux-x86_64.sh -b -p /opt/anaconda/

    export PATH=/opt/anaconda/bin:${PATH}

    conda config --add channels defaults
    conda config --add channels conda-forge
    conda config --add channels bioconda

	conda install -c bioconda STAR --yes
	conda install -c bioconda picard --yes	
	conda install -c bioconda samtools --yes
	conda install -c bioconda STAR-Fusion --yes
	conda install -c bioconda stringtie --yes
	conda install -c bioconda salmon --yes
	conda install -c bioconda gffcompare --yes

Collection


View on Datalad

Metrics

key value
id /containers/J35P312-TayWhale-latest
collection name J35P312/TayWhale
branch master
tag latest
commit 37bebe362032f93b925b76f2cca8f83259a045d4
version (container hash) 251034f53ac40249ac0f69a6583c72a8
build date 2018-12-17T16:03:48.677Z
size (MB) 3735
size (bytes) 1645273119
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.