Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonios Makropoulos committed Dec 13, 2016
1 parent 8b81e2b commit aee8fba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/v1.1/tissue-priors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ fi
needtseg=0
for i in {01..20};do
atlas=ALBERT_$i
dof=dofs/$subj-$atlas-n.dof.gz

if [ ! -f $dof ];then
if [ ! -f dofs/$subj-$atlas-n.dof.gz ];then
needtseg=1
break
fi
Expand Down

0 comments on commit aee8fba

Please sign in to comment.