moduleload: Interface to module system

Description Usage Arguments Author(s) Examples

View source: R/module.R

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

1
2
3
4
5
6

Arguments

module_name

Name of software to load character vector.

Author(s)

Tyler Backman and Thomas Girke

Examples

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)

systemPipeR documentation built on Jan. 26, 2021, 2 a.m.