Provide a simple GUI to generate .sh
scripts to launch tasks on Baobab and Yggdrasil HPC cluster (HPC@UNIGE) for researchers at the University of Geneva, Switzerland.
You can access and use the application directly on your browser via Shinyapp.io. Find the app here.
In your R
console, first install the remotes package. Then hpcutil with the following
code:
## if not installed
## install.packages("remotes")
remotes::install_github("SMAC-Group/hpc_util")
library(hpcutil) # load the new package
hpcutil::run_app() # run the app