Hoffman2:Software Tools:Fix: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Use Fix in Hoffman ==
== Use Fix in Hoffman ==


Load FSL and R modules
Enter the following command:


  module load FSL
  module load fix
module load R/4.0.2


Export R libraries
Show Usage for Fix
fix -h


export R_LIBS=/u/project/CCN/apps/R_libs/rh7/4.0.2
* Notice: the R libraries are compiled with R version 4.0.2, therefor R 4.0.2 has to be used. If using other R versions, R libraries has to be installed separately for that R version
 
* Notice: the R libraries are compiled with R version 4.0.2, so R 4.0.2 has to be used.
  If there's a reason to use other R version, R libraries has to be installed separately for this R version.

Latest revision as of 19:42, 11 October 2023

Use Fix in Hoffman

Enter the following command:

module load fix

Show Usage for Fix

fix -h
  • Notice: the R libraries are compiled with R version 4.0.2, therefor R 4.0.2 has to be used. If using other R versions, R libraries has to be installed separately for that R version