Translations:FreeSurfer/7/en: Difference between revisions

From Alliance Doc
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: <code>module purge</code>
# Unload all modules with <code>module purge</code>.
# Install with Easybuild: <code>eb FreeSurfer-6.0.0-centos6_x86_64.eb --disable-enforce-checksums</code>
# 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]
# Register for the FreeSurfer license key [https://surfer.nmr.mgh.harvard.edu/registration.html].
# Your user license will have to go in: <code>$HOME/.local/easybuild/software/2017/Core/freesurfer/6.0.0/.license</code>
# 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

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FreeSurfer)
# 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 with <code>module purge</code>.
# 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
{{Commands
|module load freesurfer/6.0.0
|cd $FREESURFER_HOME
}}
  1. Go to the folder that contains the freesurfer-Linux-centos6_x86_64-stable-pub-v6.0.0.tar.gz archive.
  2. Unload all modules with module purge.
  3. Install with EasyBuild using eb FreeSurfer-6.0.0-centos6_x86_64.eb --disable-enforce-checksums.
  4. Register for the FreeSurfer license key [1].
  5. Your user license will have to go in

|module load freesurfer/6.0.0 |cd $FREESURFER_HOME }}