newMSM installation guide
Download and install
NewMSM is available to download from FSL conda channels or Github. Please follow the steps described below. (Note: tested on Ubuntu 20.04, 22.04, 24.04 and MacOS Sonoma 14.7.1.)
If you already have FSL installed
- Install newMSM by executing the following in Terminal:
- You can test with
newmsm -p
.
Download and install binary
- Download and install a conda distribution, e.g. miniconda.
- Download and install newMSM from the FSL public conda channels by executing the following command in Terminal:
- (optional) Activate this environment:
- You can test with the
./msm-env/bin/newmsm -p
command (or justnewmsm -p
, if you activated the environment).
Install from source
- Download and install FSL and set up a development environment. For more information, please visit the FSL development pages.
- Create a directoy where you can download sources:
- Download and install newMSM sources.
- newMSM application and dependencies
- The binary
newmsm
should be in the folder${FSLDEVDIR}/bin
. - You can test it with the
${FSLDEVDIR}/bin/newmsm -p
command.