-
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
New update fails #33
Comments
Hi Marc, I think it should work now, can you give it a try ? I've updated our nipype branch also, make sure to download and install the last commit before trying the new version of cmp_nipype. Thanks a lot ! David |
The parcellation error seems to be solved but I've got this now: What does it mean? 2014-06-03 18:44 GMT+02:00 davidrs06 [email protected]:
|
Hey I am trying now to start a pipeline with custom parcellation but I get this error:
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/cmp/pipelines/common.py", line 61, in run
if self.stages[stage].has_run():
File "/usr/local/lib/python2.7/dist-packages/cmp/stages/parcellation/parcellation.py", line 136, in has_run
return os.path.exists(self.config.nifti_file)
AttributeError: 'ParcellationConfig' object has no attribute 'nifti_file'
But in the config file there is a nifti_file of the custom parcellation part...
The text was updated successfully, but these errors were encountered: