Skip to content
Snippets Groups Projects
Commit b38ce3a4 authored by Fortune Iriaye's avatar Fortune Iriaye
Browse files

Merge branch 'first-change' into 'master'

Edited the repo to now use FSL

See merge request firiaye/bc-uab-fsl!1
parents 9489da4f c18d3751
No related branches found
No related tags found
1 merge request!1Edited the repo to now use FSL
...@@ -41,10 +41,10 @@ attributes: ...@@ -41,10 +41,10 @@ attributes:
version: version:
widget: select widget: select
label: "IGV version" label: "FSL version"
help: "This defines the version of IGV you want to load." help: "This defines the version of FSL you want to load."
options: options:
- [ "2.12.2-Java-11", "IGV/2.12.2-Java-11" ] - [ "6.0.3", "FSL/6.0.3" ]
form: form:
- version - version
......
icon.png

3.29 KiB | W: | H:

icon.png

37.8 KiB | W: | H:

icon.png
icon.png
icon.png
icon.png
  • 2-up
  • Swipe
  • Onion skin
--- ---
name: IGV name: FSL - FMRIB Software Library
category: Interactive Apps category: Interactive Apps
subcategory: GUIs subcategory: GUIs
role: batch_connect role: batch_connect
description: | description: |
This app will launch a [Integrative Genomics Viewer(IGV)] on the [Cheaha]. You will be able This app will launch a [FMRIB Software Library (FSL)] on [Cheaha]. You will be able
to interact with the IGV through a VNC session. to interact with FSL through a VNC session.
[Integrative Genomics Viewer(IGV)]: https://software.broadinstitute.org/software/igv/ [FMRIB Software Library (FSL)]: https://fsl.fmrib.ox.ac.uk/fsl/docs/#/
[Cheaha]: https://docs.uabgrid.uab.edu [Cheaha]: https://rc.uab.edu
...@@ -25,13 +25,13 @@ cd "${HOME}" ...@@ -25,13 +25,13 @@ cd "${HOME}"
) & ) &
# #
# Start Integrative Genomics Viewer # Start FMRIB Software Library
# #
# Load the required environment # Load the required environment
module load <%= context.version %> module load FSL/6.0.3
# Launch IGV # Launch FSL
module list module list
set -x set -x
igvtools_gui.command & source /share/apps/rc/software/FSL/6.0.3/fsl/etc/fslconf/fsl.sh
igv.sh fsl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment