divonlan/genozip:latest

$ singularity pull shub://divonlan/genozip:latest

Singularity Recipe

Bootstrap:docker  
From:ubuntu

%labels
    Maintainer divonlan

%help
Help me. I'm in the container.

%environment
    PATH=/code:${PATH}
    export PATH

%post
    #echo "Installing genozip into container..."
    
%runscript
    exec /code/genozip "$@"

# apps

%apprun genozip
    exec /code/genozip "$@"

%apprun genounzip
    exec /code/genounzip "$@"

%apprun genocat
    exec /code/genocat "$@"

%apprun genols
    exec /code/genols "$@"

%apphelp genozip
    This is the help for genozip app.

%apphelp genounzip
    This is the help for genounzip app.

%apphelp genocat
    This is the help for genocat app.

%apphelp genols
    This is the help for genols app.

Collection


View on Datalad

Metrics

key value
id /containers/divonlan-genozip-latest
collection name divonlan/genozip
branch master
tag latest
commit f45684e44175c685dfb89c9beb202d3e0901de95
version (container hash) cd4ba27811a6c26b92d32cd2bba83ba7
build date 2020-04-03T00:14:28.692Z
size (MB) 70.0
size (bytes) 25853983
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.