modulefiles.md
... ...
@@ -1,16 +1,18 @@
1 1
#SBGrid/BioGrids Module Files
2 2
3 3
- [Overview](#overview)
4
-- [Accessing Modules](#accessing-modules)
4
+- [Accessing Modules](#access)
5 5
- [Verify](#verify)
6 6
- [Load](#load)
7 7
- [Unload](#unload)
8 8
- [Issues](#issues)
9 9
10
-**Overview**
10
+<a name="overview"></a>
11
+**Overview**
11 12
12 13
Modulefiles for loading and unloading the sbgrid or biogrids environment are available in /programs/share/modulefiles/x86_64-linux and /programs/share/modulefiles/i386-mac. Loading the environment as a module replaces the "source" command. If you are using modules then you should remove the source lines, such as "source sbrid.shrc", from your startup rc files.
13 14
15
+<a name="access"></a>
14 16
**Accessing Modules**
15 17
16 18
To access the files you need to update your **MODULEPATH** environment variable.
... ...
@@ -25,6 +27,7 @@ in tcsh
25 27
26 28
The above command may be added to your shell startup files or your site Administrator may update the system wide path.
27 29
30
+<a name="verify"></a>
28 31
**Verify**
29 32
30 33
***module avail*** will show you what modules are available for loading. If your MODULEPATH is correct you should see the sbgrid/rc and/or the biogrids/rc module.
... ...
@@ -34,6 +37,7 @@ The above command may be added to your shell startup files or your site Administ
34 37
sbgrid/rc
35 38
36 39
40
+<a name="load"></a>
37 41
**Load**
38 42
39 43
The module determines if you are using bash or tcsh and loads the appropriae environment. You use the same command in tcsh and bash to load the module.
... ...
@@ -48,6 +52,7 @@ The module determines if you are using bash or tcsh and loads the appropriae env
48 52
$
49 53
50 54
55
+<a name="unload"></a>
51 56
**Unload**
52 57
53 58
You can remove the sbgrid/biogrids environment with the ***module unload*** command. This removes any grid specific environment settings. If after loading sbgrid you load additonal modules, these modules will not be removed. To see what modules you have loaded you can use ***module list***.
... ...
@@ -55,6 +60,7 @@ You can remove the sbgrid/biogrids environment with the ***module unload*** comm
55 60
$ module unload sbgrid
56 61
UnLoading SBGrid
57 62
63
+<a name="issues"></a>
58 64
**Issues**
59 65
60 66
Please report any issues to bugs@sbgrid.org