-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filenames do not consistently use prefix and suffix settings #13
Comments
Tested this from the command line today and it seemed to work properly, but still waiting on the pipeline to fully finish. Will look at it with you on Monday. If it works on the CLI then perhaps it's a GUI issue. The reason I think it's working is because I changed the prefix and suffix (in data.xml) to something besides |
Could be a GUI issue. If that's the case, then the CLI sets/propagates certain parameter values that the GUI does not. Try to use the GUI (on an alternate output folder) and see where the scripts differ between the two runs. |
Thanks for pointing that out. I think that is correct - I'm going to trace the GUI/QT settings to see if I can find where it breaks down, because the prefix/suffix are being set in multiple places, I think. After changing the prefix and suffix to have the line
So you can see that the prefix and suffix worked correctly for the nrrd files. But it appears my pipeline cut short for some reason. Here is the entirety of
Are there any other logs I can look at to see what happened? I'm not sure why the prefixed files would be created in the first place if the Preprocessing Data step was skipped. (This is probably a dev issue unrelated to the prefixing and suffixing but I'm posting it here because it shows that setting the prefix with the CLI appears to be working). |
Only data that has not yet been computed (and thus, for which there is no output files), will be processed/computed. If a corresponding output file exists, then that step is skipped. Also, the issue is not that the output files would be not correctly adjusted to the prefix and suffix setting, but rather that one of the scripts (AntsJointFusionExecution script) did not adjust its pathnames for some of the prior step's output. |
The suffix and prefix settings are not used for all files generated by Multisegpipeline. Workaround: use default setting and all is fine. If you change them, not all outputs are changes, though the "changed" output files are expected.
The text was updated successfully, but these errors were encountered: