We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f4a1c commit 7967cecCopy full SHA for 7967cec
seedVoxelCorrelation.sh
@@ -266,7 +266,7 @@ function roi_qc()
266
gunzip -f $seedQCdir/${roi}_overlay_${suffix}.nii.gz
267
done
268
else
269
- echo "$roi QC already exists"
+ echo "Under/overlay niftis already exist for ${roi}! Skipping..."
270
fi
271
}
272
@@ -547,7 +547,7 @@ for i in $(cat "$roiOutDir"/seeds.txt); do
547
if [ ! -f $seedQCOutdir/${i}_axial.png ] || [ ! -f $seedQCOutdir/${i}_coronal.png ] || [ ! -f $seedQCOutdir/${i}_sagittal.png ]; then
548
echo "${i}" >> "$roiOutDir"/seeds_forQC.txt
549
550
- echo "$i QC already exists"
+ echo "png images for QC already exist for $i! Skipping..."
551
552
553
0 commit comments