FSL
functions are here:nipype.workflows
were migrated to NiFlows
and their continued use is discouraged: https://nipype.readthedocs.io/en/latest/interfaces.html#workflows
FSLCommand
interface: https://nipype.readthedocs.io/en/latest/api/generated/nipype.interfaces.fsl.base.html#fslcommand
fsl_anat
are supported by/available in nipype
, thus you could just "recreate" the pipeline there. However, I'm not sure if that's more feasible than using FSLCommand
or the function
interface. I would assume that someone also already looked at that!?
nipype
related questions on https://neurostars.org/ to increase FAIR-ness and reach more people
Hi, I hope this is the correct place to ask simple questions.
How exactly do you handle Nodes that take in lists as inputs within a workflow? Specifically, I'm trying to append the apply_to_files property for the spm.normalization interface from the output of two different nodes.
Salutations. Attempting to use nipype.interfaces.slicer.BRAINSFit
in a pipeline, but running into No command "BRAINSFit" found
errors. I have the latest version of Slicer installed at /opt/Slicer
and manually appended that directory and /opt/Slicer/bin
to my path. BRAINSFit runs correctly under bash:
Slicer --launch BRAINSFit
but won't work in nipype. Any ideas?