powered by
Define what happens based on action
module(action_type, module_name = "")
Name of the action to be executed as character vector. The following switches are accepted: “avail”, “list”, “init”, “load”, “unload”, and “clear”.
Name of software to load as character vector.
# NOT RUN { module("load","tophat") module("load","tophat/2.1.1") module("list") module("avail") module("init") module("unload", "tophat") module("unload", "tophat/2.1.1") module("clear") # }
Run the code above in your browser using DataLab