modulefiles.md
... ...
@@ -10,7 +10,7 @@
10 10
<a name="overview"></a>
11 11
**Overview**
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
+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. The module files are designed to work with an existing module/lmod setup. Loading the sbgrid/biogrids module initializes the entire sbgrid/biogrids environment and is used instead of the "source" command. If you are using modules then you should remove the source lines, such as "source sbgrid.shrc", from your startup rc files.
14 14
15 15
<a name="access"></a>
16 16
**Accessing Modules**
... ...
@@ -40,7 +40,7 @@ The above command may be added to your shell startup files or your site Administ
40 40
<a name="load"></a>
41 41
**Load**
42 42
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.
43
+Loading the sbgrid/biogrids module initializes the entire environment and not individual applications. The module determines if you are using bash or tcsh and loads the shell appropriate environment using the same command for both tcsh and bash.
44 44
45 45
$ module load sbgrid
46 46
Loading SBGrid