Skip to content

Commit

Permalink
recon-all. #BF. Removed case where it was allways running rca-long-tp…
Browse files Browse the repository at this point in the history
…-init -long-samseg with longitudinal. Also removed a place where cp was called with -vp (removed -vp) when making a local copy of recon-all.
  • Loading branch information
ahoopes committed Jul 13, 2021
1 parent 9d37afd commit aa8f76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/recon-all
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ date >> $SF
# Put a copy of myself (this script) in the scripts dir
if ("`uname -s`" == "Linux") then
set FullProgName = `readlink -f $0`;
cp -vp $FullProgName $subjdir/scripts/recon-all.local-copy
cp $FullProgName $subjdir/scripts/recon-all.local-copy
endif

# Wait for a file to appear #
Expand Down Expand Up @@ -1199,7 +1199,7 @@ if($longitudinal && ! $LongSamseg) then
endif
endif
endif
if($longitudinal) then
if($longitudinal && $LongSamseg) then
set cmd = (rca-long-tp-init -long-samseg $longbaseid $subjid -log $LF -cf $CF -sf $SF)
echo $cmd
$cmd
Expand Down

0 comments on commit aa8f76b

Please sign in to comment.