Skip to content

Commit aee8fba

Browse files
author
Antonios Makropoulos
committed
bug
1 parent 8b81e2b commit aee8fba

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/v1.1/tissue-priors.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ fi
4444
needtseg=0
4545
for i in {01..20};do
4646
atlas=ALBERT_$i
47-
dof=dofs/$subj-$atlas-n.dof.gz
48-
49-
if [ ! -f $dof ];then
47+
if [ ! -f dofs/$subj-$atlas-n.dof.gz ];then
5048
needtseg=1
5149
break
5250
fi

0 commit comments

Comments
 (0)