Description Usage Arguments Author(s) Examples
Functions to list and load software from a module system in R. The functions are
the equivalent of module avail
and module load
on the Linux command-line, respectively.
1 2 3 4 5 6 | moduleload(module_name)
moduleUnload(module_name)
modulelist()
moduleAvail()
moduleClear()
moduleInit()
|
module_name |
Name of software to load character vector. |
Tyler Backman and Thomas Girke
1 2 3 4 5 6 7 8 9 | ## Not run:
## List all software from module system
modulelist()
## Examples for loading software from module system
moduleload(module="bowtie2/2.0.6", envir="PATH")
moduleload(module="python", envir=c("PATH", "LD_LIBRARY_PATH", "PYTHONPATH"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.