https://github.com/smac-group/hpc_util
https://github.com/smac-group/hpc_util
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smac-group/hpc_util
- Owner: SMAC-Group
- License: other
- Created: 2021-01-20T09:49:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T15:06:25.000Z (over 3 years ago)
- Last Synced: 2025-10-10T18:03:13.282Z (10 months ago)
- Language: R
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hpc_util
Provide a simple GUI to generate `.sh` scripts to launch tasks on Baobab and Yggdrasil HPC cluster ([HPC@UNIGE](https://www.unige.ch/eresearch/en/services/hpc/)) for researchers at the University of Geneva, Switzerland.

## Installation and use
### Web access
You can access and use the application directly on your browser via [Shinyapp.io](https://www.shinyapps.io/#). Find the app [here](https://data-analytics-lab.shinyapps.io/hpc_util/).
### Installing the package with GitHub and `R`
In your `R` console, first install the **remotes** package. Then **hpcutil** with the following
code:
``` r
## 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
```