traits.trait_errors.TraitError: The 'template' trait of a SubjectSummaryInputSpec instance must be 'MNI152NLin2009cAsym', but a value of 'MNIInfant' <class 'str'> was specified. #823
Labels
bug
Something isn't working
Summary
Tried to run qsiprep with the infant flag but the workflow was still expecting an adult template.
Additional details
What were you trying to do?
I am trying to preprocess the same data with the new version of qsiprep; I'd previously preprocessed the same dataset with qsiprep 0.21.4.
What did you expect to happen?
I expect the pipeline to run like it did previously (version 0.21.4).
What actually happened?
I looked in the documentation and the only option for
--anatomical-template
was MNI152NLin2009cAsym. I also noticed that in this version of the code, the templates were no longer bundled in theqsiprep/data
folder, so maybe I'd need a new way to pass templates into qsiprep?Reproducing the bug
I'd tried running the same script just by changing the singularity container to point back to 0.21.4 and it still initiates the pipeline.
The text was updated successfully, but these errors were encountered: