Skip to content

fsreconall

Module: segmentation/fsreconall

Performs Freesurfer’s recon-all script to segment your anatomy (probably a T1) into labels, surfaces, and much more. See the full documentation here: https://surfer.nmr.mgh.harvard.edu/fswiki/recon-all.

Inputs

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]true
anatfileAn anatomy (ex, .nii.gz).*.{nii,nii.gz,mgz}
fs_licensefileThe path to your FreeSurfer license. To get one, go to https://surfer.nmr.mgh.harvard.edu/registration.html. Optional. If you have already set your license as prescribed by Freesurfer (copied to a .license file in your $FREESURFER_HOME), this is not required.*.txt

Outputs

TypeDescriptionPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]
recon_all_out_folderdirectoryDirectory containing all recon-all outputs.*.{nii,nii.gz}
versionsfileFile containing software versionsversions.yml

Tools

DescriptionHomepageDOI
FreesurferAn open source neuroimaging toolkit for processing, analyzing, and visualizing human brain MR images.https://surfer.nmr.mgh.harvard.edu/

Authors

@EmmaRenauld