mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
fix: Singularity => singularity
For some reason ours are lowercase
This commit is contained in:
parent
b79f0f0a21
commit
c42bb07981
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ singularity {
|
|||
}
|
||||
|
||||
process {
|
||||
beforeScript = 'module load Singularity/2.4.5'
|
||||
beforeScript = 'module load singularity'
|
||||
executor = 'slurm'
|
||||
queue = 'genomics'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue