mbhall88/Singularity_recipes:clustalo

$ singularity pull shub://mbhall88/Singularity_recipes:clustalo

Singularity Recipe

Bootstrap: debootstrap
OSVersion: bionic
MirrorURL: http://us.archive.ubuntu.com/ubuntu/

%environment
  PATH=/usr/local/bin:$PATH

%post
    apt update
    apt install -y software-properties-common
    apt-add-repository universe
    apt update
    # apt install -y git wget build-essential
    export LC_ALL=C.UTF-8
    export LANG=C.UTF-8
    echo 'export LC_ALL=C.UTF-8' >> $SINGULARITY_ENVIRONMENT
    echo 'export LANG=C.UTF-8' >> $SINGULARITY_ENVIRONMENT

    # ========================
    # INSTALL clustal omega
    # ========================
    apt install -y clustalo

Collection


View on Datalad

Metrics

key value
id /containers/mbhall88-Singularity_recipes-clustalo
collection name mbhall88/Singularity_recipes
branch master
tag clustalo
commit c0af79dc032d20c5ae72f756e67aa8e6e0015256
version (container hash) 471147b74611e8faf0cfd72e56f6262f
build date 2020-12-05T15:43:09.717Z
size (MB) 363
size (bytes) 140050463
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.