Hi,
first of all, thanks for the your great work on Nipype!
We have a lot of pipelines and parallel processes but a limited set of Matlab licenses. That is why we want to use the standalone version of SPM (MCR) everwhere. This requires setting matlab_cmd and the use_mcr flag as suggested in
doc/users/spmmcr.rst for every single pipeline. In order to handle this easier, we have modified our local copy of nipype to allow for two additional environment variables:
SPMMCRCMD=<spm standalon command>
FORCE_SPMMCR (boolean, sets the use_mcr flag)
This works quite well but comes with a drawback: It makes us dependant on the modified nipype code.
Is there an elegant way of having all pipelines using SPM MCR without setting
the Matlab path and the use_mcr flag for every pipeline again?
Thanks!
-- René