Learn R Programming

systemPipeR (version 1.6.0)

moduleload: Interface to module system

Description

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.

Usage

moduleload(module)
modulelist()

Arguments

module
Name of software to load character vector.

Examples

Run this code
## Not run: 
# ## List all software from module system
# moduleload()
# ## Example for loading Bowtie 2
# modulelist("bowtie2/2.0.6")
# ## End(Not run)

Run the code above in your browser using DataLab