1
0
Fork 0
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:
Edmund Miller 2020-03-10 09:55:17 -05:00
parent b79f0f0a21
commit c42bb07981
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -12,7 +12,7 @@ singularity {
}
process {
beforeScript = 'module load Singularity/2.4.5'
beforeScript = 'module load singularity'
executor = 'slurm'
queue = 'genomics'
}