1
0
Fork 0
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:
Edmund Miller 2020-03-10 21:03:24 -05:00
parent c42bb07981
commit cece853663
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'
beforeScript = 'module load singularity/2.4.5'
executor = 'slurm'
queue = 'genomics'
}