MarissaLL/singularity-containers:bbmap_37.92

$ singularity pull shub://MarissaLL/singularity-containers:bbmap_37.92

Singularity Recipe

Bootstrap: debootstrap
OSVersion: bionic
MirrorURL: http://archive.ubuntu.com/ubuntu/
Include: default-jre wget

%labels

    MAINTAINER "Marissa Le Lec"
    VERSION "BBMap 37.92"

%post

    wget -O "bbmap.tar.gz" \
        "https://sourceforge.net/projects/bbmap/files/BBMap_37.92.tar.gz/download"
    mkdir bbmap-install
    tar -zxf bbmap.tar.gz \
        -C bbmap-install \
        --strip-components 1
    cp -r bbmap-install/resources/* /
    cp -r bbmap-install/* /usr/local/bin/
    rm -rf bbmap.tar.gz bbmap-install

Collection


View on Datalad

Metrics

key value
id /containers/MarissaLL-singularity-containers-bbmap_37.92
collection name MarissaLL/singularity-containers
branch master
tag bbmap_37.92
commit 5e9f442dc50fb9ad8be139d721ce33a0fe9b2fa7
version (container hash) fa973c37883055c243c5e37f82f68f4d
build date 2020-12-03T09:29:30.388Z
size (MB) 637
size (bytes) 295137311
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.