mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
fix(ganymede): use singularity/2.4.5
Our 3.2.1 doesn't work right with snakemake or nextflow
This commit is contained in:
parent
c42bb07981
commit
cece853663
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ singularity {
|
||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
beforeScript = 'module load singularity'
|
beforeScript = 'module load singularity/2.4.5'
|
||||||
executor = 'slurm'
|
executor = 'slurm'
|
||||||
queue = 'genomics'
|
queue = 'genomics'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue