ANTsX / ANTs

Advanced Normalization Tools (ANTs)
Apache License 2.0
1.21k stars 381 forks source link

ENH: write template output such that things sort together #1771

Closed cookpa closed 4 months ago

cookpa commented 4 months ago

A few fixes

cookpa commented 4 months ago

Editing bash is always scary but I have run both the faces and the brain slices example successfully

gdevenyi commented 4 months ago

If you're willing to go through some painful testing, this is the gold standard, http://redsymbol.net/articles/unofficial-bash-strict-mode/

And even more painful, getting to pass, https://github.com/koalaman/shellcheck

cookpa commented 4 months ago

Thanks @gdevenyi