Skip to content

Commit 2678c5a

Browse files
authored
reverting ' ' around nii.gz because it wasn't working
1 parent 0ba896d commit 2678c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neurodocker/templates/freesurfer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ binaries:
7171
# default freesurfer options
7272
FS_OVERRIDE: '0'
7373
FIX_VERTEX_AREA: ''
74-
FSF_OUTPUT_FORMAT: 'nii.gz'
74+
FSF_OUTPUT_FORMAT: nii.gz
7575
# mni environment requirements
7676
MINC_BIN_DIR: '{{ self.install_path }}/mni/bin'
7777
MINC_LIB_DIR: '{{ self.install_path }}/mni/lib'

0 commit comments

Comments
 (0)