nipype icon indicating copy to clipboard operation
nipype copied to clipboard

Workflows and interfaces for neuroimaging packages

Results 216 nipype issues
Sort by recently updated
recently updated
newest added

I am trying to add a reconall node to my workflow but after some hours I get this error. I can use reconall command without error. My Nipype version is...

### Summary When using (regexp) substitutions (e.g. `substitutions=[("old", "new")]`), an empty directory will be created that corresponds to the directory name that is substituted (e.g. `old`), in addition to the...

bug

### Summary I’m currently learning to find fmri confound through nipype when I run this code: from nipype.pipeline.engine import Workflow from nipype.pipeline import engine as pe from nipype.interfaces import fsl...

## Summary This change is fully backwards compatible and will not affect existing pipelines, but it will prevent the pipeline engine from crashing when some parameters are long and it...

## Summary The MRConvert interface now includes some additional available options allowed by the original [MRTrix3's CLI](https://mrtrix.readthedocs.io/en/dev/reference/commands/mrconvert.html). Fixes #3473. ## List of changes proposed in this PR (pull-request) The interface...

> Would you ever consider setting parameterize_dirs to false as a default in nipype? We are working on integrating MRIQC into CBRAIN (http://www.cbrain.ca/), and have run into an issue with...

discussion

### Summary If an `output_spec` contains a trait `File(exists=True)`, and that output field is not passed as an input to another node, then the file will get cleaned up by...

### Summary Bug reports on nipype workflows are becoming essentially useless, as the exceptions now wrap around the original exceptions and we get very little traceback information. Further, the crashfiles...

bug

### Summary Thanks for developing this amazing tool. I'm new to nipype and docker and trying to set the tutorial container up in Vscode, however, when I run the following...

## Summary SPM 12 has an option to switch off the default orthogonolisation of parametric regressors, but it seems that option cannot be set from Nipype - I implemented it...

blocked