38,760
edits
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
# Go to the folder that contains the <code>freesurfer-Linux-centos6_x86_64-stable-pub-v6.0.0.tar.gz</code> archive | # Go to the folder that contains the <code>freesurfer-Linux-centos6_x86_64-stable-pub-v6.0.0.tar.gz</code> archive. | ||
# Unload all modules | # Unload all modules with <code>module purge</code>. | ||
# Install with | # Install with EasyBuild using <code>eb FreeSurfer-6.0.0-centos6_x86_64.eb --disable-enforce-checksums</code>. | ||
# | # Register for the FreeSurfer license key [https://surfer.nmr.mgh.harvard.edu/registration.html]. | ||
# Your user license will have to go in | # Your user license will have to go in | ||
|module load freesurfer/6.0.0 | |||
|cd $FREESURFER_HOME | |||
}} |