I am unable to run SLIDE Rstudio.
Here is how I setup my interactive terminal and opening ssh tunning from my local machine:
(on the head node): srun --pty --partition=kelllis bash
(on the computing node,b11): module load singularity/3.5.0
(on the computing node, b11): IMAGE=pansapiens/rocker-seurat:4.2.3-4.3.0 ./rstudio.sh
(on local computer): ssh -t plopez@luria.mit.edu -L 8787:localhost:8787 ssh b11 -L 8787:localhost:8787
Here is the link to the example wrapper I used to setup: https://github.com/MonashBioinformaticsPlatform/rocker-ultra
Once I open Rstudio on the server and run the example code, here is the error I get:
(CODE)
library(devtools)
library(SLIDE)
library(yaml)
yaml_path = "EXAMPLE_SET/RD1_April22nd.yaml"
input_params = yaml::read_yaml(yaml_path)
checkDataParams(input_params)
optimizeSLIDE(input_params, sink_file = FALSE)
ERROR:

Here is a screenshot of my YAML file:

When I run SLIDE and this code on my computer I get no errors.
I am unable to run SLIDE Rstudio.
Here is how I setup my interactive terminal and opening ssh tunning from my local machine:
(on the head node): srun --pty --partition=kelllis bash
(on the computing node,b11): module load singularity/3.5.0
(on the computing node, b11): IMAGE=pansapiens/rocker-seurat:4.2.3-4.3.0 ./rstudio.sh
(on local computer): ssh -t plopez@luria.mit.edu -L 8787:localhost:8787 ssh b11 -L 8787:localhost:8787
Here is the link to the example wrapper I used to setup: https://github.com/MonashBioinformaticsPlatform/rocker-ultra
Once I open Rstudio on the server and run the example code, here is the error I get:
(CODE)
library(devtools)
library(SLIDE)
library(yaml)
yaml_path = "EXAMPLE_SET/RD1_April22nd.yaml"
input_params = yaml::read_yaml(yaml_path)
checkDataParams(input_params)
optimizeSLIDE(input_params, sink_file = FALSE)
ERROR:

Here is a screenshot of my YAML file:

When I run SLIDE and this code on my computer I get no errors.