Skip to content

Commit

Permalink
Merge pull request #266 from Deep-MI/fix/mainsegfile
Browse files Browse the repository at this point in the history
Integrated fix for main_segfile instead of main_file in run_fastsurfe…
  • Loading branch information
LeHenschel authored Feb 22, 2023
2 parents 3e9714c + aadfdfe commit 54247b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_fastsurfer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ if [ "$run_seg_pipeline" == "1" ]
exit 1
fi

if [ ! -f "$main_file" ]
if [ ! -f "$main_segfile" ]
then
ln -s -r "$aparc_aseg_segfile" "$main_segfile"
fi
Expand Down

0 comments on commit 54247b8

Please sign in to comment.