ZhifangYe/mriqc_build:latest

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

Singularity Recipe

# MRIQC from poldracklab
# URL: https://github.com/poldracklab/mriqc

BootStrap: docker
From: poldracklab/mriqc:0.15.0

%runscript
    exec /usr/local/miniconda/bin/mriqc "$@"

%environment

%labels
    Recipe_Maintainer zhifang.ye.fghm@gmail.com
    Build_Date 04/06/2019
    Vendor Ubuntu
    Version 0.15.0

%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-mriqc_build-latest
collection name ZhifangYe/mriqc_build
branch master
tag latest
commit 5dab90e85f457027f2acba089d8476dec52227a2
version (container hash) 80d63381280978d736b9b1a8ab087275
build date 2019-07-29T08:17:07.350Z
size (MB) 7589
size (bytes) 2928783391
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.