Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.
/ FMRIQA_app Public archive

Build for docker and singularity containers for FMRIQA

Notifications You must be signed in to change notification settings

VUIIS/FMRIQA_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FMRIQA_app

This includes everything required (except for the "spm12r6225_with_vbm8r435_compiled" directory and "FMRIQA_v4_0_0" compiled MATLAB executable, which are too large to commit) to build a docker and corresponding singularity container for the FMRIQA pipeline.

Docker Hub

Singularity Hub

Build Instructions:

Just clone and run build.sh:

git clone https://github.com/vuiiscci/FMRIQA_app.git
cd FMRIQA_app/
./build.sh

NOTE that you must have "spm12r6225_with_vbm8r435_compiled" directory and "FMRIQA_v4_0_0" compiled MATLAB executable.

Run Instructions:

For docker:

sudo docker run --rm \
-v $(pwd)/INPUTS/:/INPUTS/ \
-v $(pwd)/OUTPUTS:/OUTPUTS/ \
--user $(id -u):$(id -g) \
vuiiscci/fmriqa

For singularity:

singularity run -e \
-B INPUTS/:/INPUTS \
-B OUTPUTS/:/OUTPUTS \
shub://vuiiscci/FMRIQA_app

About

Build for docker and singularity containers for FMRIQA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages