Skip to content

Running SLIDE on Rstudio server using a singularity image with a wrapper script #31

@plopez842

Description

@plopez842

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:
Screenshot 2024-04-29 at 11 22 17 AM

Here is a screenshot of my YAML file:
image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions