Changes
Page history
Update home
authored
Jul 22, 2020
by
van Vliet
Show whitespace changes
Inline
Side-by-side
home.md
View page @
ec0178f4
...
...
@@ -1807,6 +1807,25 @@ We recommend to have a look at the following web pages:
[
Rmpi Tutorial 2: Sending Data
](
https://bioinfomagician.wordpress.com/2013/12/02/rmpi-tutorial-2-sending-data/
)
### RStudio
RStudio is an integrated development environment for R.
You can run RStudio on the login node if you want (X11 forwarding enabled or connected with X2GO or MobaXterm):
```
module purge
module add statistical/RStudio/1.3.959/gcc-8.3.1
rstudio
```
#### RStudio on a compute node
You can also start RStudio on a compute node:
```
[username@res-hpc-lo01 ~]$ srun --x11 --pty bash
[username@res-hpc-exe014 ~]$ module purge
[username@res-hpc-exe014 ~]$ module add statistical/RStudio/1.3.959/gcc-8.3.1
[username@res-hpc-exe014 ~]$ rstudio
```
### FSLeyes
[
See: Programs that can run with "vglrun"
](
https://git.lumc.nl/shark/shark-centos-slurm-user-guide/-/wikis/home#programs-that-can-run-with-vglrun
)
...
...
...
...