mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +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 {
|
||||
beforeScript = 'module load singularity'
|
||||
beforeScript = 'module load singularity/2.4.5'
|
||||
executor = 'slurm'
|
||||
queue = 'genomics'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue