bids-apps / freesurfer

BIDS app wrapping recon-all from FreeSurfer
Apache License 2.0
40 stars 35 forks source link

Creating symbolic links for the template directories is safer than checking if directories exist while running multiple instances in same directory. #45

Closed shots47s closed 5 years ago

shots47s commented 5 years ago

Replaced the three copy commands that were using run to use os.symlink as creating the symlink is much safer on shared file systems when running multiple instances of the tool simultaneously.