-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels