tools

Various tools for the project

View on GitHub

E-DADS Resources

Various tools and resources for the E-DADS project

  1. FreeSurfer 7.1.1 BIDS App
  2. MRI-QC 0.16.1 BIDS App

FreeSurfer 7.1.1 BIDS-App container

Running this container on a cluster? Of course you are!
This is how to use docker and docker2singularity to convert the container to a singularity image:

docker run \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /path/to/output/folder:/output \
--privileged -t --rm \
singularityware/docker2singularity \
noxtoby/edads:freesurfer7p1p1

MRIQC 0.16.1 BIDS-App container