Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 837 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 837 Bytes

hpc_util

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.

:scale 10%

Installation and use

Web access

You can access and use the application directly on your browser via Shinyapp.io. Find the app here.

Installing the package with GitHub and R

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