nipy / nipype

Workflows and interfaces for neuroimaging packages
https://nipype.readthedocs.org/en/latest/
Other
745 stars 529 forks source link

Can I use 2 FSL versions? #2977

Open LordofPhoenix opened 5 years ago

LordofPhoenix commented 5 years ago

For ongoing DWI projects we currently use the FSL version 5.0.10, new projects we would like to analyze with the latest FSL version. Is it possible to specify the FSL version at nipype level without globally changing the system variables, since we do not want to change the versions within a project?

satra commented 5 years ago

@LordofPhoenix - this depends on the complexity of your workflows. you can set the environment variables for the base FSL base class and they would be carried over to every FSL interface class