Skip to content

Commit

Permalink
Merge pull request #9 from BIDS-Apps/chrisfilo-patch-1
Browse files Browse the repository at this point in the history
Do not attempt to run hires mode
  • Loading branch information
chrisgorgo authored Sep 1, 2017
2 parents 0c89e96 + fc57441 commit 9659912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion baracus/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def run_fs_if_not_available(bids_dir, freesurfer_dir, subject_label, license_key

if fs_missing:
cmd = "run_freesurfer.py {in_dir} {out_dir} participant " \
"--hires_mode disable " \
"--participant_label {subject_label} " \
"--license_key {license_key} " \
"--n_cpus {n_cpus} --steps cross-sectional".format(in_dir=bids_dir,
Expand Down Expand Up @@ -72,4 +73,4 @@ def get_subjects_session(layout, participant_label, truly_longitudinal_study):
else:
freesurfer_subjects.append("sub-{sub}".format(sub=subject))

return subjects_to_analyze, sessions_to_analyze, freesurfer_subjects
return subjects_to_analyze, sessions_to_analyze, freesurfer_subjects

0 comments on commit 9659912

Please sign in to comment.