Hi all, I've been reviewing the code and I see that the pipeline scripts are tightly coupled to their execution in slurm (of course this is a pipeline for this kind of clusters). We are doing some tests to run the pipeline without slurm, directly using singularity, but we see that there are references to variables and of course to procedures of the slurm structure, which makes this complicated.
Do you think it could be ported to a model without slurm?
Hi all, I've been reviewing the code and I see that the pipeline scripts are tightly coupled to their execution in
slurm(of course this is a pipeline for this kind of clusters). We are doing some tests to run the pipeline withoutslurm, directly using singularity, but we see that there are references to variables and of course to procedures of theslurmstructure, which makes this complicated.Do you think it could be ported to a model without
slurm?