heinzlab/smrna-seq-pipeline:latest

$ singularity pull shub://heinzlab/smrna-seq-pipeline:latest

Singularity Recipe

Bootstrap: docker
From: continuumio/miniconda3

%labels
    MAINTAINER Carlos Guzman <cag104@eng.ucsd.edu>
    DESCRIPTION Container image containing all requirements for the adapted heinzlab/smrna-seqpipeline
    VERSION 0.1dev

%files
    environment.yml /

%environment
	PATH=/opt/conda/envs/smrnaseq-0.1dev/bin:$PATH
	export PATH

%post
    /opt/conda/bin/conda env create -f /environment.yml
    /opt/conda/bin/conda clean -a

Collection


View on Datalad

Metrics

key value
id /containers/heinzlab-smrna-seq-pipeline-latest
collection name heinzlab/smrna-seq-pipeline
branch master
tag latest
commit 0eeb6d90a5edd29fe257752e66b77392c1762f3b
version (container hash) f3bc864fd54bbda5f8753c5a0228a5bf
build date 2018-11-01T03:16:08.969Z
size (MB) 2696
size (bytes) 936579103
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.