Skip to content

LINDA with singularity and batch processing with slurm #36

@tib-sim

Description

@tib-sim

Hi - I wonder if someone already tried to used LINDA on singularity and use the BATCH processsing with slurm?

I tried the slurm code below with a R script encompassing the required lines of command to start LINDA.

So far, I have an error saying that the file does not exist while I have specified the right path.

#!/bin/bash

#SBATCH --job-name=linda
#SBATCH --output=./log/linda.out
#SBATCH --error=./log/linda.err
#SBATCH --cpus-per-task=10
#SBATCH --mem=40G

WD="/my/working/directory"

LINDA_SINGULARITY_IMG="/directory/to/linda/image/linda_latest.sif"
SCRIPT_R=${WD}"/LINDA_script.R"

srun singularity run --cleanenv --bind ${WD}:/home ${LINDA_SINGULARITY_IMG} Rscript SCRIPT_R

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