TomMaullin / BLMM

This repository contains all code for the BLMM toolbox.
19 stars 5 forks source link

Use Dask #28

Closed TomMaullin closed 1 year ago

TomMaullin commented 4 years ago

Ideally, it would be good to remove the dependency of BLMM on FSL. The only reason this dependency exists is that BLMM uses fsl_sub and the fslpython environment for job submission. If instead Dask could be used for job submission, this issue would be averted and the dependency would be removed. It would also remove the need for any shell scripts, and make the code much more portable. Currently, however, this is a low priority.

TomMaullin commented 1 year ago

This issue has now been fully resolved during PR https://github.com/TomMaullin/BLMM/pull/68.