ZhifangYe/cpac_build:latest

$ singularity pull shub://ZhifangYe/cpac_build:latest

Singularity Recipe

# C-PAC: Configurable Pipeline for the Analysis of Connectomes
# URL: https://github.com/FCP-INDI/C-PAC

BootStrap: docker
From: fcpindi/c-pac:release-v1.4.1

%labels
Author zhifang.ye.fghm@gmail.com
Build-date 03/19/2019
Vendor Ubuntu:Xenial
Version 1.4.1

%runscript
    exec /code/run.py "$@"

%post
    #------------------------------------------------------------------------------
    # Change timezone to Shanghai
    #------------------------------------------------------------------------------
    ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
    dpkg-reconfigure --frontend noninteractive tzdata
    #------------------------------------------------------------------------------
    # Create local binding point for our HPC
    #------------------------------------------------------------------------------
    mkdir /seastor
    mkdir /brain
    mkdir /lustre

Collection


View on Datalad

Metrics

key value
id /containers/ZhifangYe-cpac_build-latest
collection name ZhifangYe/cpac_build
branch master
tag latest
commit c4a6f6c9de034343d37361ec26a00e688a5982b8
version (container hash) f9f5831ad36d0677b174399b4985f2d6
build date 2019-03-19T05:26:48.146Z
size (MB) 3941
size (bytes) 1553850399
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.