73 |
|
mkdir $pathAna/env/sys/MVAout |
74 |
|
fi |
75 |
|
|
76 |
< |
#Create the link to th sample information in the new sudfolders |
77 |
< |
if [ ! -f $pathAna/env/sys/samples.info ] |
78 |
< |
then |
79 |
< |
ln -s $pathAna/env/samples.info $pathAna/env/sys/samples.info |
80 |
< |
fi |
81 |
< |
if [ ! -f $pathAna/sys/MVAout/samples.info ] |
82 |
< |
then |
83 |
< |
ln -s $pathAna/env/samples.info $pathAna/env/sys/MVAout/samples.info |
84 |
< |
fi |
76 |
> |
#Create the link to th sample information in the new sudfolders. |
77 |
> |
#It always update the link. |
78 |
> |
ln -s -f $pathAna/env/samples.info $pathAna/env/sys/samples.info |
79 |
> |
ln -s -f $pathAna/env/samples.info $pathAna/env/sys/MVAout/samples.info |
80 |
|
|
81 |
|
#Run the scripts |
82 |
|
|