Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FSL configuration for FSL >= 6.0.6 #1072

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

pauldmccarthy
Copy link

(reported at #1071)

Howdy, this PR just updates the $FSL_DIR / $FSL_BIN configuration to work with newer (>= 6.0.6) FSL installations. For FSL >= 6.0.6:

  • The default location for user installations is now $HOME/fsl/ rather than /usr/local/fsl/
  • FSL executables are now isolated to $FSLDIR/share/fsl/bin/ - this is because $FSLDIR is now a conda environment, and so $FSLDIR/bin/ contains unrelated executables (e.g. python3). $FSLDIR/share/fsl/bin/ contains a set of "wrapper" scripts for all FSL executables, so can be added to the $PATH without it being polluted with non-FSL executables.

Thanks!

…location

is now $HOME/fsl/, and FSL executables are located in $FSLDIR/share/fsl/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant