StanfordCosyne/pancakes:spm12-pipeline

$ singularity pull shub://StanfordCosyne/pancakes:spm12-pipeline

Singularity Recipe

Bootstrap: shub
From: StanfordCosyne/pancakes:spm12

# 
# sudo singularity build spm12 Singularity.spm12
# sudo singularity build --sandbox spm12-dev Singularity.spm12
#

%files
    spm12-pipeline.scif
    preprocessmri
    preprocessfmri

%post

    #############################
    # Scientific Filesystem
    #############################

    /opt/conda/bin/pip install scif
    /opt/conda/bin/scif install /spm12-pipeline.scif    
    rm -rf /spm

%runscript

    HOME=$(mktemp -d --suffix=.matlab)
    export HOME

    if [ $# -eq 0 ]
        then
        exec ${SPM_EXEC} script $@
    else
        exec scif run "$@"
    fi

Collection


View on Datalad

Metrics

key value
id /containers/StanfordCosyne-pancakes-spm12-pipeline
collection name StanfordCosyne/pancakes
branch master
tag spm12-pipeline
commit 599d0ad5fba9ac24932650f569df856fe6556459
version (container hash) 80787c6348ffc81c92098989dda27b57
build date 2018-02-13T08:25:31.530Z
size (MB) 4109
size (bytes) 1864642591
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.