Skip to content

Commit 9659912

Browse files
authored
Merge pull request #9 from BIDS-Apps/chrisfilo-patch-1
Do not attempt to run hires mode
2 parents 0c89e96 + fc57441 commit 9659912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

baracus/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def run_fs_if_not_available(bids_dir, freesurfer_dir, subject_label, license_key
3636

3737
if fs_missing:
3838
cmd = "run_freesurfer.py {in_dir} {out_dir} participant " \
39+
"--hires_mode disable " \
3940
"--participant_label {subject_label} " \
4041
"--license_key {license_key} " \
4142
"--n_cpus {n_cpus} --steps cross-sectional".format(in_dir=bids_dir,
@@ -72,4 +73,4 @@ def get_subjects_session(layout, participant_label, truly_longitudinal_study):
7273
else:
7374
freesurfer_subjects.append("sub-{sub}".format(sub=subject))
7475

75-
return subjects_to_analyze, sessions_to_analyze, freesurfer_subjects
76+
return subjects_to_analyze, sessions_to_analyze, freesurfer_subjects

0 commit comments

Comments
 (0)