bballew/NGS_singularity_recipes:htslib_1-9

$ singularity pull shub://bballew/NGS_singularity_recipes:htslib_1-9

Singularity Recipe

BootStrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/$basearch/
Include: yum

%labels
    AUTHOR BBallew

%post
    yum -y groupinstall "Development Tools"
    yum -y install autoconf automake make gcc wget perl-Data-Dumper zlib-devel bzip2 bzip2-devel xz-devel curl-devel openssl-devel

    wget https://github.com/samtools/htslib/releases/download/1.9/htslib-1.9.tar.bz2
    tar xvjf htslib-1.9.tar.bz2
    cd htslib-1.9
    ./configure
    make
    make install

Collection


View on Datalad

Metrics

key value
id /containers/bballew-NGS_singularity_recipes-htslib_1-9
collection name bballew/NGS_singularity_recipes
branch master
tag htslib_1-9
commit 261b0ba21401aa85360fa54efa5ba7f093fdc71a
version (container hash) b682c5dda24d4a676e9a115f791e5411
build date 2019-04-02T14:29:35.863Z
size (MB) 1010
size (bytes) 321712159
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.