open-discussion
open-discussion > RE: ANTS
Feb 20, 2015 07:02 AM | Torsten Rohlfing
RE: ANTS
Just a wild guess here... it seems all the paths that the script is
trying to call are missing a slash after "ants", i.e.,
/usr/lib/antsN4BiasFieldCorrection
should really be
/usr/lib/ants/N4BiasFieldCorrection
So if you configured the toolkit somewhere, you might need to add a slash to the install dir or similar, or you could simply edit the antsMultivariateTemplateConstruction.sh template and insert the missing slashes there (but if the script is generated by, say, cmake, then it might get overwritten if you re-run that).
TR
/usr/lib/antsN4BiasFieldCorrection
should really be
/usr/lib/ants/N4BiasFieldCorrection
So if you configured the toolkit somewhere, you might need to add a slash to the install dir or similar, or you could simply edit the antsMultivariateTemplateConstruction.sh template and insert the missing slashes there (but if the script is generated by, say, cmake, then it might get overwritten if you re-run that).
TR
Threaded View
| Title | Author | Date |
|---|---|---|
| Keren Lesinger | Feb 5, 2015 | |
| Torsten Rohlfing | Feb 20, 2015 | |
| John Pluta | Feb 20, 2015 | |
