Skip to content

Commit

Permalink
Integrated fix for main_segfile instead of main_file in run_fastsurfe…
Browse files Browse the repository at this point in the history
…r.sh
  • Loading branch information
LeHenschel committed Feb 22, 2023
1 parent 3e9714c commit aadfdfe
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 aadfdfe

Please sign in to comment.