nipype icon indicating copy to clipboard operation
nipype copied to clipboard

freesurfer reconall outputs missing

Open JailanOweda opened this issue 1 year ago • 1 comments
trafficstars

In the freesurfer interface when using the reconall function, not all files generated in the cache_directory are listed as possible outputs that you can use as inputs for the next node (e.g. copy them to the derivatives directory using datasink). E.g. none of the files in the scripts directory are listed.

JailanOweda avatar Aug 28 '24 07:08 JailanOweda

Yes, the FreeSurfer interface assumes you're looking for imaging outputs. To add outputs, patch here:

https://github.com/nipy/nipype/blob/2e36f69a833529ee8b66c1c3fc43746db5a9fcea/nipype/interfaces/io.py#L1634-L1840

effigies avatar Nov 18 '24 21:11 effigies