Freesurfer's recon-all (v6.0.0). Built to the Flywheel Gear specification.
1.4K
This build context will create an image built to the Flywheel Gear Specification, which can execute Freesurfer's recon-all (v6.0.1) within Flywheel, or locally.
manifest.json file to include your license details before you build the container. Without a license the execution of the code will fail.manifest.json).Configuration for running the algorithm (and adding the license) are defined within manifest.json. The options available, along with their defaults, are described in the manifest.json file.
If you would like to use specific options in a local run of this gear you can modify the default key for each option, which will be used during the local run - executed when executed with Docker.
This Gear is designed to run within Flywheel, however you can run this Gear locally. To run recon-all from this image you can do the following:
# Note that the `recon-all` command is omitted as it is called from the `Entrypoint`.
docker run --rm -ti \
-v </path/to/input/data>:/input/flywheel/v0/input/anatomical \
-v </path/for/output/data>:/output \
scitran/freesurfer-recon-all:<version-tag>
-v flag) which contains your anatomical data (nifti or dicoms) in the container at /input/flywheel/v0/input/anatomical and also mount the directory where you want your output data stored at /output, see the example above.manifest.json file before building the container.Content type
Image
Digest
Size
5.6 GB
Last updated
almost 6 years ago
docker pull scitran/freesurfer-recon-all:7.1.1-03d