Skip to content
Snippets Groups Projects
Singularity.macs2-2271 235 B
Newer Older
descoste's avatar
descoste committed
Bootstrap: docker
descoste's avatar
descoste committed
From: dceoy/macs2:latest
descoste's avatar
descoste committed

%runscript
descoste's avatar
descoste committed
    echo "Running container dceoy/macs2, macs2 v2.2.7.1"
descoste's avatar
descoste committed
    exec /bin/bash "$@"

%post
    mkdir /cluster /work /tsd /projects
descoste's avatar
descoste committed

%labels
    Author Nicolas Descostes
descoste's avatar
descoste committed