Skip to content

nipype tbss pipeline error #1789

@jnecus

Description

@jnecus

Summary

I am using the template: ' pipeline to do a TBSS analysis on the NKI rockland sample data' for use on my own data. The script succesfully passes the first stage, i.e. generation of FA maps. However, once it reaches the TBSS processing steps it fail on the node 'tbss1.prepfa'

Here is a copy of the crash file information:

Node: tbssproc.tbss_all.tbss1.prepfa
Working directory: /home/joe/Desktop/bliss_data_tbss_jan17_testing/tbss_example/l2/tbssproc/tbss_all/tbss1/prepfa


Node inputs:

args = <undefined>
environ = {'FSLOUTPUTTYPE': 'NIFTI'}
ignore_exception = False
in_file = <undefined>
in_file2 = <undefined>
op_string = <undefined>
out_data_type = <undefined>
out_file = <undefined>
output_type = NIFTI
suffix = _prep
terminal_output = stream



Traceback: 
Traceback (most recent call last):
  File "/home/joe/anaconda2/lib/python2.7/site-packages/nipype/pipeline/plugins/linear.py", line 39, in run
    node.run(updatehash=updatehash)
  File "/home/joe/anaconda2/lib/python2.7/site-packages/nipype/pipeline/engine/nodes.py", line 295, in run
    self._get_inputs()
  File "/home/joe/anaconda2/lib/python2.7/site-packages/nipype/pipeline/engine/nodes.py", line 1264, in _get_inputs
    super(MapNode, self)._get_inputs()
  File "/home/joe/anaconda2/lib/python2.7/site-packages/nipype/pipeline/engine/nodes.py", line 480, in _get_inputs
    value)
  File "/home/joe/anaconda2/lib/python2.7/site-packages/nipype/pipeline/engine/utils.py", line 440, in evaluate_connect_function
    *list(args))
  File "<string>", line 5, in tbss1_op_string
  File "/home/joe/anaconda2/lib/python2.7/site-packages/nibabel/loadsave.py", line 48, in load
    filename)
ImageFileError: Cannot work out file type of "/"

Platform details:

'nibabel_version': '2.1.0', 'networkx_version': '1.11', 'numpy_version': '1.11.1', 'sys_platform': 'linux2', 'sys_version': '2.7.12 |Anaconda 4.2.0 (64-bit)| (default, Jul 2 2016, 17:42:40) \n[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)]', 'commit_source': 'archive substitution', 'commit_hash': '%h', 'pkg_path': '/home/joe/anaconda2/lib/python2.7/site-packages/nipype', 'sys_executable': '/home/joe/anaconda2/bin/python', 'traits_version': '4.6.0', 'scipy_version': '0.18.1'}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions