ZhifangYe/ciftify_build:latest

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

Singularity Recipe

# Ciftify

BootStrap: docker
From: tigrlab/fmriprep_ciftify:1.3.0.post2-2.3.0

%labels
Author zhifang.ye.fghm@gmail.com
Build-date 03/07/2019
Vendor Ubuntu:Xenial
Version 1.3.0.post2-2.3.0

%runscript
    exec /home/code/ciftify/ciftify/bidsapp/run.py "$@"

%environment
    export FS_LICENSE=/opt/freesurfer/license.txt

%post
    #------------------------------------------------------------------------------
    # Change timezone to Shanghai
    #------------------------------------------------------------------------------
    ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
    dpkg-reconfigure --frontend noninteractive tzdata
    #------------------------------------------------------------------------------
    # Add license
    #------------------------------------------------------------------------------
    echo "cHJpbnRmICJ6aGlmYW5nLnllLmZnaG1AZ21haWwuY29tXG4zMDgyN1xuICpDQWp0eWJDWTQwck1cbiBGUzl2ZU14OGdudXFRXG4iID4gL29wdC9mcmVlc3VyZmVyL2xpY2Vuc2UudHh0" | base64 -d | bash
    #------------------------------------------------------------------------------
    # Create local binding point for our HPC
    #------------------------------------------------------------------------------
    mkdir /seastor
    mkdir /brain
    mkdir /lustre

Collection


View on Datalad

Metrics

key value
id /containers/ZhifangYe-ciftify_build-latest
collection name ZhifangYe/ciftify_build
branch master
tag latest
commit 3109fdbc0c2870167846cd72b28929ea51d1540d
version (container hash) 021395ed36c0d7b40e548ab398205fd9
build date 2019-03-07T14:19:12.966Z
size (MB) 12982
size (bytes) 5535989791
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.