Skip to content
Snippets Groups Projects

Converted this repo for use with FSL

4 files
+ 13
13
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 5
5
@@ -25,13 +25,13 @@ cd "${HOME}"
) &
#
# Start Integrative Genomics Viewer
# Start FMRIB Software Library
#
# Load the required environment
module load <%= context.version %>
# Launch IGV
module load FSL/6.0.3
# Launch FSL
module list
set -x
igvtools_gui.command &
igv.sh
source /share/apps/rc/software/FSL/6.0.3/fsl/etc/fslconf/fsl.sh
fsl
Loading