Learn R Programming

systemPipeR (version 1.6.2)

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
## List all software from module system
moduleload()
## Example for loading Bowtie 2
modulelist("bowtie2/2.0.6")

Run the code above in your browser using DataLab