Translations:FreeSurfer/7/en: Difference between revisions
Jump to navigation
Jump to search
(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 | |||
}} |
Revision as of 19:23, 17 August 2020
- Go to the folder that contains the
freesurfer-Linux-centos6_x86_64-stable-pub-v6.0.0.tar.gz
archive. - Unload all modules with
module purge
. - Install with EasyBuild using
eb FreeSurfer-6.0.0-centos6_x86_64.eb --disable-enforce-checksums
. - Register for the FreeSurfer license key [1].
- Your user license will have to go in
|module load freesurfer/6.0.0 |cd $FREESURFER_HOME }}