Neurita / neuro_ansible

Tired of containers? Deploy your favourite neuroimaging tools on metal! Or use Packer to generate a container from this.
Apache License 2.0
3 stars 2 forks source link

Version of SPM12 Standalone #3

Open gllmflndn opened 5 years ago

gllmflndn commented 5 years ago

Hello,

I came across this project through a GitHub search. The standalone version of SPM12 used here:

https://github.com/Neurita/neuro_ansible/blob/8e6d40378eb532490b1ae086502ed96f0e690da9/roles/libraries/tasks/libs/spm_mcr.yml#L8

corresponds to a daily compilation of the development version (as part of the continuous integration process). As such, it is not guaranteed to work and its filename changes each time we use a newer version of the MCR (i.e. twice a year). A more stable alternative would be to use: https://www.fil.ion.ucl.ac.uk/spm/download/restricted/utopia/dev/spm12_r7487_Linux_R2018b.zip which corresponds to the latest release of SPM12 for MCR R2018b. The official releases are so far compiled with R2010a and available here: https://www.fil.ion.ucl.ac.uk/spm/download/restricted/utopia/previous/

Best, Guillaume.

alexsavio commented 5 years ago

I was indeed having issues with SPM12. Thanks a lot @gllmflndn ! Will fix that ASAP

alexsavio commented 5 years ago

Running last test to fix this in #4