fixed md format authored by Villerius's avatar Villerius
......@@ -6,17 +6,15 @@
* Multiple modules can be loaded, Your $PATH will be adjusted and the latest module will have it's path as first path in your PATH environment!
To view the loaded modules use;
```
#!sh
$ module list
Currently Loaded Modulefiles:
1) OpenGridScheduler 2) History
To view the modules available:
#!sh
$ module avail
......@@ -27,7 +25,8 @@ To view the modules available:
dot java/Oracle-JRE-1.7 module-info OpenGridScheduler python/3.4.1 R/3.0.2
History java/Oracle-JRE-1.8 modules PacificBiosciences/rDnaTools qiime R/3.1.1
java/openjdk-7 module-git null PacificBiosciences/smrtanalysis R/2.15.3 use.own
}}}
```
To load a module:
......
......