Skip to content
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

Open
MarcRamos opened this issue Jun 2, 2014 · 2 comments
Open

New update fails #33

MarcRamos opened this issue Jun 2, 2014 · 2 comments

Comments

@MarcRamos
Copy link

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...

@davidrs06
Copy link
Contributor

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

@MarcRamos
Copy link
Author

The parcellation error seems to be solved but I've got this now:
Traceback (most recent call last):
File
"/usr/local/lib/python2.7/dist-packages/nipype/pipeline/plugins/multiproc.py",
line 18, in run_node
result['result'] = node.run(updatehash=updatehash)
File "/usr/local/lib/python2.7/dist-packages/nipype/pipeline/engine.py",
line 1391, in run
self._run_interface()
File "/usr/local/lib/python2.7/dist-packages/nipype/pipeline/engine.py",
line 1501, in _run_interface
self._result = self._run_command(execute)
File "/usr/local/lib/python2.7/dist-packages/nipype/pipeline/engine.py",
line 1627, in _run_command
result = self._interface.run()
File "/usr/local/lib/python2.7/dist-packages/nipype/interfaces/base.py",
line 943, in run
self._check_mandatory_inputs()
File "/usr/local/lib/python2.7/dist-packages/nipype/interfaces/base.py",
line 881, in _check_mandatory_inputs
raise ValueError(msg)
ValueError: DataGrabber requires a value for input 'sort_filelist'. For a
list of required inputs, see DataGrabber.help()

What does it mean?

2014-06-03 18:44 GMT+02:00 davidrs06 notifications@github.com:

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


Reply to this email directly or view it on GitHub
#33 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants