CoBrALab / optimized_antsMultivariateTemplateConstruction

A re-implementation of antsMultivariateTemplateConstruction2.sh using optimized image pyramid scale-space and qbatch support
Other
20 stars 8 forks source link

Improve file existence checking #81

Open gdevenyi opened 11 months ago

gdevenyi commented 11 months ago

Niagara's filesystem is sometimes failing to write our transform files, but then successfully writing the resampled images. Since we check only for the resampled images later stages are failing, even on rerun. Check for all files needed until a stage is complete.

This is definitely an improvement on ants template builder which dangerously uses globs for doing multi-file steps...